Skip to content

Commit

Permalink
export ironic and mariadb env vars coming from vars.sh
Browse files Browse the repository at this point in the history
They get lost between integration test start and 02 script trying to
use them.

Signed-off-by: Tuomo Tanskanen <tuomo.tanskanen@est.tech>
  • Loading branch information
tuminoid committed Jan 26, 2024
1 parent f1cd444 commit 1138dc3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions jenkins/scripts/files/run_integration_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ export EPHEMERAL_TEST
export GINKGO_FOCUS
export GINKGO_SKIP
export KEEP_TEST_ENV
export IRONIC_FROM_SOURCE
export BUILD_IRONIC_IMAGE_LOCALLY
export IRONIC_USE_MARIADB
export BUILD_MARIADB_IMAGE_LOCALLY
# unsetting NUM_NODES and KUBECTL_SHA256 when it is unbound
# in BML tests it is not passed through vars file
export NUM_NODES="${NUM_NODES:-}"
Expand Down

0 comments on commit 1138dc3

Please sign in to comment.