2018-05-21 23:02:54 -07:00
|
|
|
steps:
|
2018-11-09 06:32:03 -08:00
|
|
|
- command: "ci/docker-run.sh solanalabs/rust:1.30.1 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-08-13 15:57:23 -07:00
|
|
|
timeout_in_minutes: 30
|
2018-11-12 19:36:36 -08:00
|
|
|
- command: "ci/docker-run.sh solanalabs/rust-nightly:2018-11-12 ci/test-bench.sh"
|
2018-09-24 10:20:58 -07:00
|
|
|
name: "bench [public]"
|
|
|
|
env:
|
|
|
|
CARGO_TARGET_CACHE_NAME: "nightly"
|
|
|
|
timeout_in_minutes: 30
|
2018-06-24 21:24:08 -07:00
|
|
|
- command: "ci/shellcheck.sh"
|
|
|
|
name: "shellcheck [public]"
|
|
|
|
timeout_in_minutes: 20
|
2018-11-12 19:36:36 -08:00
|
|
|
- command: "ci/docker-run.sh solanalabs/rust-nightly:2018-11-12 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-07 18:42:13 -07:00
|
|
|
agents:
|
|
|
|
- "queue=cuda"
|
2018-09-14 20:13:17 -07:00
|
|
|
# TODO: Fix and re-enable test-large-network.sh
|
|
|
|
# - command: "ci/test-large-network.sh || true"
|
|
|
|
# name: "large-network [public] [ignored]"
|
|
|
|
# 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-11-05 08:47:12 -08:00
|
|
|
- trigger: "solana-secondary"
|
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}"
|