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:
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 :
Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments