Skip to content

Pass ROCm package rocm_package_find_links_url through JAX release workflow (#65)#68

Merged
marbre merged 1 commit into
release/therock-7.14from
users/marbre/7.14-cherry-pick-b775c04
Jun 29, 2026
Merged

Pass ROCm package rocm_package_find_links_url through JAX release workflow (#65)#68
marbre merged 1 commit into
release/therock-7.14from
users/marbre/7.14-cherry-pick-b775c04

Conversation

@marbre

@marbre marbre commented Jun 29, 2026

Copy link
Copy Markdown
Member

Cherry-pick b775c04 into the 7.14 release branch.


Summary

Related PR: ROCm/TheRock#6054

Add rocm_package_find_links_url to the rockrel JAX release workflow and forward it to the reusable TheRock JAX build workflow.

This allows the JAX manylinux build path to consume ROCm packages from a configurable package index instead of relying on a hardcoded URL.

Changes

  • Add rocm_package_find_links_url workflow input to multi_arch_release_linux_jax_wheels.yml

  • Forward rocm_package_find_links_url to the reusable multi_arch_build_linux_jax_wheels.yml workflow

  • Default the value to the current dev multi-arch package index:

    • https://rocm.devreleases.amd.com/whl-multi-arch/

Motivation

The JAX manylinux build flow now installs ROCm packages from a package index. Passing the package source as an input allows the workflow to support different release channels (dev, nightly, prerelease) without hardcoding a specific index URL in the build workflow.

Tests:
https://github.com/ROCm/rockrel/actions/runs/28086158341

…orkflow (#65)

## Summary
Related PR: ROCm/TheRock#6054

Add `rocm_package_find_links_url` to the rockrel JAX release workflow
and forward it to the reusable TheRock JAX build workflow.

This allows the JAX manylinux build path to consume ROCm packages from a
configurable package index instead of relying on a hardcoded URL.

## Changes

* Add `rocm_package_find_links_url` workflow input to
`multi_arch_release_linux_jax_wheels.yml`
* Forward `rocm_package_find_links_url` to the reusable
`multi_arch_build_linux_jax_wheels.yml` workflow
* Default the value to the current dev multi-arch package index:

  * `https://rocm.devreleases.amd.com/whl-multi-arch/`

## Motivation

The JAX manylinux build flow now installs ROCm packages from a package
index. Passing the package source as an input allows the workflow to
support different release channels (dev, nightly, prerelease) without
hardcoding a specific index URL in the build workflow.

Tests:
https://github.com/ROCm/rockrel/actions/runs/28086158341
@marbre marbre requested review from a team June 29, 2026 11:31

@ScottTodd ScottTodd left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Approving for devops. See also my review of ROCm/TheRock#6202 (review)

@marbre marbre merged commit 22b25e9 into release/therock-7.14 Jun 29, 2026
1 check passed
@marbre marbre deleted the users/marbre/7.14-cherry-pick-b775c04 branch June 29, 2026 20:31
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.

4 participants