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"