Ensure stuck builds eventually timeout
This commit is contained in:
parent
013f4674de
commit
efb23f7cf9
|
@ -1,22 +1,30 @@
|
||||||
steps:
|
steps:
|
||||||
- command: "ci/coverage.sh"
|
- command: "ci/coverage.sh"
|
||||||
name: "coverage [public]"
|
name: "coverage [public]"
|
||||||
|
timeout_in_minutes: 20
|
||||||
- command: "ci/docker-run.sh rust ci/test-stable.sh"
|
- command: "ci/docker-run.sh rust ci/test-stable.sh"
|
||||||
name: "stable [public]"
|
name: "stable [public]"
|
||||||
|
timeout_in_minutes: 20
|
||||||
- command: "ci/docker-run.sh rustlang/rust:nightly ci/test-nightly.sh || true"
|
- command: "ci/docker-run.sh rustlang/rust:nightly ci/test-nightly.sh || true"
|
||||||
name: "nightly - FAILURES IGNORED [public]"
|
name: "nightly - FAILURES IGNORED [public]"
|
||||||
|
timeout_in_minutes: 20
|
||||||
- command: "ci/docker-run.sh rust ci/test-ignored.sh"
|
- command: "ci/docker-run.sh rust ci/test-ignored.sh"
|
||||||
name: "ignored [public]"
|
name: "ignored [public]"
|
||||||
|
timeout_in_minutes: 20
|
||||||
- command: "ci/test-cuda.sh"
|
- command: "ci/test-cuda.sh"
|
||||||
name: "cuda"
|
name: "cuda"
|
||||||
|
timeout_in_minutes: 20
|
||||||
agents:
|
agents:
|
||||||
- "queue=cuda"
|
- "queue=cuda"
|
||||||
- command: "ci/shellcheck.sh"
|
- command: "ci/shellcheck.sh"
|
||||||
name: "shellcheck [public]"
|
name: "shellcheck [public]"
|
||||||
|
timeout_in_minutes: 20
|
||||||
- command: "ci/test-erasure.sh"
|
- command: "ci/test-erasure.sh"
|
||||||
name: "erasure"
|
name: "erasure"
|
||||||
|
timeout_in_minutes: 20
|
||||||
agents:
|
agents:
|
||||||
- "queue=cuda"
|
- "queue=cuda"
|
||||||
- wait
|
- wait
|
||||||
- command: "ci/publish.sh"
|
- command: "ci/publish.sh"
|
||||||
|
timeout_in_minutes: 20
|
||||||
name: "publish release artifacts"
|
name: "publish release artifacts"
|
||||||
|
|
Loading…
Reference in New Issue