From a1b441096424db9216f2fc9295af756ba0d1dbc5 Mon Sep 17 00:00:00 2001 From: Jane Xu Date: Mon, 31 Jan 2022 14:02:58 -0800 Subject: [PATCH] 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 57cd82ef02c8192154d644af317a51d5f6d2f9e8) --- CODEOWNERS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CODEOWNERS b/CODEOWNERS index 11eefbb397a..054bd817131 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -46,6 +46,11 @@ # related to Github Actions /.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 /torch/nn/utils/parametriz*.py @lezcano