From 2229d0e8f5ef3127b911c67fa090deced7446449 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 27 Jan 2025 14:34:23 -0800 Subject: [PATCH] Drop 5 retries for live install (#2329581 is gone) The kernel change that caused this to fail frequently got reverted for 6.13 final, so it's not causing us trouble any more. Let's drop the retries. Signed-off-by: Adam Williamson --- templates-updates.fif.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates-updates.fif.json b/templates-updates.fif.json index cdc24b58..143b88e5 100644 --- a/templates-updates.fif.json +++ b/templates-updates.fif.json @@ -380,8 +380,7 @@ "+START_AFTER_TEST": "%LIVE_BUILD_TEST%@%ARCH_BASE_MACHINE%", "INSTALL": "1", "ISO": "Fedora-%SUBVARIANT%-Live-%ARCH%-%ADVISORY_OR_TASK%.iso", - "QEMURAM": "4096", - "RETRY": "5" + "QEMURAM": "4096" } }, "install_default_update_netinst": {