Skip to content

Commit

Permalink
Update image for vsphere anti-affinity prow job
Browse files Browse the repository at this point in the history
Signed-off-by: Waleed Malik <[email protected]>
  • Loading branch information
ahmedwaleedmalik committed Apr 26, 2024
1 parent 9fae5fc commit 5df3202
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .prow/provider-vsphere.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ presubmits:
preset-kubeconfig-ci: "true"
spec:
containers:
- image: quay.io/kubermatic/build:go-1.22-node-20-kind-0.22-3
- image: quay.io/kubermatic/build:go-1.22-node-18-kind-0.22-5
command:
- "./hack/ci/run-e2e-tests.sh"
args:
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/provisioning/all_e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,7 @@ func TestVsphereAntiAffinityProvisioningE2E(t *testing.T) {
executor: verifyCreateAndDelete,
}

testScenario(context.Background(), t, scenario, *testRunIdentifier, params, VSPhereAntiAffinityManifest, false)
testScenario(t, scenario, *testRunIdentifier, params, VSPhereAntiAffinityManifest, false)
}

// TestVsphereDatastoreClusterProvisioning - is the same as the TestVsphereProvisioning suite but specifies a DatastoreCluster
Expand Down

0 comments on commit 5df3202

Please sign in to comment.