Retry flaky coverage/cuda builds on initial failure
This commit is contained in:
@ -6,6 +6,10 @@ steps:
|
|||||||
- command: "ci/coverage.sh"
|
- command: "ci/coverage.sh"
|
||||||
name: "coverage [public]"
|
name: "coverage [public]"
|
||||||
timeout_in_minutes: 20
|
timeout_in_minutes: 20
|
||||||
|
retry:
|
||||||
|
automatic:
|
||||||
|
- exit_status: "*"
|
||||||
|
limit: 2
|
||||||
- command: "ci/docker-run.sh rustlang/rust:nightly ci/test-nightly.sh"
|
- command: "ci/docker-run.sh rustlang/rust:nightly ci/test-nightly.sh"
|
||||||
name: "nightly [public]"
|
name: "nightly [public]"
|
||||||
timeout_in_minutes: 20
|
timeout_in_minutes: 20
|
||||||
@ -15,6 +19,10 @@ steps:
|
|||||||
- command: "ci/test-cuda.sh"
|
- command: "ci/test-cuda.sh"
|
||||||
name: "cuda [public]"
|
name: "cuda [public]"
|
||||||
timeout_in_minutes: 20
|
timeout_in_minutes: 20
|
||||||
|
retry:
|
||||||
|
automatic:
|
||||||
|
- exit_status: "*"
|
||||||
|
limit: 2
|
||||||
agents:
|
agents:
|
||||||
- "queue=cuda"
|
- "queue=cuda"
|
||||||
- command: "ci/shellcheck.sh"
|
- command: "ci/shellcheck.sh"
|
||||||
|
Reference in New Issue
Block a user