[TD] Make test class correlation scores available to heuristics. (#111229)

https://github.com/pytorch/test-infra/pull/4617 generates `file_test_class_rating.json`. Now we ensure it's available for heuristics to use during the test step.

(Actual heuristics will come in a separate PR)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/111229
Approved by: https://github.com/huydhn
This commit is contained in:
Zain Rizvi
2023-10-17 16:29:30 +00:00
committed by PyTorch MergeBot
parent 973c87b320
commit 2c313880fc
10 changed files with 24 additions and 5 deletions

1
.gitignore vendored
View File

@ -20,6 +20,7 @@ coverage.xml
**/.pytorch-slow-tests.json
**/.pytorch-test-times.json
**/.pytorch-test-file-ratings.json
**/.pytorch-test-class-ratings.json
*/*.pyc
*/*.so*
*/**/__pycache__