Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename rosetta pax status json to avoid overwriting upstream pax status #297

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/_test_pax_rosetta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ jobs:
python3 .github/workflows/baselines/summarize_metrics.py $SUBDIR # create result json in baseline format
done

echo '## PAX MGMN Test Metrics' >> $GITHUB_STEP_SUMMARY
echo '## Rosetta PAX MGMN Test Metrics' >> $GITHUB_STEP_SUMMARY
for i in *_metrics.json; do
echo $i | cut -d'.' -f1
echo '```json'
Expand All @@ -471,7 +471,7 @@ jobs:
if: ( always() )
secrets: inherit
with:
ENDPOINT_FILENAME: 'pax-test-status.json'
ENDPOINT_FILENAME: 'rosetta-pax-test-status.json'
PUBLISH: false
SCRIPT: |
EXIT_STATUSES="${GITHUB_RUN_ID}-*DP*FSDP*TP*PP*/*-status.json ${GITHUB_RUN_ID}-*DP_TE_dropout/*-status.json"
Expand Down
Loading