From d8c5432793bd6c902fcc77562d7e5c3dd283f103 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Mon, 9 Mar 2020 15:27:25 +0200 Subject: [PATCH] ci_template: extend the scenarios where retries are attempted The windows runner has become a bit unstable lately, might be due to some recent update. It frequently timeouts while waiting to pick up a job or sometimes it goes missing in the middle of a job. --- gitlab/ci_template.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gitlab/ci_template.yml b/gitlab/ci_template.yml index 726919aff2..c9cefb4381 100644 --- a/gitlab/ci_template.yml +++ b/gitlab/ci_template.yml @@ -40,6 +40,8 @@ variables: max: 2 when: - 'runner_system_failure' + - 'stuck_or_timeout_failure' + - 'scheduler_failure' - 'api_failure' manifest: