Skip to content

Commit a016570

Browse files
maleadtclaude
andcommitted
Update Buildkite pipeline for the new JuliaGPU cluster.
Switch to the per-backend queues of the new JuliaGPU cluster. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent ef3bdaf commit a016570

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.buildkite/pipeline.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ steps:
77
- JuliaCI/julia-coverage#v1:
88
codecov: true
99
agents:
10-
queue: "juliagpu"
11-
rocm: "*"
10+
queue: "rocm"
1211
rocmgpu: "*"
1312
if: build.message !~ /\[skip tests\]/
1413
command: |
@@ -29,8 +28,7 @@ steps:
2928
- JuliaCI/julia-coverage#v1:
3029
codecov: true
3130
agents:
32-
queue: "juliagpu"
33-
cuda: "*"
31+
queue: "cuda"
3432
if: build.message !~ /\[skip tests\]/
3533
command: |
3634
apt-get update && apt-get install -y xvfb

0 commit comments

Comments
 (0)