Add owners to custom test infra (#72080)

Summary:
Followup from meeting today where it is not clear who owned these processes.

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

Reviewed By: malfet

Differential Revision: D33898729

Pulled By: janeyx99

fbshipit-source-id: 79d0e8210b8a6b9876eb50af448e6967a88d38bf
(cherry picked from commit 57cd82ef02)
This commit is contained in:
Jane Xu 2022-01-31 14:02:58 -08:00 committed by PyTorch MergeBot
parent 871e240e63
commit a1b4410964

View File

@ -46,6 +46,11 @@
# related to Github Actions # related to Github Actions
/.github/ @seemethere @janeyx99 @atalman /.github/ @seemethere @janeyx99 @atalman
# Custom Test Infrastructure
/test/run_test.py @pytorch-dev-infra
/torch/testing/_internal/common_device_type.py @mruberry
/torch/testing/_internal/common_utils.py @pytorch-dev-infra
# Parametrizations # Parametrizations
/torch/nn/utils/parametriz*.py @lezcano /torch/nn/utils/parametriz*.py @lezcano