From 506b305959ec7a1753c4f8662887786672ac14df Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Sun, 28 Jul 2019 22:20:54 -0700 Subject: [PATCH] Move coverage back to the default queue (#5318) --- 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]"