From c3baa664655677850f6fcfe99c6aa4c041451f43 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 5 Apr 2024 07:59:42 -0700 Subject: [PATCH] Bump retry count on some flaky tests The silverblue tests are flaky because of https://github.com/fedora-silverblue/issue-tracker/issues/548 . The desktop_upgrade_encrypted test is flaky on Rawhide (so, when booting from F40 initially) since we switched to UEFI, not sure if it's because of UEFI somehow or just a timing coincidence. Am going to look into it, but for now this should save lots of manual restarting. Signed-off-by: Adam Williamson --- templates-updates.fif.json | 2 +- templates.fif.json | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/templates-updates.fif.json b/templates-updates.fif.json index ba110ce6..863c7868 100644 --- a/templates-updates.fif.json +++ b/templates-updates.fif.json @@ -130,7 +130,7 @@ "HDDSIZEGB": "15", "NUMDISKS": "2", "PACKAGE_SET": "default", - "RETRY": "1", + "RETRY": "2", "SUBVARIANT": "Silverblue" }, "version": "*" diff --git a/templates.fif.json b/templates.fif.json index 33fc7005..429295e5 100644 --- a/templates.fif.json +++ b/templates.fif.json @@ -311,6 +311,7 @@ "DESKTOP": "gnome", "HDDSIZEGB": "20", "PACKAGE_SET": "default", + "RETRY": "2", "TEST_TARGET": "ISO" }, "version": "*" @@ -3066,6 +3067,7 @@ "DESKTOP": "gnome", "ENCRYPT_PASSWORD": "weakpassword", "HDD_1": "disk_f%UP1REL%_desktopencrypt_2_%ARCH%.qcow2", + "RETRY": "2", "ROOT_PASSWORD": "weakpassword", "TEST_TARGET": "COMPOSE", "UPGRADE": "1",