Skip to content

Update Buildkite pipeline for the new JuliaGPU cluster#422

Open
maleadt wants to merge 1 commit into
JuliaSmoothOptimizers:mainfrom
maleadt:buildkite-queues
Open

Update Buildkite pipeline for the new JuliaGPU cluster#422
maleadt wants to merge 1 commit into
JuliaSmoothOptimizers:mainfrom
maleadt:buildkite-queues

Conversation

@maleadt

@maleadt maleadt commented Jun 12, 2026

Copy link
Copy Markdown

The JuliaGPU Buildkite agents have moved to a dedicated cluster, where the single juliagpu queue has been split into per-backend queues. Steps now select agents using queue: "cuda" or queue: "rocm" instead of queue: "juliagpu" combined with a cuda/rocm tag.

This change only affects agent selection; the steps themselves are unchanged.

🤖 Generated with Claude Code

Switch to the per-backend queues of the new JuliaGPU cluster.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings June 12, 2026 09:19

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Updates the Buildkite pipeline agent selection for GPU jobs to target new per-backend queues.

Changes:

  • Switch CUDA job agent queue from juliagpu to cuda and remove the cuda: "*" agent constraint.
  • Switch ROCm job agent queue from juliagpu to rocm and remove the rocm: "*" agent constraint (while keeping rocmgpu: "*").

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .buildkite/pipeline.yml
Comment on lines 6 to +7
agents:
queue: "juliagpu"
cuda: "*"
queue: "cuda"
Comment thread .buildkite/pipeline.yml
Comment on lines 21 to 23
agents:
queue: "juliagpu"
rocm: "*"
queue: "rocm"
rocmgpu: "*"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants