Retry flaky coverage/cuda builds on initial failure

This commit is contained in:
Michael Vines 2018-06-23 15:47:37 -07:00 committed by Grimes
parent 5de54f8853
commit 33bbfdbc9b
1 changed files with 8 additions and 0 deletions

View File

@ -6,6 +6,10 @@ steps:
- command: "ci/coverage.sh"
name: "coverage [public]"
timeout_in_minutes: 20
retry:
automatic:
- exit_status: "*"
limit: 2
- command: "ci/docker-run.sh rustlang/rust:nightly ci/test-nightly.sh"
name: "nightly [public]"
timeout_in_minutes: 20
@ -15,6 +19,10 @@ steps:
- command: "ci/test-cuda.sh"
name: "cuda [public]"
timeout_in_minutes: 20
retry:
automatic:
- exit_status: "*"
limit: 2
agents:
- "queue=cuda"
- command: "ci/shellcheck.sh"