From bc263fb190e7add438fcb762db5a6ee5a1e331c6 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Mon, 17 Dec 2018 10:19:35 -0800 Subject: [PATCH] NO MERGE - restrict CI to only building nightly --- ci/buildkite.yml | 54 ++++++++++++++++++++++++------------------------ 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/ci/buildkite.yml b/ci/buildkite.yml index 6505e3a347c389..d5da12727e4491 100644 --- a/ci/buildkite.yml +++ b/ci/buildkite.yml @@ -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 @@ -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}"