Disable the cron trigger for the cont. wheel tests workflow#789
Open
psanal35 wants to merge 4 commits into
Open
Disable the cron trigger for the cont. wheel tests workflow#789psanal35 wants to merge 4 commits into
psanal35 wants to merge 4 commits into
Conversation
Gate every caller workflow job by `github.repository_owner` so that forks only run the CI subset they have infrastructure for. Non-ROCm jobs: `github.repository_owner == 'jax-ml'` ROCm jobs: `github.repository_owner == 'jax-ml' || github.repository_owner == 'ROCm'`
job naming, and nightly build workflow Version-tier S3 artifact layout: - Add rocm-release-version tier to S3 artifact paths to prevent wheel collisions across ROCm versions. - Add per-repo/branch/version LATEST pointer for wheel resolution. - Parameterize manylinux container image in build_rocm_artifacts.yml. - Plumb s3_download_uri through bazel_rocm.yml. Standardize CI job naming and matrix schema: - Unify ROCm matrix entries across all caller workflows to use a canonical schema with label, wheel-version, release-version, and tag fields. - Update job names to use matrix.rocm.label. - Add rocm-release-version input to pytest_rocm, bazel_rocm, and download-jax-rocm-wheels to decouple wheel filename matching from S3 path construction. - Add manylinux-image input to build_rocm_artifacts so callers can override the container image. Nightly workflow: - Add a dedicated build-rocm-artifacts job to the nightly workflow that builds wheels with pinned XLA (clone_main_xla: 0) and uploads to a nightly-specific S3 path. - Update nightly pytest and bazel ROCm jobs to depend on the new build.
Extends the wheel test continuous and nightly release workflows to run against TheRock 7.13.0 and TheRock latest builds in addition to ROCm 7.2.0.
729ed31 to
88e42dc
Compare
cb097f7 to
d347a4f
Compare
3f9e8b4 to
f25f2b4
Compare
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.
This PR disables the cron trigger, as this workflow does not require regular downstream runs. It can be triggered manually when needed. This change is temporary.