From fdc846393592a00fa2afa4edd5dd595bf93c46fe Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 1 Dec 2025 16:45:14 -0800 Subject: [PATCH] Bump INSTALL_RETRY to 3 on i3 and KDE, apply to uefi_no_fallback This is all about https://bugzilla.redhat.com/show_bug.cgi?id=2417493 . That is causing KDE and i3 install tests to fail very often. It also affects uefi_no_fallback because that needs to at least launch the installer. Signed-off-by: Adam Williamson --- templates.fif.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/templates.fif.json b/templates.fif.json index eebc7ba3..8855358c 100644 --- a/templates.fif.json +++ b/templates.fif.json @@ -142,7 +142,7 @@ "DESKTOP": "kde", "DUG_RETRY": "3", "HDDSIZEGB": "15", - "INSTALL_RETRY": "1", + "INSTALL_RETRY": "3", "LIVE": "1", "PACKAGE_SET": "default", "TEST_TARGET": "ISO" @@ -160,7 +160,7 @@ "settings": { "DESKTOP": "i3", "DEPLOY_UPLOAD_TEST": "install_default_upload", - "INSTALL_RETRY": "1", + "INSTALL_RETRY": "3", "LIVE": "1", "PACKAGE_SET": "default", "TEST_TARGET": "ISO", @@ -2674,7 +2674,8 @@ "fedora-i3-live-x86_64-*-64bit": 70 }, "settings": { - "ENTRYPOINT": "_boot_to_anaconda _uefi_no_fallback" + "ENTRYPOINT": "_boot_to_anaconda _uefi_no_fallback", + "RETRY": "%INSTALL_RETRY%" } }, "unwanted_packages": {