solana/ci/buildkite.yml

32 lines
897 B
YAML
Raw Normal View History

2018-05-21 23:02:54 -07:00
steps:
- command: "ci/docker-run.sh rust ci/test-stable.sh"
2018-05-28 12:48:14 -07:00
name: "stable [public]"
2018-06-07 18:43:47 -07:00
timeout_in_minutes: 20
- wait
- command: "ci/coverage.sh"
name: "coverage [public]"
timeout_in_minutes: 20
- command: "ci/docker-run.sh rustlang/rust:nightly ci/test-nightly.sh || true"
2018-05-28 12:48:14 -07:00
name: "nightly - FAILURES IGNORED [public]"
2018-06-07 18:43:47 -07:00
timeout_in_minutes: 20
- command: "ci/docker-run.sh rust ci/test-ignored.sh"
2018-05-28 12:48:14 -07:00
name: "ignored [public]"
2018-06-07 18:43:47 -07:00
timeout_in_minutes: 20
2018-05-21 23:02:54 -07:00
- command: "ci/test-cuda.sh"
2018-05-28 12:48:14 -07:00
name: "cuda"
2018-06-07 18:43:47 -07:00
timeout_in_minutes: 20
2018-06-07 18:42:13 -07:00
agents:
- "queue=cuda"
2018-06-01 12:13:20 -07:00
- command: "ci/shellcheck.sh"
2018-05-30 12:39:33 -07:00
name: "shellcheck [public]"
2018-06-07 18:43:47 -07:00
timeout_in_minutes: 20
2018-05-29 12:57:16 -07:00
- command: "ci/test-erasure.sh"
name: "erasure"
2018-06-07 18:43:47 -07:00
timeout_in_minutes: 20
2018-06-07 18:42:13 -07:00
agents:
- "queue=cuda"
2018-05-21 23:02:54 -07:00
- wait
- command: "ci/publish.sh"
2018-06-07 18:43:47 -07:00
timeout_in_minutes: 20
2018-05-28 12:48:14 -07:00
name: "publish release artifacts"