From 136ece5e6988b9eacd4e17cf70ec643d20ce657a Mon Sep 17 00:00:00 2001 From: Tim Besard Date: Fri, 12 Jun 2026 11:13:52 +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 e5442d7..99239f5 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -5,5 +5,4 @@ steps: version: 1.7 command: "process.sh" agents: - queue: "juliagpu" - cuda: "*" \ No newline at end of file + queue: "cuda" \ No newline at end of file