2018-05-21 23:02:54 -07:00
|
|
|
steps:
|
2018-07-30 15:58:57 -07:00
|
|
|
- command: "ci/docker-run.sh solanalabs/rust ci/test-stable.sh"
|
2018-05-28 12:48:14 -07:00
|
|
|
name: "stable [public]"
|
2018-06-30 21:51:15 -07:00
|
|
|
env:
|
|
|
|
CARGO_TARGET_CACHE_NAME: "stable"
|
2018-07-13 09:17:45 -07:00
|
|
|
timeout_in_minutes: 30
|
2018-06-24 21:24:08 -07:00
|
|
|
- command: "ci/shellcheck.sh"
|
|
|
|
name: "shellcheck [public]"
|
|
|
|
timeout_in_minutes: 20
|
2018-07-11 21:49:23 -07:00
|
|
|
- command: "ci/docker-run.sh solanalabs/rust-nightly ci/test-nightly.sh"
|
2018-06-19 09:37:28 -07:00
|
|
|
name: "nightly [public]"
|
2018-06-30 21:51:15 -07:00
|
|
|
env:
|
|
|
|
CARGO_TARGET_CACHE_NAME: "nightly"
|
2018-06-28 20:22:54 -07:00
|
|
|
timeout_in_minutes: 30
|
2018-06-24 21:24:08 -07:00
|
|
|
- command: "ci/test-stable-perf.sh"
|
|
|
|
name: "stable-perf [public]"
|
2018-06-30 21:51:15 -07:00
|
|
|
env:
|
|
|
|
CARGO_TARGET_CACHE_NAME: "stable-perf"
|
2018-06-07 18:43:47 -07:00
|
|
|
timeout_in_minutes: 20
|
2018-06-23 15:47:37 -07:00
|
|
|
retry:
|
|
|
|
automatic:
|
|
|
|
- exit_status: "*"
|
|
|
|
limit: 2
|
2018-06-07 18:42:13 -07:00
|
|
|
agents:
|
|
|
|
- "queue=cuda"
|
2018-07-19 07:50:44 -07:00
|
|
|
- command: "ci/test-large-network.sh"
|
|
|
|
name: "large-network [public]"
|
|
|
|
env:
|
|
|
|
CARGO_TARGET_CACHE_NAME: "stable"
|
|
|
|
timeout_in_minutes: 20
|
|
|
|
agents:
|
|
|
|
- "queue=large"
|
2018-06-30 19:22:24 -07:00
|
|
|
- command: "ci/pr-snap.sh"
|
2018-07-01 17:01:31 -07:00
|
|
|
timeout_in_minutes: 20
|
2018-06-24 09:53:40 -07:00
|
|
|
name: "snap [public]"
|
|
|
|
- wait
|
2018-06-30 19:22:24 -07:00
|
|
|
- command: "ci/publish-crate.sh"
|
2018-06-18 13:45:53 -07:00
|
|
|
timeout_in_minutes: 20
|
2018-06-30 19:22:24 -07:00
|
|
|
name: "publish crate [public]"
|
|
|
|
- trigger: "solana-snap"
|
2018-06-30 20:44:32 -07:00
|
|
|
branches: "!pull/*"
|
2018-06-30 19:22:24 -07:00
|
|
|
async: true
|
2018-07-12 23:11:22 -07:00
|
|
|
build:
|
|
|
|
message: "${BUILDKITE_MESSAGE}"
|
|
|
|
commit: "${BUILDKITE_COMMIT}"
|
|
|
|
branch: "${BUILDKITE_BRANCH}"
|
|
|
|
env:
|
|
|
|
TRIGGERED_BUILDKITE_TAG: "${BUILDKITE_TAG}"
|