From 37da0a8f4ab2559858b8d53144699d6e3705ef67 Mon Sep 17 00:00:00 2001 From: Anton Bondarenko Date: Fri, 6 Dec 2024 09:50:58 +0100 Subject: [PATCH] Retry CI job in case of runner system failure Signed-off-by: Anton Bondarenko --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 228a1658..1d8a219b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,6 +20,7 @@ default: when: - job_execution_timeout - stuck_or_timeout_failure + - runner_system_failure .standard-rules: timeout: 10m -- GitLab