From 345d5100a6435d065cfad53c2ce5a45a02e3f9c8 Mon Sep 17 00:00:00 2001 From: Katharine Hyatt Date: Fri, 12 Jun 2026 10:04:00 +0200 Subject: [PATCH] Update pipeline.yml Based on new changes to the JuliaGPU Agent setup --- .buildkite/pipeline.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index f02740b00..e92bf0e40 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: 90 matrix: @@ -32,9 +31,7 @@ steps: - src - ext agents: - queue: "juliagpu" - rocm: "*" - rocmgpu: "*" + queue: "rocm" if: build.message !~ /\[skip tests\]/ timeout_in_minutes: 90 matrix: