Test: enable image-installer tests on el10 / c10s
Signed-off-by: Tomáš Hozza <thozza@redhat.com>
This commit is contained in:
parent
e53d03fe16
commit
8035bd2c56
2 changed files with 6 additions and 2 deletions
|
|
@ -796,6 +796,8 @@ Installer:
|
|||
- RUNNER:
|
||||
- rhos-01/rhel-9.5-nightly-x86_64
|
||||
- rhos-01/centos-stream-9-x86_64
|
||||
- rhos-01/rhel-10.0-nightly-x86_64
|
||||
- rhos-01/centos-stream-10-x86_64
|
||||
|
||||
ContainerUpload:
|
||||
stage: test
|
||||
|
|
|
|||
|
|
@ -126,7 +126,8 @@ case "${ID}-${VERSION_ID}" in
|
|||
OS_VARIANT="rhel9-unknown"
|
||||
;;
|
||||
rhel-10*)
|
||||
OS_VARIANT="rhel10-unknown"
|
||||
# TODO: change to rhel10-unknown once it's available
|
||||
OS_VARIANT="rhel-unknown"
|
||||
;;
|
||||
centos-8)
|
||||
OS_VARIANT="centos8"
|
||||
|
|
@ -135,7 +136,8 @@ case "${ID}-${VERSION_ID}" in
|
|||
OS_VARIANT="centos-stream9"
|
||||
;;
|
||||
centos-10)
|
||||
OS_VARIANT="centos-stream10"
|
||||
# TODO: change to centos-stream10 once it's available
|
||||
OS_VARIANT="rhel-unknown"
|
||||
;;
|
||||
*)
|
||||
redprint "unsupported distro: ${ID}-${VERSION_ID}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue