mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-12-12 14:23:09 +00:00
Bump install_default_update_live retries to 5
We have what look like two different bugs(?) causing havoc here (BIOS installs getting stuck at bootloader install, UEFI installs failing to get out of grub on first boot after install). While I figure out what the heck this is all about, bump the retry count. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
06349fb449
commit
a11a39ea48
@ -391,7 +391,8 @@
|
|||||||
"+START_AFTER_TEST": "live_build@%ARCH_BASE_MACHINE%",
|
"+START_AFTER_TEST": "live_build@%ARCH_BASE_MACHINE%",
|
||||||
"INSTALL": "1",
|
"INSTALL": "1",
|
||||||
"ISO": "Fedora-%SUBVARIANT%-Live-%ARCH%-%ADVISORY_OR_TASK%.iso",
|
"ISO": "Fedora-%SUBVARIANT%-Live-%ARCH%-%ADVISORY_OR_TASK%.iso",
|
||||||
"QEMURAM": "4096"
|
"QEMURAM": "4096",
|
||||||
|
"RETRY": "5"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"install_default_update_netinst": {
|
"install_default_update_netinst": {
|
||||||
|
Loading…
Reference in New Issue
Block a user