ci_template: extend the scenarios where retries are attempted
authorJordan Petridis <jordan@centricular.com>
Mon, 9 Mar 2020 13:27:25 +0000 (15:27 +0200)
committerJordan Petridis <jpetridis@gnome.org>
Tue, 10 Mar 2020 12:25:46 +0000 (12:25 +0000)
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

index 726919a..c9cefb4 100644 (file)
@@ -40,6 +40,8 @@ variables:
     max: 2
     when:
       - 'runner_system_failure'
+      - 'stuck_or_timeout_failure'
+      - 'scheduler_failure'
       - 'api_failure'
 
 manifest: