You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -203,7 +203,7 @@ var _ = Describe("When upgrading a workload cluster using ClusterClass with a HA
203
203
})
204
204
})
205
205
206
-
var_=Describe("When upgrading a workload cluster using ClusterClass with a HA control plane using scale-in rollout [ClusterClass]", func() {
206
+
var_=Describe("When upgrading a workload cluster using ClusterClass with a HA control plane using scale-in rollout [ClusterClass]", Label("ClusterClass"), func() {
Copy file name to clipboardExpand all lines: test/e2e/quick_start_test.go
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@ var _ = Describe("When following the Cluster API quick-start", func() {
76
76
})
77
77
})
78
78
79
-
var_=Describe("When following the Cluster API quick-start with ClusterClass [PR-Blocking] [ClusterClass]", func() {
79
+
var_=Describe("When following the Cluster API quick-start with ClusterClass [PR-Blocking] [ClusterClass]", Label("PR-Blocking", "ClusterClass"), func() {
80
80
QuickStartSpec(ctx, func() QuickStartSpecInput {
81
81
returnQuickStartSpecInput{
82
82
E2EConfig: e2eConfig,
@@ -125,7 +125,7 @@ var _ = Describe("When following the Cluster API quick-start with ClusterClass [
125
125
})
126
126
127
127
// NOTE: This test requires an IPv6 management cluster (can be configured via IP_FAMILY=IPv6).
128
-
var_=Describe("When following the Cluster API quick-start with IPv6 [IPv6]", func() {
128
+
var_=Describe("When following the Cluster API quick-start with IPv6 [IPv6]", Label("IPv6"), func() {
129
129
QuickStartSpec(ctx, func() QuickStartSpecInput {
130
130
returnQuickStartSpecInput{
131
131
E2EConfig: e2eConfig,
@@ -153,7 +153,7 @@ var _ = Describe("When following the Cluster API quick-start with Ignition", fun
153
153
})
154
154
})
155
155
156
-
var_=Describe("When following the Cluster API quick-start with dualstack and ipv4 primary [IPv6]", func() {
156
+
var_=Describe("When following the Cluster API quick-start with dualstack and ipv4 primary [IPv6]", Label("IPv6"), func() {
157
157
QuickStartSpec(ctx, func() QuickStartSpecInput {
158
158
returnQuickStartSpecInput{
159
159
E2EConfig: e2eConfig,
@@ -180,7 +180,7 @@ var _ = Describe("When following the Cluster API quick-start with dualstack and
180
180
})
181
181
})
182
182
183
-
var_=Describe("When following the Cluster API quick-start with dualstack and ipv6 primary [IPv6]", func() {
183
+
var_=Describe("When following the Cluster API quick-start with dualstack and ipv6 primary [IPv6]", Label("IPv6"), func() {
184
184
QuickStartSpec(ctx, func() QuickStartSpecInput {
185
185
returnQuickStartSpecInput{
186
186
E2EConfig: e2eConfig,
@@ -207,7 +207,7 @@ var _ = Describe("When following the Cluster API quick-start with dualstack and
207
207
})
208
208
})
209
209
210
-
var_=Describe("When following the Cluster API quick-start with ClusterClass without any worker definitions [ClusterClass]", func() {
210
+
var_=Describe("When following the Cluster API quick-start with ClusterClass without any worker definitions [ClusterClass]", Label("ClusterClass"), func() {
Copy file name to clipboardExpand all lines: test/e2e/self_hosted_test.go
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ import (
24
24
"k8s.io/utils/ptr"
25
25
)
26
26
27
-
var_=Describe("When testing Cluster API working on self-hosted clusters using ClusterClass [ClusterClass]", func() {
27
+
var_=Describe("When testing Cluster API working on self-hosted clusters using ClusterClass [ClusterClass]", Label("ClusterClass"), func() {
28
28
SelfHostedSpec(ctx, func() SelfHostedSpecInput {
29
29
returnSelfHostedSpecInput{
30
30
E2EConfig: e2eConfig,
@@ -40,7 +40,7 @@ var _ = Describe("When testing Cluster API working on self-hosted clusters using
40
40
})
41
41
})
42
42
43
-
var_=Describe("When testing Cluster API working on self-hosted clusters using ClusterClass with a HA control plane [ClusterClass]", func() {
43
+
var_=Describe("When testing Cluster API working on self-hosted clusters using ClusterClass with a HA control plane [ClusterClass]", Label("ClusterClass"), func() {
44
44
SelfHostedSpec(ctx, func() SelfHostedSpecInput {
45
45
returnSelfHostedSpecInput{
46
46
E2EConfig: e2eConfig,
@@ -56,7 +56,7 @@ var _ = Describe("When testing Cluster API working on self-hosted clusters using
56
56
})
57
57
})
58
58
59
-
var_=Describe("When testing Cluster API working on single-node self-hosted clusters using ClusterClass [ClusterClass]", func() {
59
+
var_=Describe("When testing Cluster API working on single-node self-hosted clusters using ClusterClass [ClusterClass]", Label("ClusterClass"), func() {
0 commit comments