Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit 06390a1

Browse files
committed
Update test names to not use spaces
Signed-off-by: Chris Privitere <[email protected]>
1 parent 8318c64 commit 06390a1

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ jobs:
312312
name: e2e-conformance
313313
path: _artifacts
314314
e2e-management-upgrade:
315-
name: "E2E management upgrade"
315+
name: "E2E Management-Upgrade"
316316
concurrency: ci-${{ github.ref }}-e2e-management-upgrade
317317
runs-on: ubuntu-latest
318318
needs:
@@ -368,7 +368,7 @@ jobs:
368368
name: e2e-management-upgrade
369369
path: _artifacts
370370
e2e-workload-upgrade:
371-
name: "E2E workload upgrade"
371+
name: "E2E Workload-Upgrade"
372372
concurrency: ci-${{ github.ref }}-e2e-workload-upgrade
373373
runs-on: ubuntu-latest
374374
needs:

test/e2e/capi_e2e_clusterctl_upgrade_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ import (
2626
capi_e2e "sigs.k8s.io/cluster-api/test/e2e"
2727
)
2828

29-
var _ = Describe("[Management Upgrade] Running the Cluster API E2E tests", func() {
29+
var _ = Describe("[Management-Upgrade] Running the Cluster API E2E tests", func() {
3030
ctx := context.TODO()
3131

32-
Context("[Needs Published Image] Running tests that require published images", func() {
32+
Context("[Needs-Published-Image] Running tests that require published images", func() {
3333
Context("Running the clusterctl upgrade spec on a cluster with packet-ccm", func() {
3434
capi_e2e.ClusterctlUpgradeSpec(ctx, func() capi_e2e.ClusterctlUpgradeSpecInput {
3535
return capi_e2e.ClusterctlUpgradeSpecInput{

test/e2e/capi_e2e_self_hosted_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ import (
2626
capi_e2e "sigs.k8s.io/cluster-api/test/e2e"
2727
)
2828

29-
var _ = Describe("[Self Hosted] Running the Cluster API E2E self-hosted tests", func() {
29+
var _ = Describe("[Self-Hosted] Running the Cluster API E2E self-hosted tests", func() {
3030
ctx := context.TODO()
3131

32-
Context("[Needs Published Image] Running tests that require published images", func() {
32+
Context("[Needs-Published-Image] Running tests that require published images", func() {
3333
Context("Running the self-hosted spec", func() {
3434
capi_e2e.SelfHostedSpec(ctx, func() capi_e2e.SelfHostedSpecInput {
3535
return capi_e2e.SelfHostedSpecInput{

test/e2e/capi_e2e_workload_upgrade_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import (
2828
"sigs.k8s.io/cluster-api/test/framework/clusterctl"
2929
)
3030

31-
var _ = Describe("[Workload Upgrade] Running the Cluster API E2E Workload Cluster Upgrade tests", func() {
31+
var _ = Describe("[Workload-Upgrade] Running the Cluster API E2E Workload Cluster Upgrade tests", func() {
3232
ctx := context.TODO()
3333

3434
// The following upstream tests are not implemented because they are subsets of

0 commit comments

Comments
 (0)