Skip to content

Commit a3a7bb2

Browse files
authored
Merge pull request #11759 from cprivitere/clusterctl-upgrade-flakeattempts
🌱 Attempt older version upgrades twice to work around flake with the docker controller
2 parents 69df836 + e6bb305 commit a3a7bb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/e2e/clusterctl_upgrade_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ var (
3939
)
4040

4141
// Note: This test should not be changed during "prepare main branch".
42-
var _ = Describe("When testing clusterctl upgrades (v0.3=>v1.5=>current)", func() {
42+
var _ = Describe("When testing clusterctl upgrades (v0.3=>v1.5=>current)", FlakeAttempts(2), func() {
4343
// We are testing v0.3=>v1.5=>current to ensure that old entries with v1alpha3 in managed files do not cause issues
4444
// as described in https://github.com/kubernetes-sigs/cluster-api/issues/10051.
4545
// NOTE: The combination of v0.3=>v1.5=>current allows us to verify this without being forced to upgrade
@@ -116,7 +116,7 @@ var _ = Describe("When testing clusterctl upgrades (v0.3=>v1.5=>current)", func(
116116
})
117117

118118
// Note: This test should not be changed during "prepare main branch".
119-
var _ = Describe("When testing clusterctl upgrades (v0.4=>v1.6=>current)", func() {
119+
var _ = Describe("When testing clusterctl upgrades (v0.4=>v1.6=>current)", FlakeAttempts(2), func() {
120120
// We are testing v0.4=>v1.6=>current to ensure that old entries with v1alpha4 in managed files do not cause issues
121121
// as described in https://github.com/kubernetes-sigs/cluster-api/issues/10051.
122122
// NOTE: The combination of v0.4=>v1.6=>current allows us to verify this without being forced to upgrade

0 commit comments

Comments
 (0)