Skip to content

Commit 7423798

Browse files
maleadtclaude
andauthored
Update Buildkite pipeline for the new JuliaGPU cluster. (#44)
Switch to the per-backend queues of the new JuliaGPU cluster. Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
1 parent bd8ad60 commit 7423798

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

.buildkite/pipeline.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ steps:
1212
- src
1313
- ext
1414
agents:
15-
queue: "juliagpu"
16-
cuda: "*"
15+
queue: "cuda"
1716
if: build.message !~ /\[skip tests\]/
1817
timeout_in_minutes: 30
1918

@@ -27,8 +26,7 @@ steps:
2726
- src
2827
- ext
2928
agents:
30-
queue: "juliagpu"
31-
cuda: "*"
29+
queue: "cuda"
3230
if: build.message !~ /\[skip tests\]/
3331
timeout_in_minutes: 30
3432

@@ -42,8 +40,7 @@ steps:
4240
- src
4341
- ext
4442
agents:
45-
queue: "juliagpu"
46-
rocm: "*"
43+
queue: "rocm"
4744
rocmgpu: "*"
4845
if: build.message !~ /\[skip tests\]/
4946
timeout_in_minutes: 30
@@ -58,8 +55,7 @@ steps:
5855
- src
5956
- ext
6057
agents:
61-
queue: "juliagpu"
62-
rocm: "*"
58+
queue: "rocm"
6359
rocmgpu: "*"
6460
if: build.message !~ /\[skip tests\]/
6561
timeout_in_minutes: 30

0 commit comments

Comments
 (0)