From: Michel Dänzer Date: Tue, 26 Mar 2019 17:39:41 +0000 (+0100) Subject: gitlab-ci: Automatically retry jobs after runner system failure X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6140ed3d2c5409bcdb5c0879411690ef222b086c;p=mesa.git gitlab-ci: Automatically retry jobs after runner system failure Up to twice, for a total of 3 attempts maximum. This will hopefully avoid spurious CI pipeline failures due to intermittent GitLab/docker infrastructure issues. Reviewed-by: Eric Engestrom --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5e15f1e2f94..87968b61328 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,6 +31,10 @@ stages: - master - merge_requests - /^ci([-/].*)?$/ + retry: + max: 2 + when: + - runner_system_failure # CONTAINERS