From e9ee0867aff44651b1e83dba342bde8c7cb36114 Mon Sep 17 00:00:00 2001 From: Tim Besard Date: Fri, 12 Jun 2026 11:21:33 +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 | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 1d6c2e320..70f26d26b 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,8 +26,7 @@ steps: - src - ext agents: - queue: "juliagpu" - cuda: "*" + queue: "cuda" if: build.message !~ /\[skip tests\]/ timeout_in_minutes: 30 @@ -42,8 +40,7 @@ steps: - src - ext agents: - queue: "juliagpu" - rocm: "*" + queue: "rocm" rocmgpu: "*" if: build.message !~ /\[skip tests\]/ timeout_in_minutes: 30 @@ -58,8 +55,7 @@ steps: - src - ext agents: - queue: "juliagpu" - rocm: "*" + queue: "rocm" rocmgpu: "*" if: build.message !~ /\[skip tests\]/ timeout_in_minutes: 30