From 2f5e3dcbe055bf8b09c53b432044591a33c83963 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 28 Nov 2025 13:47:38 -0800 Subject: [PATCH] Set desktop_update_graphical RETRY to 3 on KDE (RHBZ #2404267) This test is currently failing quite often on KDE: https://bugzilla.redhat.com/show_bug.cgi?id=2404267 To mitigate the flakiness, let's set RETRY to 3, using a variable to target it as tightly as we can. Signed-off-by: Adam Williamson --- templates-updates.fif.json | 2 ++ templates.fif.json | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/templates-updates.fif.json b/templates-updates.fif.json index 00d4bc05..906ad2d0 100644 --- a/templates-updates.fif.json +++ b/templates-updates.fif.json @@ -29,6 +29,7 @@ "settings": { "+HDD_1": "disk_f%VERSION%_kde_5_%ARCH%.qcow2", "DESKTOP": "kde", + "DUG_RETRY": "3", "NUMDISKS": "2", "RETRY": "1" } @@ -92,6 +93,7 @@ "updates-workstation": { "settings": { "DESKTOP": "gnome", + "DUG_RETRY": "1", "+HDD_1": "disk_f%VERSION%_desktop_5_%ARCH%.qcow2", "NUMDISKS": "2", "RETRY": "1" diff --git a/templates.fif.json b/templates.fif.json index dccf241b..524d819f 100644 --- a/templates.fif.json +++ b/templates.fif.json @@ -140,6 +140,7 @@ "settings": { "DEPLOY_UPLOAD_TEST": "install_default_upload", "DESKTOP": "kde", + "DUG_RETRY": "3", "HDDSIZEGB": "15", "INSTALL_RETRY": "1", "LIVE": "1", @@ -151,6 +152,7 @@ "settings": { "DEPLOY_UPLOAD_TEST": "install_arm_image_deployment_upload", "DESKTOP": "kde", + "DUG_RETRY": "3", "TEST_TARGET": "HDD_2" } }, @@ -206,6 +208,7 @@ "settings": { "DESKTOP": "gnome", "DEPLOY_UPLOAD_TEST": "install_default_upload", + "DUG_RETRY": "", "HDDSIZEGB": "20", "INSTALL_RETRY": "1", "LIVE": "1", @@ -217,6 +220,7 @@ "settings": { "DESKTOP": "gnome", "DEPLOY_UPLOAD_TEST": "upgrade_desktop", + "DUG_RETRY": "", "HDDSIZEGB": "20", "TEST_TARGET": "COMPOSE" } @@ -225,6 +229,7 @@ "settings": { "DEPLOY_UPLOAD_TEST": "install_arm_image_deployment_upload", "DESKTOP": "gnome", + "DUG_RETRY": "", "TEST_TARGET": "HDD_2" } }, @@ -1197,6 +1202,7 @@ "BOOTFROM": "c", "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2", "POSTINSTALL": "desktop_update_graphical", + "RETRY": "%DUG_RETRY%", "START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%" } },