test/ostree: use 8.4 when testing on 8.4
Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
parent
3991827f68
commit
3c9c9f81e7
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue