mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-22 13:11:26 +00:00
Bump netinst images to 3GiB RAM (#1856514)
Since systemd-246~rc1-1.fc33, network install images crash if booted with only 2GiB of RAM. No-one seems to be fixing this as a matter of urgency, so let's just bump the tests to 3GiB at least for now. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
18aa1fbb80
commit
ee3c27ccb7
@ -129,6 +129,7 @@
|
||||
"distri": "fedora",
|
||||
"flavor": "Everything-boot-iso",
|
||||
"settings": {
|
||||
"QEMURAM": 3072,
|
||||
"TEST_TARGET": "ISO"
|
||||
},
|
||||
"version": "*"
|
||||
@ -199,6 +200,7 @@
|
||||
"distri": "fedora",
|
||||
"flavor": "Server-boot-iso",
|
||||
"settings": {
|
||||
"QEMURAM": 3072,
|
||||
"TEST_TARGET": "ISO"
|
||||
},
|
||||
"version": "*"
|
||||
|
Loading…
Reference in New Issue
Block a user