ci: Add retries on runner system failures

This commit is contained in:
Anton Maklakov
2021-10-26 17:34:55 +07:00
parent cc2e952edb
commit 1d5a967c4c

View File

@@ -7,6 +7,12 @@ stages:
- deploy - deploy
- post_check - post_check
default:
retry:
max: 2
# In case of a runner failure we could hop to another one, or a network error could go away.
when: runner_system_failure
variables: variables:
# System environment # System environment