From 0ebcaaf381f92e46b1d471abb79cee73f4735b0e Mon Sep 17 00:00:00 2001 From: Tim Besard Date: Fri, 12 Jun 2026 11:22:56 +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 c9ebb8c08..0c1facd3a 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -6,8 +6,7 @@ steps: - JuliaCI/julia-test#v1: coverage: false # 1000x slowdown agents: - queue: "juliagpu" - cuda: "*" + queue: "cuda" timeout_in_minutes: 60 # Don't run Buildkite if the commit message includes the text [skip tests] if: build.message !~ /\[skip tests\]/