From 46d89432ae7c8e99f037dc2a5b45256af4d2395a Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 6 Nov 2020 11:29:26 -0800 Subject: [PATCH] Drop ext3 tests Per https://pagure.io/fedora-qa/issue/650 , we dropped these from the wiki, and I agree with @kparal that it doesn't make much sense to run them any more. Signed-off-by: Adam Williamson --- templates.fif.json | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/templates.fif.json b/templates.fif.json index b69e83a8..b0384f13 100644 --- a/templates.fif.json +++ b/templates.fif.json @@ -913,19 +913,6 @@ "ROOT_PASSWORD": "weakpassword" } }, - "install_blivet_ext3": { - "profiles": { - "fedora-universal-aarch64-*-aarch64": 40, - "fedora-universal-ppc64le-*-ppc64le": 40, - "fedora-universal-x86_64-*-64bit": 40, - "fedora-universal-x86_64-*-uefi": 41 - }, - "settings": { - "PARTITIONING": "custom_blivet_ext3", - "POSTINSTALL": "disk_custom_ext3_postinstall", - "ROOT_PASSWORD": "weakpassword" - } - }, "install_blivet_lvmthin": { "profiles": { "fedora-universal-aarch64-*-aarch64": 40, @@ -1095,18 +1082,6 @@ "USER_LOGIN": "qwerty" } }, - "install_ext3": { - "profiles": { - "fedora-universal-aarch64-*-aarch64": 40, - "fedora-universal-ppc64le-*-ppc64le": 40, - "fedora-universal-x86_64-*-64bit": 40, - "fedora-universal-x86_64-*-uefi": 41 - }, - "settings": { - "PARTITIONING": "custom_ext3", - "ROOT_PASSWORD": "weakpassword" - } - }, "install_iscsi": { "profiles": { "fedora-universal-aarch64-*-aarch64": 40,