Skip to content

Commit

Permalink
testmap: Drop Fedora pybridge scenario for Cockpit
Browse files Browse the repository at this point in the history
cockpit-project/cockpit#19009 switched Fedora 38
to the pybridge for the "regular" build.

Still keep the pybridge scenario for the other projects, until cockpit
with the above PR got released and the fedora-38 image refreshed with
it.
  • Loading branch information
martinpitt committed Jul 18, 2023
1 parent 944fcb3 commit 0b69e81
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/testmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ def contexts(image, *scenarios: Iterable[str]):
# this runs coverage, reports need the whole test suite
*contexts(TEST_OS_DEFAULT, ['devel']),
*contexts(TEST_OS_DEFAULT, ['firefox'], COCKPIT_SCENARIOS),
*contexts(TEST_OS_DEFAULT, ['pybridge'], COCKPIT_SCENARIOS),
*contexts('centos-8-stream', ['pybridge'], COCKPIT_SCENARIOS),
# no udisks on CoreOS → skip storage
*contexts('fedora-coreos', COCKPIT_SCENARIOS - {'storage'}),
Expand Down

0 comments on commit 0b69e81

Please sign in to comment.