From 41d8d5923aa7918410a17f6f4dd026b236b0428d Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 20 Oct 2022 18:11:41 -0700 Subject: [PATCH] Retry tests affected by #2119970 three times We keep running into 2119970 and it's really a pain restarting tests manually all the time. So let's just retry the affected tests three times. Big hammer time! Signed-off-by: Adam Williamson --- templates.fif.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates.fif.json b/templates.fif.json index 35bad04a..961a7c70 100644 --- a/templates.fif.json +++ b/templates.fif.json @@ -2308,6 +2308,7 @@ "PARALLEL_WITH": "server_role_deploy_domain_controller", "POSTINSTALL": "realmd_join_cockpit freeipa_webui freeipa_password_change freeipa_client", "POST_STATIC": "172.16.2.102 client002.test.openqa.fedoraproject.org", + "RETRY": "3", "ROOT_PASSWORD": "weakpassword", "USER_LOGIN": "false", "WORKER_CLASS": "tap" @@ -2871,6 +2872,7 @@ "POSTINSTALL": "_setup_browser freeipa_webui freeipa_password_change freeipa_client", "POST_STATIC": "172.16.2.103 client003.test.openqa.fedoraproject.org", "PREUPGRADE": "realmd_join_sssd", + "RETRY": "3", "ROOT_PASSWORD": "weakpassword", "TEST_TARGET": "COMPOSE", "UPGRADE": "1",