1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-03-02 18:54:30 +00:00

Compare commits

...

2 Commits

Author SHA1 Message Date
Adam Williamson
4cf48547bf 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 <awilliam@redhat.com>
2023-08-03 09:08:29 +01:00
Adam Williamson
b7be0bd064 Bump HDD size for LVM resize tests
With the 2G ESP change, we need bigger disks for these tests to
work correctly. On BIOS the test still just about works because
anaconda rounds the remaining space after BIOS boot partition
and /boot to 14G, but it seems fragile to rely on this. On UEFI
(aarch64), anaconda sees a max of 12G remaining after 2G ESP
and 1G /boot, so the test fails because we cannot size to 13G.
Give the test an extra 2G, this should be sufficient to make
sure it's valid on all platforms.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2023-08-03 09:01:44 +01:00

View File

@ -1772,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"