diff --git a/ci-operator/step-registry/baremetalds/e2e/test/baremetalds-e2e-test-commands.sh b/ci-operator/step-registry/baremetalds/e2e/test/baremetalds-e2e-test-commands.sh index 049ae2633abbc..b1d793f5cf7b2 100644 --- a/ci-operator/step-registry/baremetalds/e2e/test/baremetalds-e2e-test-commands.sh +++ b/ci-operator/step-registry/baremetalds/e2e/test/baremetalds-e2e-test-commands.sh @@ -384,9 +384,10 @@ packet|equinix*) echo "### IDMS check: DS_IP_STACK=${DS_IP_STACK} DS_OPENSHIFT_VERSION=${DS_OPENSHIFT_VERSION}" if [[ "${DS_IP_STACK}" == "v6" ]] && is_openshift_version_gte "4.13"; then echo "### Creating ImageDigestMirrorSet for test images on disconnected cluster" - ssh "${SSHOPTS[@]}" "root@${IP}" bash -s -- "${DEVSCRIPTS_TEST_IMAGE_REPO}" << 'IDMS_EOF' + ssh "${SSHOPTS[@]}" "root@${IP}" bash -s -- "${DEVSCRIPTS_TEST_IMAGE_REPO}" "${SKIP_READINESS_CHECKS:-false}" << 'IDMS_EOF' set -euo pipefail LOCAL_REPO="$1" + SKIP_MCP_WAIT="$2" oc apply -f - <