Skip to content

Commit

Permalink
test: include an Fedora updates-testing scenario
Browse files Browse the repository at this point in the history
This scenario installs updates-testing updates before running the tests
to offer a "nightly" scenario and to replace the fedora-testing image
which is tested every X days.
  • Loading branch information
jelly authored and martinpitt committed Sep 4, 2023
1 parent f8e8a18 commit ff5be4c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/run
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ case "${TEST_SCENARIO:=}" in
RUN_OPTS="$RUN_OPTS "
PREPARE_OPTS="$PREPARE_OPTS --overlay"
;;&
*updates-testing*)
bots/image-customize --fresh -v --run-command 'dnf -y update --enablerepo=updates-testing,updates-testing-modular >&2' "$TEST_OS"
RUN_OPTS="$RUN_OPTS "
PREPARE_OPTS="$PREPARE_OPTS --overlay"
;;&

# split tests into roughly equal scenarios for more parallelism
*networking*)
Expand Down

0 comments on commit ff5be4c

Please sign in to comment.