Skip to content

Commit

Permalink
testmap: Enable cockpit on ubuntu-2404
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpitt authored and jelly committed Aug 27, 2024
1 parent 4487fea commit 31b7309
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 @@ -45,6 +45,7 @@ def contexts(image: str, *scenarios: Iterable[str], repo: str | None = None) ->
*contexts('debian-stable', COCKPIT_SCENARIOS),
*contexts('debian-testing', COCKPIT_SCENARIOS),
*contexts('ubuntu-2204', COCKPIT_SCENARIOS),
*contexts('ubuntu-2404', COCKPIT_SCENARIOS),
*contexts('ubuntu-stable', COCKPIT_SCENARIOS),
*contexts('fedora-40', COCKPIT_SCENARIOS),
*contexts('fedora-41', COCKPIT_SCENARIOS),
Expand All @@ -66,7 +67,6 @@ def contexts(image: str, *scenarios: Iterable[str], repo: str | None = None) ->
'_manual': [
'fedora-rawhide',
'opensuse-tumbleweed',
'ubuntu-2404',
],
},
'cockpit-project/starter-kit': {
Expand Down

0 comments on commit 31b7309

Please sign in to comment.