From 1dcb1f88b6ced8671f45e6c6f6258881b525faa5 Mon Sep 17 00:00:00 2001 From: Tim Besard Date: Fri, 12 Jun 2026 11:17:20 +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 cbe32a8..ff17cac 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -4,8 +4,7 @@ steps: - JuliaCI/julia#v1: version: "1.10" agents: - queue: "juliagpu" - cuda: "*" + queue: "cuda" command: | julia --color=yes --project -e ' using Pkg @@ -22,8 +21,7 @@ steps: - JuliaCI/julia#v1: version: "1.10" agents: - queue: "juliagpu" - rocm: "*" + queue: "rocm" rocmgpu: "*" command: | julia --color=yes --project -e '