43 lines
1.2 KiB
YAML
43 lines
1.2 KiB
YAML
steps:
|
|
- command: "ci/shellcheck.sh"
|
|
name: "shellcheck"
|
|
timeout_in_minutes: 20
|
|
- command: "ci/docker-run.sh solanalabs/rust:1.31.0 ci/test-checks.sh"
|
|
name: "checks"
|
|
timeout_in_minutes: 30
|
|
- wait
|
|
- command: "ci/test-stable-perf.sh"
|
|
name: "stable-perf"
|
|
timeout_in_minutes: 20
|
|
agents:
|
|
- "queue=cuda"
|
|
- command: "ci/test-bench.sh"
|
|
name: "bench"
|
|
timeout_in_minutes: 30
|
|
- command: "ci/docker-run.sh solanalabs/rust:1.31.0 ci/test-stable.sh"
|
|
name: "stable"
|
|
timeout_in_minutes: 30
|
|
- command: "ci/docker-run.sh solanalabs/rust-nightly:2018-12-18 ci/test-coverage.sh"
|
|
name: "coverage"
|
|
timeout_in_minutes: 30
|
|
# TODO: Fix and re-enable test-large-network.sh
|
|
# - command: "ci/test-large-network.sh || true"
|
|
# name: "large-network [ignored]"
|
|
# timeout_in_minutes: 20
|
|
# agents:
|
|
# - "queue=large"
|
|
- command: "ci/pr-snap.sh"
|
|
timeout_in_minutes: 20
|
|
name: "snap"
|
|
branches: "pull/*"
|
|
- wait
|
|
- trigger: "solana-secondary"
|
|
branches: "!pull/*"
|
|
async: true
|
|
build:
|
|
message: "${BUILDKITE_MESSAGE}"
|
|
commit: "${BUILDKITE_COMMIT}"
|
|
branch: "${BUILDKITE_BRANCH}"
|
|
env:
|
|
TRIGGERED_BUILDKITE_TAG: "${BUILDKITE_TAG}"
|