File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,8 @@ M3_DEV_ENV_PATH="${M3_DEV_ENV_PATH:-${WORKING_DIR}/metal3-dev-env}"
3636clone_repo " ${M3_DEV_ENV_REPO} " " ${M3_DEV_ENV_BRANCH} " " ${M3_DEV_ENV_PATH} "
3737
3838# Config devenv
39+ # SKIP_NODE_IMAGE_PREPULL is set to true to avoid dev-env downloading the node
40+ # image
3941cat << -EOF >"${M3_DEV_ENV_PATH} /config_${USER} .sh"
4042export CAPI_VERSION=${CAPI_VERSION:- " v1beta1" }
4143export CAPM3_VERSION=${CAPM3_VERSION:- " v1beta1" }
@@ -44,6 +46,7 @@ export KUBERNETES_VERSION=${KUBERNETES_VERSION}
4446export IMAGE_OS=${IMAGE_OS}
4547export FORCE_REPO_UPDATE="false"
4648export USE_IRSO="${USE_IRSO:- false} "
49+ export SKIP_NODE_IMAGE_PREPULL="true"
4750EOF
4851# if running a scalability test skip apply bmhs in dev-env and run fakeIPA
4952if [[ ${GINKGO_FOCUS:- } == " clusterctl-upgrade" ]]; then
You can’t perform that action at this time.
0 commit comments