retry on gitlab system failures

This commit is contained in:
Denis P
2019-10-30 18:28:55 +01:00
parent e7d8a2e9d0
commit b1b0eaa108
+7 -1
View File
@@ -36,6 +36,12 @@ variables:
- schedules
- web
- /^[0-9]+$/ # PRs
retry:
max: 2
when:
- runner_system_failure
- unknown_failure
- api_failure
tags:
- linux-docker
@@ -58,7 +64,7 @@ test-linux-stable:
# but still want to have debug assertions.
RUSTFLAGS: -Cdebug-assertions=y
script:
- time cargo test --all --release --locked |
- time cargo test --all --release --frozen |
tee output.log
- sccache -s
after_script: