Skip to content

Commit 2c73503

Browse files
Merge pull request #489 from maleadt/buildkite-queues
Update Buildkite pipeline for the new JuliaGPU cluster
2 parents db58754 + 0ebcaaf commit 2c73503

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.buildkite/pipeline.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ steps:
66
- JuliaCI/julia-test#v1:
77
coverage: false # 1000x slowdown
88
agents:
9-
queue: "juliagpu"
10-
cuda: "*"
9+
queue: "cuda"
1110
timeout_in_minutes: 60
1211
# Don't run Buildkite if the commit message includes the text [skip tests]
1312
if: build.message !~ /\[skip tests\]/

0 commit comments

Comments
 (0)