Skip to content

Commit

Permalink
testmap: Enable fedora-42 on cockpit-machines
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpitt authored and allisonkarlitskaya committed Feb 13, 2025
1 parent 2a325d7 commit 3e73842
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 @@ -131,6 +131,7 @@ def contexts(image: str, *scenarios: Iterable[str], repo: str | None = None) ->
'ubuntu-2404',
'ubuntu-stable',
'fedora-41',
'fedora-42',
f'{TEST_OS_DEFAULT}/devel',
f'{TEST_OS_DEFAULT}/firefox',
'opensuse-tumbleweed',
Expand All @@ -143,7 +144,6 @@ def contexts(image: str, *scenarios: Iterable[str], repo: str | None = None) ->
],
'_manual': [
'centos-10',
'fedora-42',
'fedora-rawhide',
],
},
Expand Down

0 comments on commit 3e73842

Please sign in to comment.