Skip to content

Commit

Permalink
testmap: Enable cockpit-podman on RHEL 10
Browse files Browse the repository at this point in the history
We are over the initial "everything is broken" hump, and start to
regularly land our releases in RHEL 10. Let's shift left the gating
failures.
  • Loading branch information
martinpitt authored and jelly committed Jun 28, 2024
1 parent f22cffa commit 49fcc85
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 @@ -110,6 +110,7 @@ def contexts(image: str, *scenarios: Iterable[str], repo: str | None = None) ->
'rhel-8-10',
'rhel-9-4',
'rhel-9-5',
'rhel-10-0',
'rhel4edge',
'ubuntu-2204',
'ubuntu-stable',
Expand All @@ -118,7 +119,6 @@ def contexts(image: str, *scenarios: Iterable[str], repo: str | None = None) ->
'centos-10',
'fedora-rawhide',
'opensuse-tumbleweed',
'rhel-10-0',
],
},
'cockpit-project/cockpit-machines': {
Expand Down

0 comments on commit 49fcc85

Please sign in to comment.