From 013f4674deb2643bb2f00aa57392bf7e2a091f60 Mon Sep 17 00:00:00 2001 From: Grimes Date: Thu, 7 Jun 2018 18:42:13 -0700 Subject: [PATCH] Target cuda agents --- ci/buildkite.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ci/buildkite.yml b/ci/buildkite.yml index 208298e87b..27733d689f 100644 --- a/ci/buildkite.yml +++ b/ci/buildkite.yml @@ -9,10 +9,14 @@ steps: name: "ignored [public]" - command: "ci/test-cuda.sh" name: "cuda" + agents: + - "queue=cuda" - command: "ci/shellcheck.sh" name: "shellcheck [public]" - command: "ci/test-erasure.sh" name: "erasure" + agents: + - "queue=cuda" - wait - command: "ci/publish.sh" name: "publish release artifacts"