Skip to content

Commit

Permalink
Merge pull request #1526 from Nordix/fix-e2e-config-override/max
Browse files Browse the repository at this point in the history
🐛 Implement E2E_CONF_FILE Override in ci-e2e.sh
  • Loading branch information
metal3-io-bot authored Jan 22, 2024
2 parents b6c33b7 + 9ff036a commit 8b412ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hack/ci-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ cd "${REPO_ROOT}" || exit 1
# BMO_E2E_EMULATOR can be set to either "vbmc" or "sushy-tools"
BMO_E2E_EMULATOR=${BMO_E2E_EMULATOR:-"sushy-tools"}

export E2E_CONF_FILE="${REPO_ROOT}/test/e2e/config/ironic.yaml"

case "${GINKGO_FOCUS:-}" in
*upgrade*)
export DEPLOY_IRONIC="false"
Expand Down

0 comments on commit 8b412ce

Please sign in to comment.