Add shard number to print_test_stats.py upload name (#64055)
authorJane Xu <janeyx@fb.com>
Thu, 26 Aug 2021 22:42:00 +0000 (15:42 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Thu, 26 Aug 2021 22:43:29 +0000 (15:43 -0700)
commit49b782b2cb09c80a8c476287509a4f566cc597d2
treebea543ca3dbc7e2160c0f11309cb8643b0546c04
parent085278f8b141579c5d5481a8fb96c7dfa830b262
Add shard number to print_test_stats.py upload name (#64055)

Summary:
Now that the render test results job is gone, each shard on GHA is uploading a JSON test stats report. To ensure differentiation, this PR includes the shard number in the report name.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/64055

Reviewed By: iramazanli

Differential Revision: D30586869

Pulled By: janeyx99

fbshipit-source-id: fd19f347131deec51486bb0795e4e13ac19bc71a
tools/stats/print_test_stats.py