From 773bac5b9e03713a6625638d0232dbebba494466 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Thu, 26 Sep 2024 13:57:03 +0200 Subject: [PATCH] testmap: Enable rhel-10-0 for c-machines 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. --- lib/testmap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/testmap.py b/lib/testmap.py index b3cb9fd02c..9f8966d2eb 100644 --- a/lib/testmap.py +++ b/lib/testmap.py @@ -136,6 +136,7 @@ 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', @@ -143,7 +144,6 @@ def contexts(image: str, *scenarios: Iterable[str], repo: str | None = None) -> '_manual': [ 'centos-10', 'fedora-rawhide', - 'rhel-10-0', ], }, 'cockpit-project/cockpit-files': {