.gitlabci.yml: Add fedora-35 testing
Enable F34 testing on AWS as there is nothing blocking it. F34 is not yet supported on `rhos-01` as there is no runner definition. Remove F33 repositories for testing and add repo definitions for F34 and F35. Signed-off-by: Tomas Hozza <thozza@redhat.com>
This commit is contained in:
parent
00eda75691
commit
08f668200a
6 changed files with 135 additions and 70 deletions
|
|
@ -14,12 +14,12 @@ fi
|
|||
|
||||
# Set os-variant and boot location used by virt-install.
|
||||
case "${ID}-${VERSION_ID}" in
|
||||
"fedora-33")
|
||||
"fedora-35")
|
||||
IMAGE_TYPE=fedora-iot-commit
|
||||
OSTREE_REF="fedora/33/${ARCH}/iot"
|
||||
OS_VARIANT="fedora33"
|
||||
OSTREE_REF="fedora/35/${ARCH}/iot"
|
||||
OS_VARIANT="fedora35"
|
||||
USER_IN_COMMIT="false"
|
||||
BOOT_LOCATION="https://mirrors.rit.edu/fedora/fedora/linux/releases/33/Everything/x86_64/os/"
|
||||
BOOT_LOCATION="https://mirrors.rit.edu/fedora/fedora/linux/releases/35/Everything/x86_64/os/"
|
||||
;;
|
||||
"rhel-8.5")
|
||||
IMAGE_TYPE=rhel-edge-commit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue