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 authored and jelly committed Sep 26, 2024
1 parent f9e8fe6 commit 773bac5
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 773bac5

Please sign in to comment.