From 4cf48547bfccef5ee3f65245c312da918f8256bc Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 3 Aug 2023 09:08:29 +0100 Subject: [PATCH] Apply LVM resize disk change to correct test The affected tests start after install_lvm_ext4, so we need to bump HDDSIZEGB there, not in the downstream tests. Signed-off-by: Adam Williamson --- templates.fif.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/templates.fif.json b/templates.fif.json index 24e0e0be..d828bd1b 100644 --- a/templates.fif.json +++ b/templates.fif.json @@ -860,7 +860,6 @@ "settings": { "PARTITIONING": "custom_blivet_resize_lvm", "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2", - "HDDSIZEGB": "17", "INSTALL": "1", "POSTINSTALL": "disk_custom_resize_lvm_postinstall", "ROOT_PASSWORD": "weakpassword", @@ -876,7 +875,6 @@ "settings": { "PARTITIONING": "custom_resize_lvm", "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2", - "HDDSIZEGB": "17", "INSTALL": "1", "ROOT_PASSWORD": "weakpassword", "START_AFTER_TEST": "install_lvm_ext4" @@ -1774,7 +1772,7 @@ "fedora-Server-dvd-iso-x86_64-*-uefi": 41 }, "settings": { - "HDDSIZEGB": "15", + "HDDSIZEGB": "17", "PARTITIONING": "custom_lvm_ext4", "ROOT_PASSWORD": "weakpassword", "STORE_HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2"