[CI] Add HUD link to parity summary#3258
Open
ethanwee1 wants to merge 5 commits into
Open
Conversation
Write a direct HUD URL into the parity workflow summary using the report PR or commit SHA so CI results can be cross-checked without extra navigation.
When both PR and SHA inputs are provided, use the SHA for artifact download while retaining the PR input for the HUD summary link.
|
Jenkins build for b80bb58f414b63186f9984824a98ca37b257c228 commit finished as NOT_BUILT Detected error during Pytorch building: |
Use a concise HUD LINK label for the clickable HUD URL in the parity report summary.
Infer the resolved commit SHA from downloaded parity artifacts so PR-only parity runs link to the exact HUD PR/SHA page.
Write the resolved parity SHA into the uploaded artifacts so summary jobs can build exact PR HUD links for PR-only runs.
|
Jenkins build for b80bb58f414b63186f9984824a98ca37b257c228 commit finished as FAILURE |
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.
Summary
Add a clickable
HUD LINKto the parity report summary so users can jump from the GitHub Actions run to the matching PyTorch HUD page.For PR runs, the link points to the PR HUD page with the exact SHA used for the report, e.g.
https://hud.pytorch.org/pytorch/pytorch/pull/<pr_id>?sha=<sha>. For SHA-only runs, the link points to the commit HUD page.Validation
parity.ymlwithpr_id=184377,arch=mi355, and no SHA. The report resolved SHA291ff45ffe10a301a88d1a83e98b9ba9987dbbfa, so the HUD link ishttps://hud.pytorch.org/pytorch/pytorch/pull/184377?sha=291ff45ffe10a301a88d1a83e98b9ba9987dbbfa. Run passed: https://github.com/ROCm/pytorch/actions/runs/26476256833parity.ymlwithsha=fe1b0a2ae93e0efcfa0defeee2ed879cf68eaac6,arch=mi355, and no PR ID. Run passed: https://github.com/ROCm/pytorch/actions/runs/26475135922