From 4be537c51a0c4df432af6e0481006cf12e396e30 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Mon, 17 Dec 2018 10:14:55 -0800 Subject: [PATCH] Temporarily disable nightly build until it can be fixed --- ci/buildkite.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/buildkite.yml b/ci/buildkite.yml index 2e9e40b25c..52e2ca3487 100644 --- a/ci/buildkite.yml +++ b/ci/buildkite.yml @@ -17,9 +17,9 @@ steps: - 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-05 ci/test-nightly.sh" - name: "nightly" - timeout_in_minutes: 30 + #- command: "ci/docker-run.sh solanalabs/rust-nightly:2018-12-05 ci/test-nightly.sh" + # name: "nightly" + # timeout_in_minutes: 30 # TODO: Fix and re-enable test-large-network.sh # - command: "ci/test-large-network.sh || true" # name: "large-network [ignored]"