From 5d86d97a0f0186a6b71e17d82eb2554f2b0ef58d Mon Sep 17 00:00:00 2001 From: Tim Besard Date: Fri, 12 Jun 2026 11:15:55 +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 | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 0ad33ad..5d513ba 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -14,8 +14,7 @@ steps: - src - ext agents: - queue: "juliagpu" - cuda: "*" + queue: "cuda" commands: | julia --project -e ' using Pkg @@ -82,8 +81,7 @@ steps: - src - ext agents: - queue: "juliagpu" - rocm: "*" + queue: "rocm" rocmgpu: "*" commands: | julia --project -e '