Skip to content

Commit

Permalink
testmap: Drop obsolete rhel-9-5 contexts
Browse files Browse the repository at this point in the history
RHEL 9.5 is way past development freeze, so not interesting for us any
more. We already test 9.6 everywhere -- except for cockpit-files, add
the missing context there.
  • Loading branch information
martinpitt authored and mvollmer committed Oct 11, 2024
1 parent 86b1ecd commit 89173ac
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions lib/testmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ def contexts(image: str, *scenarios: Iterable[str], repo: str | None = None) ->
*contexts(TEST_OS_DEFAULT, ['firefox'], COCKPIT_SCENARIOS),
# no udisks on CoreOS → skip storage
*contexts('fedora-coreos', COCKPIT_SCENARIOS - {'storage'}),
*contexts('rhel-9-5', COCKPIT_SCENARIOS),
*contexts('rhel-9-6', COCKPIT_SCENARIOS),
*contexts('rhel-10-0', COCKPIT_SCENARIOS),
*contexts('centos-10', COCKPIT_SCENARIOS),
Expand Down Expand Up @@ -107,7 +106,6 @@ def contexts(image: str, *scenarios: Iterable[str], repo: str | None = None) ->
'fedora-41',
'fedora-coreos',
'rhel-8-10',
'rhel-9-5',
'rhel-9-6',
'rhel-10-0',
'ubuntu-2204',
Expand All @@ -134,7 +132,6 @@ def contexts(image: str, *scenarios: Iterable[str], repo: str | None = None) ->
f'{TEST_OS_DEFAULT}/firefox',
'opensuse-tumbleweed',
'rhel-8-10',
'rhel-9-5',
'rhel-9-6',
'rhel-10-0',
],
Expand All @@ -155,11 +152,10 @@ def contexts(image: str, *scenarios: Iterable[str], repo: str | None = None) ->
f'{TEST_OS_DEFAULT}/devel',
'fedora-rawhide',
'centos-10',
'rhel-9-5',
'rhel-9-6',
'rhel-10-0',
],
'_manual': [
'rhel-9-6',
],
},
'osbuild/cockpit-composer': {
Expand Down Expand Up @@ -245,10 +241,10 @@ def contexts(image: str, *scenarios: Iterable[str], repo: str | None = None) ->
*contexts(TEST_OS_DEFAULT, ['firefox'], COCKPIT_SCENARIOS, repo='cockpit-project/cockpit'),
*contexts('ubuntu-stable', COCKPIT_SCENARIOS, repo='cockpit-project/cockpit'),
*contexts('debian-stable', COCKPIT_SCENARIOS, repo='cockpit-project/cockpit'),
*contexts('rhel-9-5', COCKPIT_SCENARIOS, repo='cockpit-project/cockpit'),
*contexts('rhel-9-6', COCKPIT_SCENARIOS, repo='cockpit-project/cockpit'),
"rhel-8-10@cockpit-project/cockpit/rhel-8",
"rhel-8-10@candlepin/subscription-manager/subscription-manager-1.28",
"rhel-9-5@candlepin/subscription-manager-cockpit",
"rhel-9-6@candlepin/subscription-manager-cockpit",
],
# Anaconda builds in fedora-rawhide and runs tests in fedora-rawhide-boot
"fedora-rawhide": [
Expand Down

0 comments on commit 89173ac

Please sign in to comment.