From 0ab71019cce56634e71e64354d94038fc81e56fe Mon Sep 17 00:00:00 2001 From: Tim Besard Date: Fri, 12 Jun 2026 11:21: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 | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index a420e6f..1bbab1e 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