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

@ -45,16 +45,16 @@ case "${ID}-${VERSION_ID}" in
EMBEDED_CONTAINER="false"
FIREWALL_FEATURE="false"
;;
"rhel-8.6")
"rhel-8.7")
IMAGE_TYPE=edge-commit
OSTREE_REF="rhel/8/${ARCH}/edge"
OS_VARIANT="rhel8-unknown"
USER_IN_COMMIT="true"
BOOT_LOCATION="http://download.devel.redhat.com/released/rhel-8/RHEL-8/8.6.0/BaseOS/x86_64/os/"
BOOT_LOCATION="http://download.devel.redhat.com/released/rhel-8/RHEL-8/8.7.0/BaseOS/x86_64/os/"
EMBEDED_CONTAINER="false"
FIREWALL_FEATURE="false"
;;
"rhel-8.7")
"rhel-8.8")
IMAGE_TYPE=edge-commit
OSTREE_REF="rhel/8/${ARCH}/edge"
OS_VARIANT="rhel8-unknown"
@ -68,16 +68,16 @@ case "${ID}-${VERSION_ID}" in
BOOT_LOCATION="${COMPOSE_URL:-}/compose/BaseOS/x86_64/os/"
fi
;;
"rhel-9.0")
"rhel-9.1")
IMAGE_TYPE=edge-commit
OSTREE_REF="rhel/9/${ARCH}/edge"
OS_VARIANT="rhel9.0"
OS_VARIANT="rhel9.1"
USER_IN_COMMIT="true"
BOOT_LOCATION="http://download.devel.redhat.com/released/rhel-9/RHEL-9/9.0.0/BaseOS/x86_64/os/"
BOOT_LOCATION="http://download.devel.redhat.com/released/rhel-9/RHEL-9/9.1.0/BaseOS/x86_64/os/"
EMBEDED_CONTAINER="false"
FIREWALL_FEATURE="false"
;;
"rhel-9.1")
"rhel-9.2")
IMAGE_TYPE=edge-commit
OSTREE_REF="rhel/9/${ARCH}/edge"
OS_VARIANT="rhel9-unknown"