Skip to content

Commit 9bf8fd5

Browse files
maleadtclaudevchuravy
authored
Update Buildkite pipeline for the new JuliaGPU cluster (#710)
* 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> * fix Metal --------- Co-authored-by: Claude Fable 5 <noreply@anthropic.com> Co-authored-by: Valentin Churavy <v.churavy@gmail.com>
1 parent b179e7d commit 9bf8fd5

1 file changed

Lines changed: 7 additions & 13 deletions

File tree

.buildkite/pipeline.yml

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ steps:
2727
using Pkg
2828
Pkg.test("CUDA"; coverage=true, test_args=["core/kernelabstractions"])'
2929
agents:
30-
queue: "juliagpu"
31-
cuda: "*"
30+
queue: "cuda"
3231
timeout_in_minutes: 120
3332
soft_fail:
3433
- exit_status: 3
@@ -61,8 +60,7 @@ steps:
6160
# include("test/extensions/enzyme.jl")
6261
# enzyme_testsuite(CUDABackend, CuArray, true)'
6362
# agents:
64-
# queue: "juliagpu"
65-
# cuda: "*"
63+
# queue: "cuda"
6664
# timeout_in_minutes: 120
6765
# soft_fail:
6866
# - exit_status: 3
@@ -92,15 +90,14 @@ steps:
9290
using Pkg
9391
Pkg.test("Metal"; coverage=true, test_args=["kernelabstractions"])'
9492
agents:
95-
queue: "juliaecosystem"
96-
os: "macos"
97-
arch: "aarch64"
93+
queue: "metal"
9894
timeout_in_minutes: 120
9995
soft_fail:
10096
- exit_status: 3
10197
env:
10298
JULIA_PROJECT: "@metal"
10399

100+
104101
- label: "oneAPI Julia {{matrix.version}}"
105102
matrix:
106103
setup:
@@ -127,8 +124,7 @@ steps:
127124
using Pkg
128125
Pkg.test("oneAPI"; coverage=true, test_args=["kernelabstractions"])'
129126
agents:
130-
queue: "juliagpu"
131-
intel: "*"
127+
queue: "oneapi"
132128
timeout_in_minutes: 120
133129
soft_fail:
134130
- exit_status: 3
@@ -162,8 +158,7 @@ steps:
162158
using Pkg
163159
Pkg.test("AMDGPU"; coverage=true, test_args=["kernelabstractions"])'
164160
agents:
165-
queue: "juliagpu"
166-
rocm: "*"
161+
queue: "rocm"
167162
timeout_in_minutes: 120
168163
soft_fail:
169164
- exit_status: 3
@@ -197,8 +192,7 @@ steps:
197192
using Pkg
198193
Pkg.test("OpenCL"; coverage=true, test_args=`--platform=cuda kernelabstractions`)'
199194
agents:
200-
queue: "juliagpu"
201-
cuda: "*"
195+
queue: "cuda"
202196
timeout_in_minutes: 120
203197
soft_fail:
204198
- exit_status: 3

0 commit comments

Comments
 (0)