From be78aec6771e080b166864e4e4979227db21ea43 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Fri, 28 Jun 2024 11:54:32 +0200 Subject: [PATCH] testmap: Add manual contexts for rhel-10-0 --- lib/testmap.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lib/testmap.py b/lib/testmap.py index 54f332530c..4ca5ff6394 100644 --- a/lib/testmap.py +++ b/lib/testmap.py @@ -67,6 +67,7 @@ def contexts(image: str, *scenarios: Iterable[str], repo: str | None = None) -> '_manual': [ 'fedora-rawhide', 'opensuse-tumbleweed', + 'rhel-10-0', ], }, 'cockpit-project/starter-kit': { @@ -82,6 +83,7 @@ def contexts(image: str, *scenarios: Iterable[str], repo: str | None = None) -> '_manual': [ 'centos-9-bootc', 'rhel-9-5', + 'rhel-10-0', ] }, 'cockpit-project/cockpit-ostree': { @@ -116,6 +118,7 @@ def contexts(image: str, *scenarios: Iterable[str], repo: str | None = None) -> 'centos-10', 'fedora-rawhide', 'opensuse-tumbleweed', + 'rhel-10-0', ], }, 'cockpit-project/cockpit-machines': { @@ -142,6 +145,7 @@ def contexts(image: str, *scenarios: Iterable[str], repo: str | None = None) -> '_manual': [ 'centos-10', 'fedora-rawhide', + 'rhel-10-0', ], }, 'cockpit-project/cockpit-files': { @@ -156,6 +160,7 @@ def contexts(image: str, *scenarios: Iterable[str], repo: str | None = None) -> '_manual': [ TEST_OS_DEFAULT, 'rhel-9-4', + 'rhel-10-0', ], }, 'osbuild/cockpit-composer': { @@ -170,6 +175,7 @@ def contexts(image: str, *scenarios: Iterable[str], repo: str | None = None) -> '_manual': [ 'fedora-rawhide', 'fedora-40', + 'rhel-10-0', ], }, 'candlepin/subscription-manager': { @@ -202,6 +208,7 @@ def contexts(image: str, *scenarios: Iterable[str], repo: str | None = None) -> '_manual': [ 'rhel-8-10', 'rhel-9-5', + 'rhel-10-0', ], }, 'candlepin/subscription-manager-cockpit': { @@ -214,6 +221,7 @@ def contexts(image: str, *scenarios: Iterable[str], repo: str | None = None) -> ], '_manual': [ 'rhel-9-5', + 'rhel-10-0', ], }, 'rhinstaller/anaconda-webui': {