From ec390cb3b7c057b757f85b3d354c550769cccfce Mon Sep 17 00:00:00 2001 From: Tim Besard Date: Fri, 12 Jun 2026 11:15:01 +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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 1dc715a2..c4439166 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -11,8 +11,7 @@ steps: - JuliaCI/julia-coverage#v1: codecov: true agents: - queue: "juliagpu" - cuda: "*" + queue: "cuda" if: build.message !~ /\[skip tests\]/ timeout_in_minutes: 60