Skip to content

Commit 86f4fc4

Browse files
committed
ci: Attempt older version upgrades twice to work around flake with the docker controller
Signed-off-by: cprivitere <[email protected]>
1 parent 8291cd7 commit 86f4fc4

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
@@ -38,7 +38,7 @@ var (
3838
providerDockerPrefix = "docker:v%s"
3939
)
4040

41-
var _ = Describe("When testing clusterctl upgrades (v0.3=>v1.5=>current)", func() {
41+
var _ = Describe("When testing clusterctl upgrades (v0.3=>v1.5=>current)", FlakeAttempts(2), func() {
4242
// We are testing v0.3=>v1.5=>current to ensure that old entries with v1alpha3 in managed files do not cause issues
4343
// as described in https://github.com/kubernetes-sigs/cluster-api/issues/10051.
4444
// NOTE: The combination of v0.3=>v1.5=>current allows us to verify this without being forced to upgrade
@@ -114,7 +114,7 @@ var _ = Describe("When testing clusterctl upgrades (v0.3=>v1.5=>current)", func(
114114
})
115115
})
116116

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

0 commit comments

Comments
 (0)