Skip to content

Commit

Permalink
testmap: Add manual contexts for rhel-10-0
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpitt committed Jun 28, 2024
1 parent de64cdf commit be78aec
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/testmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -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': {
Expand All @@ -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': {
Expand Down Expand Up @@ -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': {
Expand All @@ -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': {
Expand All @@ -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': {
Expand All @@ -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': {
Expand Down Expand Up @@ -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': {
Expand All @@ -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': {
Expand Down

0 comments on commit be78aec

Please sign in to comment.