Skip to content

Commit

Permalink
testmap: Enable rhel-10-0 for c-machines
Browse files Browse the repository at this point in the history
The "wild west" days are over, and RHEL 10 is nearing its beta release.
We need to properly test c-machines there as we release to it.
  • Loading branch information
martinpitt committed Sep 26, 2024
1 parent 03d722f commit c709175
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 @@ -136,14 +136,14 @@ def contexts(image: str, *scenarios: Iterable[str], repo: str | None = None) ->
'rhel-8-10',
'rhel-9-5',
'rhel-9-6',
'rhel-10-0',
],
'rhel-8': [
'rhel-8-10',
],
'_manual': [
'centos-10',
'fedora-rawhide',
'rhel-10-0',
],
},
'cockpit-project/cockpit-files': {
Expand Down

0 comments on commit c709175

Please sign in to comment.