[ci] Save various json files from test infra into folder (#111516)

We pull a lot of files from https://github.com/pytorch/test-infra/blob/generated-stats/stats and name them separately when we add them to the artifacts in the build, so stick them in a folder and just add that instead.

Slow test and disabled test jsons remain as they were since they are pulled during the test step and do not need to be included in the artifacts during build since they are not used for sharding.

Sanity checked that test times could be found for linux, mac, windows, and rocm.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/111516
Approved by: https://github.com/huydhn, https://github.com/ZainRizvi
This commit is contained in:
Catherine Lee
2023-10-23 20:38:25 +00:00
committed by PyTorch MergeBot
parent e509b162ed
commit 3b5b7ebd09
12 changed files with 60 additions and 49 deletions

4
.gitignore vendored
View File

@ -14,13 +14,11 @@ coverage.xml
.gradle
.hypothesis
.mypy_cache
.additional_ci_files
/.extracted_scripts/
**/.pytorch_specified_test_cases.csv
**/.pytorch-disabled-tests.json
**/.pytorch-slow-tests.json
**/.pytorch-test-times.json
**/.pytorch-test-file-ratings.json
**/.pytorch-test-class-ratings.json
*/*.pyc
*/*.so*
*/**/__pycache__