Skip to content

Commit 3041cfd

Browse files
committed
Accept uppercase format in upgrade focus
Signed-off-by: Siiri Kemppainen <[email protected]>
1 parent 468382b commit 3041cfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/ci-e2e.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ echo "BMO_E2E_EMULATOR=${BMO_E2E_EMULATOR}"
3333
export E2E_CONF_FILE="${REPO_ROOT}/test/e2e/config/ironic.yaml"
3434
export E2E_BMCS_CONF_FILE="${REPO_ROOT}/test/e2e/config/bmcs-${BMC_PROTOCOL}.yaml"
3535

36-
case "${GINKGO_FOCUS:-}" in
36+
case "${GINKGO_FOCUS,,}" in
3737
*upgrade*)
3838
export DEPLOY_IRONIC="false"
3939
export DEPLOY_BMO="false"

0 commit comments

Comments
 (0)