Skip to content

Commit

Permalink
lib/testmap: enable cockpit/main for fedora-42
Browse files Browse the repository at this point in the history
All of the tests are passing now.
  • Loading branch information
allisonkarlitskaya committed Feb 11, 2025
1 parent 2458ee9 commit e7dfd8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/testmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ def contexts(image: str, *scenarios: Iterable[str], repo: str | None = None) ->
*contexts('ubuntu-2404', COCKPIT_SCENARIOS),
*contexts('ubuntu-stable', COCKPIT_SCENARIOS),
*contexts('fedora-41', COCKPIT_SCENARIOS),
*contexts('fedora-42', COCKPIT_SCENARIOS),
# this runs coverage, reports need the whole test suite
*contexts(TEST_OS_DEFAULT, ['devel']),
*contexts(TEST_OS_DEFAULT, ['firefox'], COCKPIT_SCENARIOS),
Expand All @@ -67,7 +68,6 @@ def contexts(image: str, *scenarios: Iterable[str], repo: str | None = None) ->
],
# These can be triggered manually with bots/tests-trigger
'_manual': [
'fedora-42',
'fedora-rawhide',
'opensuse-tumbleweed',
],
Expand Down

0 comments on commit e7dfd8a

Please sign in to comment.