From 39afe44e3f29b7f629fe0e43167ddce9b6cc97ca Mon Sep 17 00:00:00 2001 From: Al Bowles Date: Mon, 27 Sep 2021 20:24:48 -0500 Subject: [PATCH] Our default partitioning scheme includes swap, so omit these tests --- templates.fif.json | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/templates.fif.json b/templates.fif.json index 80fd10e2..186a2a2a 100644 --- a/templates.fif.json +++ b/templates.fif.json @@ -120,7 +120,7 @@ "TEST_TARGET": "ISO" }, "version": "*" - }, + }, "rocky-package-set-x86_64-*": { "arch": "x86_64", "distri": "rocky", @@ -138,7 +138,7 @@ "TEST_TARGET": "ISO" }, "version": "*" - }, + }, "rocky-universal-x86_64-*": { "arch": "x86_64", "distri": "rocky", @@ -185,7 +185,7 @@ "rocky-package-set-aarch64-*-aarch64": { "machine": "aarch64", "product": "rocky-package-set-aarch64-*" - }, + }, "rocky-package-set-x86_64-*-64bit": { "machine": "64bit", "product": "rocky-package-set-x86_64-*" @@ -197,7 +197,7 @@ "rocky-universal-aarch64-*-aarch64": { "machine": "aarch64", "product": "rocky-universal-aarch64-*" - }, + }, "rocky-universal-x86_64-*-64bit": { "machine": "64bit", "product": "rocky-universal-x86_64-*" @@ -425,18 +425,6 @@ "ROOT_PASSWORD": "weakpassword" } }, - "install_blivet_with_swap": { - "profiles": { - "rocky-universal-aarch64-*-aarch64": 50, - "rocky-universal-x86_64-*-64bit": 50, - "rocky-universal-x86_64-*-uefi": 51 - }, - "settings": { - "PARTITIONING": "custom_blivet_with_swap", - "POSTINSTALL": "disk_custom_with_swap_postinstall", - "ROOT_PASSWORD": "weakpassword" - } - }, "install_blivet_software_raid": { "profiles": { "rocky-universal-aarch64-*-aarch64": 40,