Skip to content

Commit

Permalink
testmap: Enable rhel-10-0 on starter-kit
Browse files Browse the repository at this point in the history
This gives us some minimal initial gating of rhel-10-0 refreshes.
  • Loading branch information
martinpitt committed Jun 28, 2024
1 parent be78aec commit f22cffa
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 @@ -79,11 +79,11 @@ def contexts(image: str, *scenarios: Iterable[str], repo: str | None = None) ->
'centos-10',
'fedora-rawhide',
'opensuse-tumbleweed',
'rhel-10-0',
],
'_manual': [
'centos-9-bootc',
'rhel-9-5',
'rhel-10-0',
]
},
'cockpit-project/cockpit-ostree': {
Expand Down

0 comments on commit f22cffa

Please sign in to comment.