2018-05-21 23:02:54 -07:00
|
|
|
steps:
|
2018-12-01 11:11:16 -08:00
|
|
|
- command: "ci/shellcheck.sh"
|
2018-12-15 16:12:48 -08:00
|
|
|
name: "shellcheck"
|
2019-02-20 16:06:43 -08:00
|
|
|
timeout_in_minutes: 5
|
2019-03-14 19:41:05 -07:00
|
|
|
- command: ". ci/rust-version.sh; ci/docker-run.sh $$rust_stable_docker_image ci/test-checks.sh"
|
2018-12-15 16:12:48 -08:00
|
|
|
name: "checks"
|
2019-02-20 16:06:43 -08:00
|
|
|
timeout_in_minutes: 15
|
2018-12-01 11:11:16 -08:00
|
|
|
- wait
|
2018-11-21 12:16:16 -08:00
|
|
|
- command: "ci/test-stable-perf.sh"
|
2018-12-15 16:12:48 -08:00
|
|
|
name: "stable-perf"
|
2019-06-06 11:07:32 -07:00
|
|
|
timeout_in_minutes: 30
|
2019-04-10 17:05:39 -07:00
|
|
|
artifact_paths: "log-*.txt"
|
2018-11-21 12:16:16 -08:00
|
|
|
agents:
|
|
|
|
- "queue=cuda"
|
|
|
|
- command: "ci/test-bench.sh"
|
2018-12-15 16:12:48 -08:00
|
|
|
name: "bench"
|
2019-05-06 10:00:00 -07:00
|
|
|
timeout_in_minutes: 60
|
2019-03-14 19:41:05 -07:00
|
|
|
- command: ". ci/rust-version.sh; ci/docker-run.sh $$rust_stable_docker_image ci/test-stable.sh"
|
2018-12-15 16:12:48 -08:00
|
|
|
name: "stable"
|
2019-05-07 22:23:43 -07:00
|
|
|
timeout_in_minutes: 40
|
2019-04-10 17:05:39 -07:00
|
|
|
artifact_paths: "log-*.txt"
|
2019-03-14 19:41:05 -07:00
|
|
|
- command: ". ci/rust-version.sh; ci/docker-run.sh $$rust_nightly_docker_image ci/test-coverage.sh"
|
2018-12-17 10:11:02 -08:00
|
|
|
name: "coverage"
|
2019-06-06 11:07:32 -07:00
|
|
|
timeout_in_minutes: 30
|
2018-09-14 20:13:17 -07:00
|
|
|
# TODO: Fix and re-enable test-large-network.sh
|
|
|
|
# - command: "ci/test-large-network.sh || true"
|
2018-12-15 16:12:48 -08:00
|
|
|
# name: "large-network [ignored]"
|
2018-09-14 20:13:17 -07:00
|
|
|
# timeout_in_minutes: 20
|
|
|
|
# agents:
|
|
|
|
# - "queue=large"
|
2018-06-24 09:53:40 -07:00
|
|
|
- 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}"
|