From 58280836508634eb5a02467ecc295da4ab7b3639 Mon Sep 17 00:00:00 2001 From: Katerina Koukiou Date: Fri, 17 Jan 2025 10:56:48 +0100 Subject: [PATCH] tests: fix test/run to build updates.img after parsing TEST_COMPOSE --- test/run | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/run b/test/run index c39b2d378..76fe861e7 100755 --- a/test/run +++ b/test/run @@ -13,7 +13,7 @@ set -eux make codecheck -make create-updates.img +make bots RUN_OPTS="" ALL_TESTS="$(test/common/run-tests --test-dir test -l)" @@ -37,6 +37,9 @@ case "${TEST_SCENARIO:=}" in ;; esac +# We need to know if a TEST_COMPOSE is specified before we start downloading the test images +make create-updates.img + # test runs in kernel_t context and triggers massive amounts of SELinux # denials; SELinux gets disabled, but would still trigger unexpected messages # we create huge VMs, so we need to reduce parallelism on CI