See if we can handle uploading all test data (#165484)

Fixes #ISSUE_NUMBER

Pull Request resolved: https://github.com/pytorch/pytorch/pull/165484
Approved by: https://github.com/izaitsevfb
This commit is contained in:
Catherine Lee
2025-10-15 19:57:41 +00:00
committed by PyTorch MergeBot
parent 78f5a1ec60
commit ffc7552e01

View File

@ -296,4 +296,12 @@ if __name__ == "__main__":
remove_nan_inf(test_cases),
)
# Part of an experiment to see if we can handle all the data as is
upload_workflow_stats_to_s3(
args.workflow_run_id,
args.workflow_run_attempt,
"all_test_runs",
remove_nan_inf(test_cases),
)
upload_additional_info(args.workflow_run_id, args.workflow_run_attempt, test_cases)