From 8242fd19eb0327abc8189493ad75f988f4c225f5 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Sun, 28 Jul 2019 23:17:45 -0700 Subject: [PATCH] Move coverage back to the default queue (#5318) (#5320) (cherry picked from commit 506b305959ec7a1753c4f8662887786672ac14df) --- ci/buildkite.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/ci/buildkite.yml b/ci/buildkite.yml index 71b7dc1887..9a3a2aaa49 100644 --- a/ci/buildkite.yml +++ b/ci/buildkite.yml @@ -22,8 +22,6 @@ steps: - command: ". ci/rust-version.sh; ci/docker-run.sh $$rust_nightly_docker_image ci/test-coverage.sh" name: "coverage" timeout_in_minutes: 40 - agents: - - "queue=cuda" # TODO: Fix and re-enable test-large-network.sh # - command: "ci/test-large-network.sh || true" # name: "large-network [ignored]"