From 18aa1fbb80b6de1284b560feb83a0f218108bf88 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 16 Jul 2020 15:38:31 -0700 Subject: [PATCH] Temporarily remove no_swap tests https://fedoraproject.org/wiki/Changes/SwapOnZRAM changes things a lot here. No swap on disk is now the default case, making these tests obsolete. We'll probably want to test various different configurations around ZRAM swap instead - ZRAM swap *and* disk swap, disk swap only, all swaps disabled - but that's a more complex change that will need a ticket and a PR, so for now let's just cut these tests. 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 01437f5b..972470cb 100644 --- a/templates.fif.json +++ b/templates.fif.json @@ -890,19 +890,6 @@ "ROOT_PASSWORD": "weakpassword" } }, - "install_blivet_no_swap": { - "profiles": { - "fedora-universal-aarch64-*-aarch64": 50, - "fedora-universal-ppc64le-*-ppc64le": 50, - "fedora-universal-x86_64-*-64bit": 50, - "fedora-universal-x86_64-*-uefi": 51 - }, - "settings": { - "PARTITIONING": "custom_blivet_no_swap", - "POSTINSTALL": "disk_custom_no_swap_postinstall", - "ROOT_PASSWORD": "weakpassword" - } - }, "install_blivet_software_raid": { "profiles": { "fedora-universal-aarch64-*-aarch64": 40, @@ -1197,18 +1184,6 @@ "ROOT_PASSWORD": "weakpassword" } }, - "install_no_swap": { - "profiles": { - "fedora-universal-aarch64-*-aarch64": 50, - "fedora-universal-ppc64le-*-ppc64le": 50, - "fedora-universal-x86_64-*-64bit": 50, - "fedora-universal-x86_64-*-uefi": 51 - }, - "settings": { - "PARTITIONING": "custom_no_swap", - "ROOT_PASSWORD": "weakpassword" - } - }, "install_no_user": { "profiles": { "fedora-KDE-live-iso-x86_64-*-64bit": 21