Adjust tests for 8.8 and 9.2

This commit is contained in:
Alexander Todorov 2022-11-14 14:50:48 +02:00 committed by Jakub Rusz
parent 29fd2873a1
commit a8df4879ac
9 changed files with 30 additions and 28 deletions

View file

@ -101,12 +101,12 @@ case "${ID}-${VERSION_ID}" in
OS_VARIANT="fedora-unknown"
EMBEDED_CONTAINER="false"
;;
"rhel-8.7")
"rhel-8.8")
OSTREE_REF="test/rhel/8/${ARCH}/edge"
OS_VARIANT="rhel8-unknown"
EMBEDED_CONTAINER="true"
;;
"rhel-9.1")
"rhel-9.2")
OSTREE_REF="test/rhel/9/${ARCH}/edge"
OS_VARIANT="rhel9-unknown"
EMBEDED_CONTAINER="true"