Add toggle for Python Packages, PyTorch, JAX, and Native Linux Packages - #10919
Open
erman-gurses wants to merge 1 commit into
Open
Add toggle for Python Packages, PyTorch, JAX, and Native Linux Packages#10919erman-gurses wants to merge 1 commit into
erman-gurses wants to merge 1 commit into
Conversation
✅ All Policy Checks Passed
📖 Need help? See the Policy FAQ for details on every check and how to fix failures. |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the therock-multi-arch-ci GitHub Actions workflow to support explicit opt-in toggles for building ROCm Python packages, PyTorch wheels, JAX wheels, and native Linux packages (and their install tests). This aligns rocm-systems CI behavior with TheRock’s multi-arch pipeline capabilities while keeping these heavier package-related builds disabled by default unless explicitly requested.
Changes:
- Adds new
workflow_dispatchboolean inputs to toggle Python packages, PyTorch, JAX, and native Linux package builds. - Plumbs the new inputs through to the downstream reusable workflow call (
setup_multi_arch.yml) viawith:parameters.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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.
Issue: ROCm/TheRock#3343
Add toggle for Python packages, PyTorch, JAX, native Linux packages, and Python package tests are not run by default.