Update tests with config for Fedora 36
This commit is contained in:
parent
4dab7b74cf
commit
d36e005b37
2 changed files with 14 additions and 0 deletions
|
|
@ -114,6 +114,13 @@ case "${ID}-${VERSION_ID}" in
|
||||||
OSTREE_OSNAME=fedora
|
OSTREE_OSNAME=fedora
|
||||||
OS_VARIANT="fedora35"
|
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")
|
"rhel-8.7")
|
||||||
OSTREE_REF="test/rhel/8/${ARCH}/edge"
|
OSTREE_REF="test/rhel/8/${ARCH}/edge"
|
||||||
OS_VARIANT="rhel8-unknown"
|
OS_VARIANT="rhel8-unknown"
|
||||||
|
|
|
||||||
|
|
@ -21,6 +21,13 @@ case "${ID}-${VERSION_ID}" in
|
||||||
USER_IN_COMMIT="false"
|
USER_IN_COMMIT="false"
|
||||||
BOOT_LOCATION="https://mirrors.rit.edu/fedora/fedora/linux/releases/35/Everything/x86_64/os/"
|
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")
|
"rhel-8.4")
|
||||||
IMAGE_TYPE=edge-commit
|
IMAGE_TYPE=edge-commit
|
||||||
OSTREE_REF="rhel/8/${ARCH}/edge"
|
OSTREE_REF="rhel/8/${ARCH}/edge"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue