Skip to content

Commit

Permalink
testmap: r96
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpitt committed Sep 26, 2024
1 parent 3597027 commit 58bbf6b
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions lib/testmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ def contexts(image: str, *scenarios: Iterable[str], repo: str | None = None) ->
# 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 All @@ -67,7 +68,6 @@ def contexts(image: str, *scenarios: Iterable[str], repo: str | None = None) ->
'_manual': [
'fedora-rawhide',
'opensuse-tumbleweed',
'rhel-9-6',
],
},
'cockpit-project/starter-kit': {
Expand All @@ -83,7 +83,6 @@ def contexts(image: str, *scenarios: Iterable[str], repo: str | None = None) ->
],
'_manual': [
'centos-9-bootc',
'rhel-9-5',
'rhel-9-6',
]
},
Expand All @@ -109,6 +108,7 @@ def contexts(image: str, *scenarios: Iterable[str], repo: str | None = None) ->
'fedora-coreos',
'rhel-8-10',
'rhel-9-5',
'rhel-9-6',
'rhel-10-0',
'ubuntu-2204',
'ubuntu-2404',
Expand All @@ -118,7 +118,6 @@ def contexts(image: str, *scenarios: Iterable[str], repo: str | None = None) ->
'centos-10',
'fedora-rawhide',
'opensuse-tumbleweed',
'rhel-9-6',
],
},
'cockpit-project/cockpit-machines': {
Expand All @@ -136,6 +135,7 @@ def contexts(image: str, *scenarios: Iterable[str], repo: str | None = None) ->
'opensuse-tumbleweed',
'rhel-8-10',
'rhel-9-5',
'rhel-9-6',
],
'rhel-8': [
'rhel-8-10',
Expand All @@ -144,7 +144,6 @@ def contexts(image: str, *scenarios: Iterable[str], repo: str | None = None) ->
'centos-10',
'fedora-rawhide',
'rhel-10-0',
'rhel-9-6',
],
},
'cockpit-project/cockpit-files': {
Expand Down Expand Up @@ -182,6 +181,7 @@ def contexts(image: str, *scenarios: Iterable[str], repo: str | None = None) ->
'main': [
'centos-10',
'rhel-9-5',
'rhel-9-6',
'rhel-10-0',
'fedora-39',
'fedora-40',
Expand All @@ -206,21 +206,20 @@ def contexts(image: str, *scenarios: Iterable[str], repo: str | None = None) ->
'rhel-9-4',
],
'_manual': [
'rhel-9-6',
],
},
'candlepin/subscription-manager-cockpit': {
'main': [
'centos-9-stream/subscription-manager-1.29',
'centos-10',
'rhel-9-5/subscription-manager-1.29',
'rhel-9-6/subscription-manager-1.29',
'rhel-10-0',
'fedora-39',
'fedora-40',
'fedora-41',
],
'_manual': [
'rhel-9-6',
],
},
'rhinstaller/anaconda-webui': {
Expand Down

0 comments on commit 58bbf6b

Please sign in to comment.