Skip to content

[ROCm][CI] Add AMD CI Pull-Request Commands - #52822

Merged
khluu merged 1 commit into
mainfrom
akaratza_add_amd_ci_workflow
Aug 18, 2026
Merged

khluu merged 1 commit into
mainfrom
akaratza_add_amd_ci_workflow

Conversation

@AndreasKaratzas

Copy link
Copy Markdown
Member

Add an AMD-only mirror of the existing pull-request comment commands:

  • /amd-ci run
  • /amd-ci run all
  • /amd-ci run nightly
  • /amd-ci retry
  • /amd-ci cancel

The new commands map explicitly to the Buildkite amd-ci pipeline, while the existing /ci commands remain scoped to the upstream ci pipeline. The exact command allowlist is preserved so arbitrary comment prefixes cannot select a pipeline. This also accounts for AMD CI behavior that differs from upstream CI:

  • blocked AMD webhook builds do not suppress an explicit comment-triggered run;
  • AMD cancellation checks both the PR branch and the owner-qualified fork branch;
  • AMD retry operates on a failed build for the current PR head and directs users to /amd-ci run when no current-head build exists, because AMD test steps do not currently expose the stable keys needed for cross-commit selective retry.

Signed-off-by: Andreas Karatzas <akaratza@amd.com>
@mergify

mergify Bot commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

Documentation preview: https://vllm--52822.org.readthedocs.build/en/52822/

@mergify mergify Bot added documentation Improvements or additions to documentation ci/build rocm Related to AMD ROCm labels Aug 18, 2026
@github-project-automation github-project-automation Bot moved this to Todo in AMD Aug 18, 2026
@AndreasKaratzas

Copy link
Copy Markdown
Member Author

The motivation for this is that sometimes we want to launch a full nightly but only for AMD, like for an AITER version bump or something. And we do not want to impose any extra burden on upstream CI pipeline.

@AndreasKaratzas
AndreasKaratzas marked this pull request as ready for review August 18, 2026 19:51

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Claude Code Review

This repository is configured for manual code reviews. Comment @claude review for a one-time review, or @claude review always to subscribe this PR to a review on every future push.

Tip: disable this comment in your organization's Code Review settings.

@AndreasKaratzas

Copy link
Copy Markdown
Member Author

/ci run

@github-actions

Copy link
Copy Markdown

✅ Triggered Buildkite CI #84462 for commit 40cd03be91e9.

@khluu
khluu merged commit 203926c into main Aug 18, 2026
30 checks passed
@github-project-automation github-project-automation Bot moved this from Todo to Done in AMD Aug 18, 2026
@khluu
khluu deleted the akaratza_add_amd_ci_workflow branch August 18, 2026 22:16
wenhuach21 pushed a commit to wenhuach21/vllm that referenced this pull request Aug 19, 2026
Signed-off-by: Andreas Karatzas <akaratza@amd.com>
Signed-off-by: Wenhua Cheng <wenhua.cheng@intel.com>
zufangzhu pushed a commit to zufangzhu/vllm that referenced this pull request Aug 24, 2026
Signed-off-by: Andreas Karatzas <akaratza@amd.com>
Signed-off-by: Zhu, Zufang <zufang.zhu@intel.com>
am-cohere pushed a commit to am-cohere/vllm that referenced this pull request Sep 1, 2026
Signed-off-by: Andreas Karatzas <akaratza@amd.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci/build documentation Improvements or additions to documentation rocm Related to AMD ROCm

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants