From a1579b5a473722a102bf7816d0d62bce44524381 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Fri, 14 Sep 2018 20:11:46 -0700 Subject: [PATCH] Remove large-network test, it's ignored anyway --- ci/buildkite.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/ci/buildkite.yml b/ci/buildkite.yml index a96deafdf7..0be1cc1a4c 100644 --- a/ci/buildkite.yml +++ b/ci/buildkite.yml @@ -24,13 +24,6 @@ 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" - command: "ci/pr-snap.sh" timeout_in_minutes: 20 name: "snap [public]"