pytorch
6b542147 - Make job names match BUILD_ENVIRONMENT (#91512)

Commit
2 years ago
Make job names match BUILD_ENVIRONMENT (#91512) test-times.json uses the job name as the key, but when looking up the the times in CI, the BUILD_ENVIRONMENT is used because we don't have a good way of getting the job name (it usually turns out to be just "test" or "build" instead of "linux-cuda..."), so having the job names match the BUILD_ENVIRONMENT is necessary for sharding to work Another solution might be to make the lookup more robust or look up the job name similar to how we get the job id. Pull Request resolved: https://github.com/pytorch/pytorch/pull/91512 Approved by: https://github.com/huydhn, https://github.com/ZainRizvi, https://github.com/malfet
Author
Committer
Parents
Loading