Bumping TheROCK commit hash to include stage skip feat - #10922
Conversation
❌ PR Check — Action Required
📖 Need help? See the Policy FAQ for details on every check and how to fix failures. |
|
🚫 Please fix the failed policies before requesting reviews. The following policy checks failed:
The |
There was a problem hiding this comment.
Pull request overview
Updates this repo’s GitHub Actions workflows to pin ROCm/TheRock to a newer commit (b5fe0400d52053ff4fc95971f165d992084ba682, dated 2026-08-28) so CI picks up the referenced “stage skip” feature from TheRock.
Changes:
- Bump all
actions/checkoutusages that fetchROCm/TheRockto the new pinned commit. - Bump all reusable-workflow
uses: ROCm/TheRock/.github/workflows/...@<sha>references to the same new commit. - Update workflow input defaults (
therock_ref) used by RCCL workflows to the new commit.
Reviewed changes
Copilot reviewed 19 out of 19 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/therock-test-packages.yml | Update TheRock checkout ref to the new pinned commit. |
| .github/workflows/therock-test-component.yml | Update TheRock checkout ref(s) used for component testing. |
| .github/workflows/therock-rccl-test-rocprof.yml | Update TheRock checkout ref used by rocprof test workflow. |
| .github/workflows/therock-rccl-test-pytorch-distributed.yml | Update TheRock checkout ref used by PyTorch distributed tests. |
| .github/workflows/therock-rccl-test-packages-single-node.yml | Update TheRock checkout ref used by single-node RCCL package tests. |
| .github/workflows/therock-rccl-test-packages-multi-node.yml | Update TheRock checkout ref used by multi-node RCCL package tests. |
| .github/workflows/therock-rccl-test-jax-collective.yml | Update TheRock checkout ref used by JAX collective tests. |
| .github/workflows/therock-rccl-ci-linux.yml | Update TheRock checkout ref used by RCCL CI on Linux. |
| .github/workflows/therock-multi-arch-ci.yml | Update TheRock reusable-workflow pins and checkout ref to the new commit. |
| .github/workflows/therock-multi-arch-ci-nightly.yml | Update pinned TheRock commit reference and all related reusable-workflow pins. |
| .github/workflows/therock-multi-arch-ci-asan.yml | Update TheRock reusable-workflow pins and checkout ref for ASAN CI. |
| .github/workflows/therock-multi-arch-ci-asan-nightly.yml | Update TheRock reusable-workflow pins and checkout ref for ASAN nightly. |
| .github/workflows/therock-ci.yml | Update TheRock checkout ref used by the main TheRock CI workflow. |
| .github/workflows/therock-ci-windows.yml | Update TheRock checkout ref used by Windows CI workflow. |
| .github/workflows/therock-ci-linux.yml | Update TheRock checkout ref used by Linux CI workflow. |
| .github/workflows/therock-build-linux.yml | Update TheRock checkout ref used by Linux build workflow. |
| .github/workflows/rccl-suite.yml | Update default therock_ref input to the new pinned commit. |
| .github/workflows/rccl-ci.yml | Update default therock_ref input and propagated therock_ref usage to the new commit. |
| .github/workflows/media-libs-ci.yml | Update TheRock checkout ref used by media-libs CI workflow. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Motivation
Bumping TheROCK commit hash to include stage skip feature