@@ -55,7 +55,7 @@ var _ = Describe("When upgrading a workload cluster and testing K8S conformance"
5555// })
5656// })
5757
58- var _ = Describe ("When upgrading a workload cluster with a single control plane machine" , Label ("cluster -upgrade-conformance " ), func () {
58+ var _ = Describe ("When upgrading a workload cluster with a single control plane machine" , Label ("kubernetes -upgrade" ), func () {
5959 capi_e2e .ClusterUpgradeConformanceSpec (ctx , func () capi_e2e.ClusterUpgradeConformanceSpecInput {
6060 return capi_e2e.ClusterUpgradeConformanceSpecInput {
6161 E2EConfig : e2eConfig ,
@@ -72,7 +72,7 @@ var _ = Describe("When upgrading a workload cluster with a single control plane
7272 })
7373})
7474
75- var _ = Describe ("When upgrading a workload cluster with a HA control plane" , Label ("cluster -upgrade-conformance " ), func () {
75+ var _ = Describe ("When upgrading a workload cluster with a HA control plane" , Label ("kubernetes -upgrade" ), func () {
7676 capi_e2e .ClusterUpgradeConformanceSpec (ctx , func () capi_e2e.ClusterUpgradeConformanceSpecInput {
7777 return capi_e2e.ClusterUpgradeConformanceSpecInput {
7878 E2EConfig : e2eConfig ,
@@ -89,7 +89,7 @@ var _ = Describe("When upgrading a workload cluster with a HA control plane", La
8989 })
9090})
9191
92- var _ = Describe ("When upgrading a workload cluster with a HA control plane using scale-in rollout" , Label ("cluster -upgrade-conformance " ), func () {
92+ var _ = Describe ("When upgrading a workload cluster with a HA control plane using scale-in rollout" , Label ("kubernetes -upgrade" ), func () {
9393 capi_e2e .ClusterUpgradeConformanceSpec (ctx , func () capi_e2e.ClusterUpgradeConformanceSpecInput {
9494 return capi_e2e.ClusterUpgradeConformanceSpecInput {
9595 E2EConfig : e2eConfig ,
0 commit comments