ci: Add retries on runner system failures

release/v4.0
Anton Maklakov 2021-10-26 17:34:55 +07:00
rodzic d698ec82b4
commit aa6b080002
1 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -130,6 +130,12 @@ before_script:
dependencies: []
extends: .before_script_lesser_nofilter
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
include:
- '/tools/ci/config/build.yml'
- '/tools/ci/config/assign-test.yml'