test: Remove fedora 32 test

GitLab CI dropped Fedora 32 support, fedora 32 test should be
removed.
This commit is contained in:
Xiaofeng Wang 2021-06-30 09:26:59 +08:00 committed by Alexander Todorov
parent f557ab57bf
commit 35263e5ab4

View file

@ -13,11 +13,6 @@ ARCH=$(uname -m)
# Set os-variant and boot location used by virt-install.
case "${ID}-${VERSION_ID}" in
"fedora-32")
IMAGE_TYPE=fedora-iot-commit
OSTREE_REF="fedora/32/${ARCH}/iot"
OS_VARIANT="fedora32"
BOOT_LOCATION="https://mirrors.rit.edu/fedora/fedora/linux/releases/32/Everything/x86_64/os/";;
"fedora-33")
IMAGE_TYPE=fedora-iot-commit
OSTREE_REF="fedora/33/${ARCH}/iot"