mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
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:
committed by
PyTorch MergeBot
parent
78f5a1ec60
commit
ffc7552e01
@ -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)
|
||||
|
Reference in New Issue
Block a user