From 35263e5ab409cfffcc5a7e44fac725efaf333158 Mon Sep 17 00:00:00 2001 From: Xiaofeng Wang Date: Wed, 30 Jun 2021 09:26:59 +0800 Subject: [PATCH] test: Remove fedora 32 test GitLab CI dropped Fedora 32 support, fedora 32 test should be removed. --- test/cases/ostree.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/cases/ostree.sh b/test/cases/ostree.sh index e3b377e04..b8c49e983 100755 --- a/test/cases/ostree.sh +++ b/test/cases/ostree.sh @@ -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"