[CI] Refresh parity trunk job names - #3650
Merged
Merged
Conversation
Match the current CUDA 13.2 and Noble ROCm Python 3.11 trunk jobs so parity selects the full push run instead of a scheduled periodic run.
pablo-garay
reviewed
Sep 16, 2026
| ], | ||
| "inductor": [ | ||
| { "workflow": "trunk", "job_prefix": "linux-jammy-rocm-py3.10-mi350" } | ||
| { "workflow": "trunk", "job_prefix": "linux-noble-rocm-py3.11-mi350" } |
There was a problem hiding this comment.
thinking we could make all this more robust to account for future changes/release version names?
This was referenced Sep 16, 2026
jithunnair-amd
marked this pull request as ready for review
September 16, 2026 23:08
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.
Problem
The MI350 parity auto-run for
a3fcc26efailed becauseparity_job_config.jsonstill identified trunk as CUDA 13.0 and Jammy ROCm Python 3.10.download_testlogstherefore rejected the current trunk jobs, selected a scheduled periodic run carrying the stale CUDA name, and found no matching default or distributed artifacts.Tracked in AIPYTORCH-1223.
Changes
rocm-mi350andperiodic-rocm-mi350Python 3.12 sources unchanged.Validation
parity_job_config.jsonand verified the new CUDA regex accepts CUDA 13.2 while rejecting the stale CUDA 13.0 identity.35098139093, found 25 CUDA test jobs, downloaded all ROCm and CUDA default/distributed/Inductor artifacts, generated the CSV, and uploaded the summary successfully.