From 4bfad020c0675b6c03299d9c54683dfb5c785a1d Mon Sep 17 00:00:00 2001 From: Tim Besard Date: Fri, 12 Jun 2026 11:18:51 +0200 Subject: [PATCH] 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 --- .buildkite/pipeline.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 73a763fa7..e54cb032f 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -4,8 +4,7 @@ - label: "Build OpenMPI" key: "cuda-build-openmpi" agents: - queue: "juliagpu" - cuda: "*" + queue: "cuda" env: # This is broken for OpenMPI 5 and Julia 1.12, so we stick with OpenMPI 4 OPENMPI_VER: "4.1" @@ -60,8 +59,7 @@ version: "{{matrix.version}}" persist_depot_dirs: packages,artifacts,compiled agents: - queue: "juliagpu" - cuda: "*" + queue: "cuda" if: build.message !~ /\[skip tests\]/ timeout_in_minutes: 90 env: @@ -105,8 +103,7 @@ - label: "Build OpenMPI" key: "rocm-build-openmpi" agents: - queue: "juliagpu" - rocm: "*" + queue: "rocm" env: # This is broken for OpenMPI 5 and Julia 1.12. # It is broken for OpenMPI 4 for all versions of Julia. So we use OpenMPI 5 and skip Julia 1.12 @@ -170,8 +167,7 @@ version: "{{matrix.version}}" persist_depot_dirs: packages,artifacts,compiled agents: - queue: "juliagpu" - rocm: "*" + queue: "rocm" if: build.message !~ /\[skip tests\]/ timeout_in_minutes: 90 env: