[don't merge] [debug-tools] Enable multi-arch CI - #5977
Closed
lumachad wants to merge 1 commit into
Closed
Conversation
Contributor
Author
|
ci:skip as this is still under validation against a ROCgdb counterpart: ROCm/ROCgdb#179 |
lumachad
force-pushed
the
users/lumachad/rocgdb/multi-arch-ci
branch
4 times, most recently
from
June 22, 2026 07:58
fe1dcd4 to
b7e90da
Compare
lumachad
force-pushed
the
users/lumachad/rocgdb/multi-arch-ci
branch
from
June 23, 2026 17:29
b7e90da to
5619c54
Compare
❌ 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 |
lumachad
force-pushed
the
users/lumachad/rocgdb/multi-arch-ci
branch
from
June 23, 2026 17:57
5619c54 to
8448898
Compare
lumachad
force-pushed
the
users/lumachad/rocgdb/multi-arch-ci
branch
2 times, most recently
from
July 10, 2026 11:24
065cd92 to
a44a8ca
Compare
lumachad
added a commit
to ROCm/ROCgdb
that referenced
this pull request
Jul 10, 2026
Pin all multi-arch CI workflows to the head commit of ROCm/TheRock#5977 (users/lumachad/rocgdb/multi-arch-ci).
lumachad
force-pushed
the
users/lumachad/rocgdb/multi-arch-ci
branch
3 times, most recently
from
July 10, 2026 12:12
bccdb64 to
e522c2f
Compare
lumachad
added a commit
to ROCm/ROCgdb
that referenced
this pull request
Jul 10, 2026
Pin all multi-arch CI workflows to the head commit of ROCm/TheRock#5977 (users/lumachad/rocgdb/multi-arch-ci).
lumachad
force-pushed
the
users/lumachad/rocgdb/multi-arch-ci
branch
from
July 10, 2026 15:28
e522c2f to
d3082fa
Compare
lumachad
added a commit
to ROCm/ROCgdb
that referenced
this pull request
Jul 10, 2026
Pin all multi-arch CI workflows to the head commit of ROCm/TheRock#5977 (users/lumachad/rocgdb/multi-arch-ci).
External component repos that only need ROCm build artifacts (such as rocgdb) can now set skip_packaging in their external_repo JSON to skip the Python, PyTorch, and native Linux packaging jobs entirely. configure_multi_arch_ci.py reads skip_packaging from EXTERNAL_REPO_JSON and gates build_native_linux, build_python_packages, and build_pytorch on it. The build_python_packages field is added to BuildConfig so the Linux and Windows CI workflows can condition their packaging and package-test jobs on it. setup_multi_arch.yml forwards the caller's external_repo JSON to the configure step. Stage scoping for external repos is handled by the existing prebuilt_stages and baseline_run_id inputs, so the caller passes those through directly and no derivation is needed here. Co-Authored-By: Claude <noreply@anthropic.com>
lumachad
force-pushed
the
users/lumachad/rocgdb/multi-arch-ci
branch
from
July 30, 2026 17:31
d3082fa to
a1b827f
Compare
lumachad
added a commit
to ROCm/ROCgdb
that referenced
this pull request
Jul 30, 2026
Pin all multi-arch CI workflows to the head commit of ROCm/TheRock#5977 (users/lumachad/rocgdb/multi-arch-ci).
lumachad
added a commit
to ROCm/ROCgdb
that referenced
this pull request
Jul 30, 2026
Update the pinned TheRock commit in both multi-arch CI workflows (release and ASAN) to a1b827fc5bb, which adds skip_packaging support for external repos. Also add skip_packaging: true to the external_repo JSON so rocgdb builds skip Python and PyTorch packaging entirely. Co-Authored-By: Claude <noreply@anthropic.com>
Contributor
Author
|
Dropping. I'll start from scratch from what's in place. |
lumachad
added a commit
to ROCm/ROCgdb
that referenced
this pull request
Aug 11, 2026
Pin all multi-arch CI workflows to the head commit of ROCm/TheRock#5977 (users/lumachad/rocgdb/multi-arch-ci).
lumachad
added a commit
to ROCm/ROCgdb
that referenced
this pull request
Aug 11, 2026
Update the pinned TheRock commit in both multi-arch CI workflows (release and ASAN) to a1b827fc5bb, which adds skip_packaging support for external repos. Also add skip_packaging: true to the external_repo JSON so rocgdb builds skip Python and PyTorch packaging entirely. Co-Authored-By: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Enable ROCgdb multi-arch CI cross-triggers. Fix bugs and add unit tests.