From bf44e677b6f2d79fb44645d959d2699ca1fb4e60 Mon Sep 17 00:00:00 2001 From: Tim Besard Date: Fri, 12 Jun 2026 11:18:35 +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 61fb85d0..0834afa4 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 '