Skip to content

Commit 5fb9da9

Browse files
Merge pull request #2858 from metal3-io-bot/cherry-pick-2857-to-release-1.11
[release-1.11] 🌱 Remove unnecessary export for SKIP_NODE_IMAGE_PREPULL
2 parents ceb4f89 + b0c4c77 commit 5fb9da9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

scripts/ci-e2e.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,22 +58,19 @@ case "${GINKGO_FOCUS:-}" in
5858
clusterctl-upgrade|k8s-upgrade|basic|integration|remediation|k8s-conformance|capi-md-tests)
5959
# if running basic, integration, k8s upgrade, clusterctl-upgrade, remediation, k8s conformance or capi-md tests, skip apply bmhs in dev-env
6060
echo 'export SKIP_APPLY_BMH="true"' >>"${M3_DEV_ENV_PATH}/config_${USER}.sh"
61-
echo 'export SKIP_NODE_IMAGE_PREPULL="true"' >>"${M3_DEV_ENV_PATH}/config_${USER}.sh"
6261
;;
6362

6463
features)
6564
mkdir -p "${CAPI_CONFIG_FOLDER}"
6665
echo "ENABLE_BMH_NAME_BASED_PREALLOCATION: true" >"${CAPI_CONFIG_FOLDER}/clusterctl.yaml"
6766
echo 'export SKIP_APPLY_BMH="true"' >>"${M3_DEV_ENV_PATH}/config_${USER}.sh"
68-
echo 'export SKIP_NODE_IMAGE_PREPULL="true"' >>"${M3_DEV_ENV_PATH}/config_${USER}.sh"
6967
;;
7068

7169
scalability)
7270
# if running a scalability tests, configure dev-env with fakeIPA
7371
export NUM_NODES="${NUM_NODES:-50}"
7472
echo 'export NODES_PLATFORM="fake"' >>"${M3_DEV_ENV_PATH}/config_${USER}.sh"
7573
echo 'export SKIP_APPLY_BMH="true"' >>"${M3_DEV_ENV_PATH}/config_${USER}.sh"
76-
echo 'export SKIP_NODE_IMAGE_PREPULL="true"' >>"${M3_DEV_ENV_PATH}/config_${USER}.sh"
7774
sed -i "s/^export NUM_NODES=.*/export NUM_NODES=${NUM_NODES:-50}/" "${M3_DEV_ENV_PATH}/config_${USER}.sh"
7875
mkdir -p "${CAPI_CONFIG_FOLDER}"
7976
echo 'CLUSTER_TOPOLOGY: true' >"${CAPI_CONFIG_FOLDER}/clusterctl.yaml"

0 commit comments

Comments
 (0)