test/ostree: use 8.4 when testing on 8.4

Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
Ondřej Budai 2021-07-14 10:17:07 +02:00 committed by Ondřej Budai
parent 3991827f68
commit 3c9c9f81e7

View file

@ -26,9 +26,9 @@ case "${ID}-${VERSION_ID}" in
"rhel-8.4")
IMAGE_TYPE=rhel-edge-commit
OSTREE_REF="rhel/8/${ARCH}/edge"
OS_VARIANT="rhel8-unknown"
OS_VARIANT="rhel8.4"
USER_IN_COMMIT="false"
BOOT_LOCATION="$COMPOSE_URL/compose/BaseOS/x86_64/os/";;
BOOT_LOCATION="http://download.devel.redhat.com/released/rhel-8/RHEL-8/8.4.0/BaseOS/x86_64/os/";;
"rhel-8.5")
IMAGE_TYPE=edge-commit
OSTREE_REF="rhel/8/${ARCH}/edge"