From a11a39ea484a0af12dd86f1cbefa1e2f3b0712b3 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 28 Nov 2024 17:08:51 -0800 Subject: [PATCH] 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 --- templates-updates.fif.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates-updates.fif.json b/templates-updates.fif.json index 4f094987..adb296ca 100644 --- a/templates-updates.fif.json +++ b/templates-updates.fif.json @@ -391,7 +391,8 @@ "+START_AFTER_TEST": "live_build@%ARCH_BASE_MACHINE%", "INSTALL": "1", "ISO": "Fedora-%SUBVARIANT%-Live-%ARCH%-%ADVISORY_OR_TASK%.iso", - "QEMURAM": "4096" + "QEMURAM": "4096", + "RETRY": "5" } }, "install_default_update_netinst": {