From 3ca80c676cd18a3571ccee5cb62ecd22dd382952 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Fri, 14 Sep 2018 20:13:17 -0700 Subject: [PATCH] Disable large-network until it's fixed --- ci/buildkite.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/ci/buildkite.yml b/ci/buildkite.yml index 2395e35545..9e36d39d89 100644 --- a/ci/buildkite.yml +++ b/ci/buildkite.yml @@ -24,13 +24,14 @@ steps: timeout_in_minutes: 20 agents: - "queue=cuda" - - command: "ci/test-large-network.sh || true" - name: "large-network [public] [ignored]" - env: - CARGO_TARGET_CACHE_NAME: "stable" - timeout_in_minutes: 20 - agents: - - "queue=large" + # TODO: Fix and re-enable test-large-network.sh + # - command: "ci/test-large-network.sh || true" + # name: "large-network [public] [ignored]" + # env: + # CARGO_TARGET_CACHE_NAME: "stable" + # timeout_in_minutes: 20 + # agents: + # - "queue=large" - command: "ci/pr-snap.sh" timeout_in_minutes: 20 name: "snap [public]"