From 2d1f694b340585539593827a161a7d2608e2a067 Mon Sep 17 00:00:00 2001 From: Tim Besard Date: Fri, 12 Jun 2026 11:22:37 +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 d79b62c6..786ba496 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -12,8 +12,7 @@ steps: - src - ext agents: - queue: "juliagpu" - cuda: "*" + queue: "cuda" if: build.message !~ /\[skip tests\]/ timeout_in_minutes: 30 @@ -27,7 +26,6 @@ steps: - src - ext agents: - queue: "juliagpu" - cuda: "*" + queue: "cuda" if: build.message !~ /\[skip tests\]/ timeout_in_minutes: 30