From 4c57354ecf00e4b19f77a07acc5008634dd10ab1 Mon Sep 17 00:00:00 2001 From: Tim Besard Date: Fri, 12 Jun 2026 11:24:44 +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 0f054a6e2..43f5b9abb 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -6,8 +6,7 @@ steps: - JuliaCI/julia-test#v1: test_args: "--quickfail" agents: - queue: "juliagpu" - cuda: "*" + queue: "cuda" timeout_in_minutes: 60 env: GROUP: "GPU"