Skip to content

[CI] Parity: preserve partial reports on download failure - #3557

Open
ethanwee1 wants to merge 1 commit into
ethanwee/parity-preview-replacementfrom
ethanwee/parity-partial-report-develop
Open

[CI] Parity: preserve partial reports on download failure#3557
ethanwee1 wants to merge 1 commit into
ethanwee/parity-preview-replacementfrom
ethanwee/parity-partial-report-develop

Conversation

@ethanwee1

@ethanwee1 ethanwee1 commented Aug 11, 2026

Copy link
Copy Markdown

Summary

Continue report generation and artifact upload after an incomplete download, then fail the architecture job at the end so partial data remains available without a false green result.

Clean replacement for #3433 on current develop, stacked on #3554.

Test plan

Made with Cursor

Alignment landing order

Depends on #3554 and should land after #3558 so missing configs produce a partial artifact before the job is flagged failed.

… job failed

When an upstream config's jobs are missing (e.g. ROCm distributed test job
skipped during GPU capacity crunches), download_testlogs exits non-zero and,
with `set -o pipefail`, aborted the whole generate-parity job before the CSV
was built or uploaded -- so no report at all for that arch.

Capture download_testlogs' real exit code instead of aborting, let the report
generate and upload from whatever downloaded (default/inductor), then fail the
job at the end via a dedicated "Flag incomplete download" step. Net effect for
e.g. mi300 with distributed off: the per-arch report + artifact are still
produced (and summarize still aggregates via `if: !cancelled()`), but the arch
job is clearly marked failed so the incomplete download is visible.
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.

1 participant