test: Add Fedora 36 and 37 and remove 35 test for ostree.sh

This commit is contained in:
Xiaofeng Wang 2022-09-16 09:13:11 +08:00 committed by Jakub Rusz
parent d9cfbea399
commit 989c64040c
2 changed files with 2 additions and 12 deletions

View file

@ -355,9 +355,8 @@ OSTree:
parallel:
matrix:
- RUNNER:
- rhos-01/fedora-35-x86_64
# - rhos-01/fedora-36-x86_64
# - rhos-01/fedora-37-x86_64
- rhos-01/fedora-36-x86_64
- rhos-01/fedora-37-x86_64
- rhos-01/rhel-8.4-ga-x86_64
- rhos-01/rhel-8.6-ga-x86_64
- rhos-01/rhel-9.0-ga-x86_64
@ -375,7 +374,6 @@ New OSTree:
parallel:
matrix:
- RUNNER:
- rhos-01/fedora-35-x86_64
- rhos-01/fedora-36-x86_64
- rhos-01/fedora-37-x86_64
- rhos-01/rhel-8.7-nightly-x86_64

View file

@ -15,14 +15,6 @@ fi
# Set os-variant and boot location used by virt-install.
case "${ID}-${VERSION_ID}" in
"fedora-35")
IMAGE_TYPE=iot-commit
OSTREE_REF="fedora/35/${ARCH}/iot"
OS_VARIANT="fedora35"
USER_IN_COMMIT="false"
BOOT_LOCATION="https://mirrors.rit.edu/fedora/fedora/linux/releases/35/Everything/x86_64/os/"
EMBEDED_CONTAINER="false"
;;
"fedora-36")
IMAGE_TYPE=iot-commit
OSTREE_REF="fedora/36/${ARCH}/iot"