From: Stefan Metzmacher Date: Mon, 11 Feb 2019 11:53:03 +0000 (+0100) Subject: .gitlab-ci.yml: add retries on runner_system_failure/stuck_or_timeout_failure X-Git-Tag: ldb-1.6.1~143 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7dcf51282a53dbdc550e619da7f92f49746217b6;p=thirdparty%2Fsamba.git .gitlab-ci.yml: add retries on runner_system_failure/stuck_or_timeout_failure This hopefully avoids pipeline failures due too docker/runner errors. Signed-off-by: Stefan Metzmacher Reviewed-by: Tim Beale Reviewed-by: Andrew Bartlett --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2dbfd8700fa..ce924c2c319 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,6 +33,11 @@ variables: - "*.stderr" - system-info.txt - /tmp/samba-testbase/*/*/bin/config.log + retry: + max: 2 + when: + - runner_system_failure + - stuck_or_timeout_failure samba_none_env: extends: .shared_template