From 6cf6a8bc9ed87061fab52ab8e98323fcf849de99 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Tue, 12 Dec 2023 04:03:09 +0100 Subject: [PATCH] Revert "testmap: Retire cockpit rhel-9.3 branch" We have some more RHEL 9.3 z-stream updates to do. This reverts commit 1dce72d793af3659bc49dd1165b567fefdb3c9de. --- lib/testmap.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/testmap.py b/lib/testmap.py index e1e7c5a019..50a1017a6e 100644 --- a/lib/testmap.py +++ b/lib/testmap.py @@ -60,6 +60,9 @@ def contexts(image, *scenarios: Iterable[str], repo: Optional[str] = None): 'rhel-7-9', 'centos-7', ], + 'rhel-9.3': [ + *contexts('rhel-9-3', COCKPIT_SCENARIOS), + ], # These can be triggered manually with bots/tests-trigger '_manual': [ 'fedora-rawhide',