Skip to content

Commit 74c1e9a

Browse files
committed
runtest queue
1 parent 4a6e12f commit 74c1e9a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.buildkite/runtests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
---
22
steps:
3-
- label: ":linux: Test ${OS?}-${ARCH?}"
3+
- label: ":${OS?}: Test ${OS?}-${ARCH?}"
44
plugins:
55
- JuliaCI/julia#v1:
66
version: "nightly"
77
command: |
88
julia --version
9+
agents:
10+
queue: "julia"
11+
os: "${OS?}"
12+
arch: "${ARCH?}"

0 commit comments

Comments
 (0)