From 73f860ecb92e7087acb6f4cfb772153087970996 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 13 Nov 2023 10:37:03 -0800 Subject: [PATCH] Set a high RETRY value for desktop_printing It's super flaky ATM due to some GNOME/mesa bug(?) This will make life easier till I have time to actually debug the issue. Signed-off-by: Adam Williamson --- templates.fif.json | 1 + 1 file changed, 1 insertion(+) diff --git a/templates.fif.json b/templates.fif.json index f0c515e0..31108f2b 100644 --- a/templates.fif.json +++ b/templates.fif.json @@ -981,6 +981,7 @@ "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2", "USE_CUPS": "1", "POSTINSTALL": "desktop_printing", + "RETRY": "10", "START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%" } },