From 294c13e272cd7b959b9ba3809c3abf0ba1a68485 Mon Sep 17 00:00:00 2001 From: Tuomo Tanskanen Date: Fri, 22 Dec 2023 13:20:09 +0200 Subject: [PATCH] export ironic and mariadb env vars coming from vars.sh They get lost between integration test start and 02 script trying to use them. Signed-off-by: Tuomo Tanskanen --- jenkins/scripts/files/run_integration_tests.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/jenkins/scripts/files/run_integration_tests.sh b/jenkins/scripts/files/run_integration_tests.sh index 2c1578fb2..f7a675d02 100755 --- a/jenkins/scripts/files/run_integration_tests.sh +++ b/jenkins/scripts/files/run_integration_tests.sh @@ -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:-}"