solana-with-rpc-optimizations/ci/buildkite.yml

23 lines
672 B
YAML
Raw Normal View History

2018-05-21 23:02:54 -07:00
steps:
2018-05-25 21:27:41 -07:00
- command: "ci/coverage.sh"
2018-05-28 12:48:14 -07:00
name: "coverage [public]"
- command: "ci/docker-run.sh rust ci/test-stable.sh"
2018-05-28 12:48:14 -07:00
name: "stable [public]"
- 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]"
- command: "ci/docker-run.sh rust ci/test-ignored.sh"
2018-05-28 12:48:14 -07:00
name: "ignored [public]"
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: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-05-29 12:57:16 -07:00
- command: "ci/test-erasure.sh"
name: "erasure"
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-05-28 12:48:14 -07:00
name: "publish release artifacts"