From 7f53604a4cc7b4512b49bb1cfd2a6d8ff4d478fa Mon Sep 17 00:00:00 2001 From: Tim Besard Date: Fri, 12 Jun 2026 11:18:18 +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 f7bcfd4f..ddfb1084 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -26,8 +26,7 @@ steps: - "deps/*.err" - "*.log" agents: - queue: "juliagpu" - cuda: "*" + queue: "cuda" if: build.message !~ /\[skip tests\]/ timeout_in_minutes: 44 env: @@ -63,8 +62,7 @@ steps: # - JuliaCI/julia-test#v1: # test_args: "--quickfail" # agents: - # queue: "juliagpu" - # cuda: "{{matrix.cuda}}" + # queue: "cuda" # if: build.message !~ /\[skip tests\]/ # timeout_in_minutes: 30 # env: