Skip to content

Commit fdd61e9

Browse files
committed
testmap: Enable opensuse-tumbleweed/other for cockpit
cockpit-project/cockpit#22903 skipped enough tests so that the remaining ones can finally become gates. A similar thing still needs to happen for the other three scenarios, step by step!
1 parent 5b676a7 commit fdd61e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/testmap.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ def contexts(image: str, *scenarios: Iterable[str], repo: str | None = None) ->
5555
*contexts(TEST_OS_DEFAULT, ['firefox'], COCKPIT_SCENARIOS),
5656
# no udisks on CoreOS → skip storage
5757
*contexts('fedora-coreos', COCKPIT_SCENARIOS - {'storage'}),
58+
# TODO: gradually fix the remaining scenarios
59+
*contexts('opensuse-tumbleweed', COCKPIT_SCENARIOS - {'networking', 'storage', 'expensive'}),
5860
*contexts('rhel-8-10', ['ws-container'], COCKPIT_SCENARIOS),
5961
*contexts('rhel-9-8', COCKPIT_SCENARIOS),
6062
*contexts('rhel-10-2', COCKPIT_SCENARIOS),

0 commit comments

Comments
 (0)