Update tests with config for Fedora 36

This commit is contained in:
Alexander Todorov 2022-07-12 14:07:21 +03:00 committed by Alexander Todorov
parent 4dab7b74cf
commit d36e005b37
2 changed files with 14 additions and 0 deletions

View file

@ -114,6 +114,13 @@ case "${ID}-${VERSION_ID}" in
OSTREE_OSNAME=fedora
OS_VARIANT="fedora35"
;;
"fedora-36")
CONTAINER_TYPE=fedora-iot-container
INSTALLER_TYPE=fedora-iot-installer
OSTREE_REF="fedora/36/${ARCH}/iot"
OSTREE_OSNAME=fedora
OS_VARIANT="fedora36"
;;
"rhel-8.7")
OSTREE_REF="test/rhel/8/${ARCH}/edge"
OS_VARIANT="rhel8-unknown"

View file

@ -21,6 +21,13 @@ case "${ID}-${VERSION_ID}" in
USER_IN_COMMIT="false"
BOOT_LOCATION="https://mirrors.rit.edu/fedora/fedora/linux/releases/35/Everything/x86_64/os/"
;;
"fedora-36")
IMAGE_TYPE=fedora-iot-commit
OSTREE_REF="fedora/36/${ARCH}/iot"
OS_VARIANT="fedora36"
USER_IN_COMMIT="false"
BOOT_LOCATION="https://mirrors.rit.edu/fedora/fedora/linux/releases/36/Everything/x86_64/os/"
;;
"rhel-8.4")
IMAGE_TYPE=edge-commit
OSTREE_REF="rhel/8/${ARCH}/edge"