Target cuda agents

This commit is contained in:
Grimes 2018-06-07 18:42:13 -07:00 committed by Grimes
parent 6966b25d9c
commit 013f4674de
1 changed files with 4 additions and 0 deletions

View File

@ -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"