Skip to content

Commit

Permalink
testmap: Enable centos-9-bootc for cockpit-podman
Browse files Browse the repository at this point in the history
Also sort the contexts alphabetically.
  • Loading branch information
martinpitt authored and jelly committed Apr 4, 2024
1 parent 8720676 commit eaab686
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions lib/testmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,22 +97,22 @@ def contexts(image: str, *scenarios: Iterable[str], repo: Optional[str] = None)
},
'cockpit-project/cockpit-podman': {
'main': [
f'{TEST_OS_DEFAULT}/devel',
'arch',
'rhel-8-10',
'rhel-9-4',
'rhel4edge',
'centos-9-bootc',
'debian-stable',
'debian-testing',
'fedora-39',
'fedora-40',
f'{TEST_OS_DEFAULT}/devel',
'fedora-coreos',
'debian-stable',
'debian-testing',
'rhel-8-10',
'rhel-9-4',
'rhel4edge',
'ubuntu-2204',
'ubuntu-stable',
],
'_manual': [
'centos-8-stream',
'centos-9-bootc',
'fedora-rawhide',
'opensuse-tumbleweed',
],
Expand Down

0 comments on commit eaab686

Please sign in to comment.