You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🌱 hack: try to pull from gcr.io/k8s-staging-capi-vsphere/extra/ instead of docker hub (#3408)
* hack: try to pull from gcr.io/k8s-staging-capi-vsphere/extra/ instead of docker hub
* separate management latest ci and latest ci versions
* fix
* review fixes
* fix
---------
Co-authored-by: Stefan Bueringer <[email protected]>
echo"Defaulting KUBERNETES_VERSION_MANAGEMENT_LATEST_CI to ${KUBERNETES_VERSION_MANAGEMENT_LATEST_CI} to trigger image build (because env var is not set)"
35
35
fi
36
36
fi
37
37
38
38
# Ensure kind image get's built vcsim e2e tests.
39
39
if [[ -z"${GINKGO_SKIP:-}" ]];then
40
40
if [[ "${GINKGO_FOCUS:-}"=="\\[vcsim\\]" ]] || [[ "${GINKGO_FOCUS:-}"=="\\[vcsim\\] \\[supervisor\\]" ]];then
echo"Defaulting KUBERNETES_VERSION_MANAGEMENT_LATEST_CI to ${KUBERNETES_VERSION_MANAGEMENT_LATEST_CI} to trigger image build (because env var is not set)"
0 commit comments