Skip to content

Commit 6b03d7d

Browse files
authored
test: add some e2e tests to DailyTests bucket (#492)
We are slowly growing our DailyTests. This is simply adding the "label" to the tests.
1 parent 38b30b7 commit 6b03d7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/e2e/cluster_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ var _ = Describe("Workload cluster creation", func() {
468468

469469
When("Multi-RegionIdentifier workload cluster creation", func() {
470470

471-
It("Alternative region - With 1 control-plane nodes and 1 worker nodes", func() {
471+
It("Alternative region - With 1 control-plane nodes and 1 worker nodes [DailyTests]", func() {
472472
clusterName = getClusterName(clusterNamePrefix, "alternative-region")
473473
clusterctl.ApplyClusterTemplateAndWait(ctx, clusterctl.ApplyClusterTemplateAndWaitInput{
474474
ClusterProxy: bootstrapClusterProxy,

test/e2e/upgrade_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ var _ = Describe("Cluster Upgrade Tests", func() {
103103
dumpSpecResourcesAndCleanup(ctx, cleanInput)
104104
})
105105

106-
It("Upgrade of control-plane nodes and worker nodes", func() {
106+
It("Upgrade of control-plane nodes and worker nodes [DailyTests]", func() {
107107
clusterName = getClusterName(clusterNamePrefix, "upgrade")
108108
clusterctl.ApplyClusterTemplateAndWait(ctx, clusterctl.ApplyClusterTemplateAndWaitInput{
109109
ClusterProxy: bootstrapClusterProxy,

0 commit comments

Comments
 (0)