Skip to content

Commit

Permalink
Fix vsphere upgrade kubernetes flux e2e (#6872)
Browse files Browse the repository at this point in the history
  • Loading branch information
tatlat authored Oct 23, 2023
1 parent 58a6ca5 commit c359add
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/e2e/vsphere_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3147,7 +3147,7 @@ func TestVSphereUpgradeKubernetesCiliumUbuntuGitHubFluxAPI(t *testing.T) {
api.WithWorkerNodeCount(1),
api.WithStackedEtcdTopology(),
),
vsphere.WithUbuntu124(),
vsphere.WithUbuntu125(),
framework.WithFluxGithubConfig(),
)

Expand All @@ -3163,7 +3163,7 @@ func TestVSphereUpgradeKubernetesCiliumUbuntuGitHubFluxAPI(t *testing.T) {
api.RemoveAllWorkerNodeGroups(), // This gives us a blank slate
),
vsphere.WithNewWorkerNodeGroup("worker-0", framework.WithWorkerNodeGroup("worker-0", api.WithCount(1))),
vsphere.WithUbuntu128(),
vsphere.WithUbuntu124(),
),
)

Expand All @@ -3176,7 +3176,7 @@ func TestVSphereUpgradeKubernetesCiliumUbuntuGitHubFluxAPI(t *testing.T) {
api.ClusterToConfigFiller(
api.WithCiliumPolicyEnforcementMode(v1alpha1.CiliumPolicyModeAlways),
),
vsphere.WithUbuntu124(),
vsphere.WithUbuntu125(),
)
wc.ValidateClusterState()
test.DeleteWorkloadClusterFromGit(wc)
Expand Down

0 comments on commit c359add

Please sign in to comment.