From 9b3fb975e97b8d279c1302234a29fb7a24325071 Mon Sep 17 00:00:00 2001 From: Tim Besard Date: Fri, 12 Jun 2026 11:17:08 +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 | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 0ce0ff240..d772541ad 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -10,8 +10,7 @@ steps: - GraphNeuralNetworks/src - GraphNeuralNetworks/ext agents: - queue: "juliagpu" - cuda: "*" + queue: "cuda" env: GNN_TEST_CUDA: "true" GNN_TEST_CPU: "false" @@ -28,8 +27,7 @@ steps: - GraphNeuralNetworks/src - GraphNeuralNetworks/ext agents: - queue: "juliagpu" - rocm: "*" + queue: "rocm" rocmgpu: "*" env: GNN_TEST_AMDGPU: "true" @@ -47,8 +45,7 @@ steps: - GNNlib/src - GNNlib/ext agents: - queue: "juliagpu" - cuda: "*" + queue: "cuda" env: GNN_TEST_CUDA: "true" GNN_TEST_CPU: "false" @@ -65,8 +62,7 @@ steps: - GNNlib/src - GNNlib/ext agents: - queue: "juliagpu" - rocm: "*" + queue: "rocm" rocmgpu: "*" env: GNN_TEST_AMDGPU: "true" @@ -85,8 +81,7 @@ steps: - GNNGraphs/src - GNNGraphs/ext agents: - queue: "juliagpu" - cuda: "*" + queue: "cuda" env: GNN_TEST_CUDA: "true" GNN_TEST_CPU: "false" @@ -103,8 +98,7 @@ steps: - GNNGraphs/src - GNNGraphs/ext agents: - queue: "juliagpu" - rocm: "*" + queue: "rocm" rocmgpu: "*" env: GNN_TEST_AMDGPU: "true"