This repository was archived by the owner on Aug 12, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -312,7 +312,7 @@ jobs:
312
312
name : e2e-conformance
313
313
path : _artifacts
314
314
e2e-management-upgrade :
315
- name : " E2E management upgrade "
315
+ name : " E2E Management-Upgrade "
316
316
concurrency : ci-${{ github.ref }}-e2e-management-upgrade
317
317
runs-on : ubuntu-latest
318
318
needs :
@@ -368,7 +368,7 @@ jobs:
368
368
name : e2e-management-upgrade
369
369
path : _artifacts
370
370
e2e-workload-upgrade :
371
- name : " E2E workload upgrade "
371
+ name : " E2E Workload-Upgrade "
372
372
concurrency : ci-${{ github.ref }}-e2e-workload-upgrade
373
373
runs-on : ubuntu-latest
374
374
needs :
Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ import (
26
26
capi_e2e "sigs.k8s.io/cluster-api/test/e2e"
27
27
)
28
28
29
- var _ = Describe ("[Management Upgrade] Running the Cluster API E2E tests" , func () {
29
+ var _ = Describe ("[Management- Upgrade] Running the Cluster API E2E tests" , func () {
30
30
ctx := context .TODO ()
31
31
32
- Context ("[Needs Published Image] Running tests that require published images" , func () {
32
+ Context ("[Needs- Published- Image] Running tests that require published images" , func () {
33
33
Context ("Running the clusterctl upgrade spec on a cluster with packet-ccm" , func () {
34
34
capi_e2e .ClusterctlUpgradeSpec (ctx , func () capi_e2e.ClusterctlUpgradeSpecInput {
35
35
return capi_e2e.ClusterctlUpgradeSpecInput {
Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ import (
26
26
capi_e2e "sigs.k8s.io/cluster-api/test/e2e"
27
27
)
28
28
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 () {
30
30
ctx := context .TODO ()
31
31
32
- Context ("[Needs Published Image] Running tests that require published images" , func () {
32
+ Context ("[Needs- Published- Image] Running tests that require published images" , func () {
33
33
Context ("Running the self-hosted spec" , func () {
34
34
capi_e2e .SelfHostedSpec (ctx , func () capi_e2e.SelfHostedSpecInput {
35
35
return capi_e2e.SelfHostedSpecInput {
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ import (
28
28
"sigs.k8s.io/cluster-api/test/framework/clusterctl"
29
29
)
30
30
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 () {
32
32
ctx := context .TODO ()
33
33
34
34
// The following upstream tests are not implemented because they are subsets of
You can’t perform that action at this time.
0 commit comments