Skip to content

Commit

Permalink
tests: fix test/run to build updates.img after parsing TEST_COMPOSE
Browse files Browse the repository at this point in the history
  • Loading branch information
KKoukiou committed Jan 17, 2025
1 parent 26f928c commit 5828083
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/run
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand All @@ -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
Expand Down

0 comments on commit 5828083

Please sign in to comment.