Skip to content

Commit

Permalink
NO MERGE - restrict CI to only building nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Dec 17, 2018
1 parent 6a4c3b3 commit bc263fb
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions ci/buildkite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@ 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
#- 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/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:1.31.0 ci/test-nightly.sh"
name: "nightly"
timeout_in_minutes: 30
Expand All @@ -26,16 +26,16 @@ steps:
# timeout_in_minutes: 20
# agents:
# - "queue=large"
- command: "ci/pr-snap.sh"
timeout_in_minutes: 20
name: "snap"
- wait
- trigger: "solana-secondary"
branches: "!pull/*"
async: true
build:
message: "${BUILDKITE_MESSAGE}"
commit: "${BUILDKITE_COMMIT}"
branch: "${BUILDKITE_BRANCH}"
env:
TRIGGERED_BUILDKITE_TAG: "${BUILDKITE_TAG}"
#- command: "ci/pr-snap.sh"
# timeout_in_minutes: 20
# name: "snap"
#- wait
#- trigger: "solana-secondary"
# branches: "!pull/*"
# async: true
# build:
# message: "${BUILDKITE_MESSAGE}"
# commit: "${BUILDKITE_COMMIT}"
# branch: "${BUILDKITE_BRANCH}"
# env:
# TRIGGERED_BUILDKITE_TAG: "${BUILDKITE_TAG}"

0 comments on commit bc263fb

Please sign in to comment.