Skip to content

Commit

Permalink
testmap: Enable centos-9-bootc for cockpit
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpitt authored and mvollmer committed Jan 31, 2025
1 parent 60e1c82 commit ba9e614
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/testmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ def contexts(image: str, *scenarios: Iterable[str], repo: str | None = None) ->
'cockpit-project/cockpit': {
'main': [
*contexts('arch', COCKPIT_SCENARIOS),
# cockpit-storaged not yet installed and tests not yet enabled
*contexts('centos-9-bootc', COCKPIT_SCENARIOS - {'storage'}),
*contexts('debian-stable', COCKPIT_SCENARIOS),
*contexts('debian-testing', COCKPIT_SCENARIOS),
*contexts('ubuntu-2204', COCKPIT_SCENARIOS),
Expand All @@ -66,7 +68,6 @@ def contexts(image: str, *scenarios: Iterable[str], repo: str | None = None) ->
],
# These can be triggered manually with bots/tests-trigger
'_manual': [
'centos-9-bootc',
'fedora-rawhide',
'opensuse-tumbleweed',
],
Expand Down

0 comments on commit ba9e614

Please sign in to comment.