test: Add Fedora 36 and 37 and remove 35 test for ostree.sh
This commit is contained in:
parent
d9cfbea399
commit
989c64040c
2 changed files with 2 additions and 12 deletions
|
|
@ -355,9 +355,8 @@ OSTree:
|
||||||
parallel:
|
parallel:
|
||||||
matrix:
|
matrix:
|
||||||
- RUNNER:
|
- RUNNER:
|
||||||
- rhos-01/fedora-35-x86_64
|
- rhos-01/fedora-36-x86_64
|
||||||
# - rhos-01/fedora-36-x86_64
|
- rhos-01/fedora-37-x86_64
|
||||||
# - rhos-01/fedora-37-x86_64
|
|
||||||
- rhos-01/rhel-8.4-ga-x86_64
|
- rhos-01/rhel-8.4-ga-x86_64
|
||||||
- rhos-01/rhel-8.6-ga-x86_64
|
- rhos-01/rhel-8.6-ga-x86_64
|
||||||
- rhos-01/rhel-9.0-ga-x86_64
|
- rhos-01/rhel-9.0-ga-x86_64
|
||||||
|
|
@ -375,7 +374,6 @@ New OSTree:
|
||||||
parallel:
|
parallel:
|
||||||
matrix:
|
matrix:
|
||||||
- RUNNER:
|
- RUNNER:
|
||||||
- rhos-01/fedora-35-x86_64
|
|
||||||
- rhos-01/fedora-36-x86_64
|
- rhos-01/fedora-36-x86_64
|
||||||
- rhos-01/fedora-37-x86_64
|
- rhos-01/fedora-37-x86_64
|
||||||
- rhos-01/rhel-8.7-nightly-x86_64
|
- rhos-01/rhel-8.7-nightly-x86_64
|
||||||
|
|
|
||||||
|
|
@ -15,14 +15,6 @@ fi
|
||||||
|
|
||||||
# Set os-variant and boot location used by virt-install.
|
# Set os-variant and boot location used by virt-install.
|
||||||
case "${ID}-${VERSION_ID}" in
|
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")
|
"fedora-36")
|
||||||
IMAGE_TYPE=iot-commit
|
IMAGE_TYPE=iot-commit
|
||||||
OSTREE_REF="fedora/36/${ARCH}/iot"
|
OSTREE_REF="fedora/36/${ARCH}/iot"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue