We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3c77be9 + 3041cfd commit d135287Copy full SHA for d135287
hack/ci-e2e.sh
@@ -33,7 +33,7 @@ echo "BMO_E2E_EMULATOR=${BMO_E2E_EMULATOR}"
33
export E2E_CONF_FILE="${REPO_ROOT}/test/e2e/config/ironic.yaml"
34
export E2E_BMCS_CONF_FILE="${REPO_ROOT}/test/e2e/config/bmcs-${BMC_PROTOCOL}.yaml"
35
36
-case "${GINKGO_FOCUS:-}" in
+ case "${GINKGO_FOCUS,,}" in
37
*upgrade*)
38
export DEPLOY_IRONIC="false"
39
export DEPLOY_BMO="false"
0 commit comments