From cd57832e217daec61412002ce6563579e17444cf Mon Sep 17 00:00:00 2001 From: jonyguo Date: Mon, 6 Mar 2023 11:08:05 +0800 Subject: [PATCH] fix: update OWNERS --- mindspore/ccsrc/common/debug/OWNERS | 5 +---- mindspore/ccsrc/debug/OWNERS | 5 +---- mindspore/ccsrc/debug/debugger/OWNERS | 8 +++----- mindspore/ccsrc/debug/rdr/OWNERS | 7 +++---- mindspore/ccsrc/include/common/debug/OWNERS | 5 +---- mindspore/ccsrc/minddata/OWNERS | 10 +--------- .../ccsrc/plugin/device/ascend/hal/device/dump/OWNERS | 6 +----- .../plugin/device/ascend/hal/device/profiling/OWNERS | 6 +----- .../ccsrc/plugin/device/ascend/hal/profiler/OWNERS | 8 ++------ mindspore/ccsrc/plugin/device/cpu/hal/profiler/OWNERS | 6 +----- mindspore/ccsrc/plugin/device/gpu/hal/profiler/OWNERS | 6 +----- mindspore/ccsrc/profiler/OWNERS | 6 +----- mindspore/ccsrc/runtime/OWNERS | 5 +---- mindspore/lite/minddata/OWNERS | 10 +--------- mindspore/lite/tools/dataset/OWNERS | 10 +--------- mindspore/python/mindspore/dataset/OWNERS | 10 +--------- mindspore/python/mindspore/mindrecord/OWNERS | 10 +--------- mindspore/python/mindspore/offline_debug/OWNERS | 7 +------ mindspore/python/mindspore/profiler/OWNERS | 5 +---- mindspore/python/mindspore/train/OWNERS | 3 --- mindspore/python/mindspore/train/summary/OWNERS | 6 ++---- tests/OWNERS | 7 ------- 22 files changed, 26 insertions(+), 125 deletions(-) diff --git a/mindspore/ccsrc/common/debug/OWNERS b/mindspore/ccsrc/common/debug/OWNERS index 82c3d8e8f72..c63a3018cd8 100644 --- a/mindspore/ccsrc/common/debug/OWNERS +++ b/mindspore/ccsrc/common/debug/OWNERS @@ -1,11 +1,8 @@ approvers: -- ouwenchang - robingrosman -- wenkai_dist - pandoublefeng -- wangyue01 - yanghaitao1 -- zangqx +- zangqx # - maning202007 reviewers: - hwcaifubi diff --git a/mindspore/ccsrc/debug/OWNERS b/mindspore/ccsrc/debug/OWNERS index 82c3d8e8f72..c63a3018cd8 100644 --- a/mindspore/ccsrc/debug/OWNERS +++ b/mindspore/ccsrc/debug/OWNERS @@ -1,11 +1,8 @@ approvers: -- ouwenchang - robingrosman -- wenkai_dist - pandoublefeng -- wangyue01 - yanghaitao1 -- zangqx +- zangqx # - maning202007 reviewers: - hwcaifubi diff --git a/mindspore/ccsrc/debug/debugger/OWNERS b/mindspore/ccsrc/debug/debugger/OWNERS index 7e32bf49c57..ddda550027a 100644 --- a/mindspore/ccsrc/debug/debugger/OWNERS +++ b/mindspore/ccsrc/debug/debugger/OWNERS @@ -1,6 +1,4 @@ approvers: -- ouwenchang -- wangyue01 -- wenkai_dist -- lilongfei15 -- liuchongming74 +- yanghaitao1 +- zangqx # +- maning202007 diff --git a/mindspore/ccsrc/debug/rdr/OWNERS b/mindspore/ccsrc/debug/rdr/OWNERS index f36ee8d9731..ddda550027a 100644 --- a/mindspore/ccsrc/debug/rdr/OWNERS +++ b/mindspore/ccsrc/debug/rdr/OWNERS @@ -1,5 +1,4 @@ approvers: -- ouwenchang -- wangyue01 -- wenkai_dist -- lilongfei15 +- yanghaitao1 +- zangqx # +- maning202007 diff --git a/mindspore/ccsrc/include/common/debug/OWNERS b/mindspore/ccsrc/include/common/debug/OWNERS index 82c3d8e8f72..c63a3018cd8 100644 --- a/mindspore/ccsrc/include/common/debug/OWNERS +++ b/mindspore/ccsrc/include/common/debug/OWNERS @@ -1,11 +1,8 @@ approvers: -- ouwenchang - robingrosman -- wenkai_dist - pandoublefeng -- wangyue01 - yanghaitao1 -- zangqx +- zangqx # - maning202007 reviewers: - hwcaifubi diff --git a/mindspore/ccsrc/minddata/OWNERS b/mindspore/ccsrc/minddata/OWNERS index 0db38e3a60b..71b4a36819a 100644 --- a/mindspore/ccsrc/minddata/OWNERS +++ b/mindspore/ccsrc/minddata/OWNERS @@ -1,19 +1,11 @@ approvers: -- liucunwei - pandoublefeng -- heleiwang - robingrosman - tom__chen -- jonyguo +- jonyguo # - tiancixiao -- h.farahat - dessyang - luoyang42 reviewers: -- ms_yan -- liyong126 -- xiefangqi -- lizhenglong1992 - shenwei41 - liu-yongqi-63 -- li-tingyu diff --git a/mindspore/ccsrc/plugin/device/ascend/hal/device/dump/OWNERS b/mindspore/ccsrc/plugin/device/ascend/hal/device/dump/OWNERS index 8caeecaebec..3dfe929f74e 100644 --- a/mindspore/ccsrc/plugin/device/ascend/hal/device/dump/OWNERS +++ b/mindspore/ccsrc/plugin/device/ascend/hal/device/dump/OWNERS @@ -1,11 +1,7 @@ approvers: -- ouwenchang - robingrosman - yanghaitao1 -- zangqx +- zangqx # - maning202007 reviewers: - caifubi -- lilongfei15 -- wangyue01 -- wenkai_dist diff --git a/mindspore/ccsrc/plugin/device/ascend/hal/device/profiling/OWNERS b/mindspore/ccsrc/plugin/device/ascend/hal/device/profiling/OWNERS index 8caeecaebec..3dfe929f74e 100644 --- a/mindspore/ccsrc/plugin/device/ascend/hal/device/profiling/OWNERS +++ b/mindspore/ccsrc/plugin/device/ascend/hal/device/profiling/OWNERS @@ -1,11 +1,7 @@ approvers: -- ouwenchang - robingrosman - yanghaitao1 -- zangqx +- zangqx # - maning202007 reviewers: - caifubi -- lilongfei15 -- wangyue01 -- wenkai_dist diff --git a/mindspore/ccsrc/plugin/device/ascend/hal/profiler/OWNERS b/mindspore/ccsrc/plugin/device/ascend/hal/profiler/OWNERS index 90e8acaa5b3..d18899c5b4b 100644 --- a/mindspore/ccsrc/plugin/device/ascend/hal/profiler/OWNERS +++ b/mindspore/ccsrc/plugin/device/ascend/hal/profiler/OWNERS @@ -1,9 +1,5 @@ approvers: -- wangyue01 -- ouwenchang - robingrosman -- liuchongming74 -- wenkai_dist - yanghaitao1 -- zangqx -- maning202007 \ No newline at end of file +- zangqx # +- maning202007 diff --git a/mindspore/ccsrc/plugin/device/cpu/hal/profiler/OWNERS b/mindspore/ccsrc/plugin/device/cpu/hal/profiler/OWNERS index f09df7c10f1..8324a2c2970 100644 --- a/mindspore/ccsrc/plugin/device/cpu/hal/profiler/OWNERS +++ b/mindspore/ccsrc/plugin/device/cpu/hal/profiler/OWNERS @@ -1,7 +1,3 @@ approvers: -- wangyue01 -- ouwenchang - robingrosman -- liuchongming74 -- wenkai_dist -- yanghaitao1 +- yanghaitao1 # diff --git a/mindspore/ccsrc/plugin/device/gpu/hal/profiler/OWNERS b/mindspore/ccsrc/plugin/device/gpu/hal/profiler/OWNERS index f09df7c10f1..8324a2c2970 100644 --- a/mindspore/ccsrc/plugin/device/gpu/hal/profiler/OWNERS +++ b/mindspore/ccsrc/plugin/device/gpu/hal/profiler/OWNERS @@ -1,7 +1,3 @@ approvers: -- wangyue01 -- ouwenchang - robingrosman -- liuchongming74 -- wenkai_dist -- yanghaitao1 +- yanghaitao1 # diff --git a/mindspore/ccsrc/profiler/OWNERS b/mindspore/ccsrc/profiler/OWNERS index da6a119afa2..ddda550027a 100644 --- a/mindspore/ccsrc/profiler/OWNERS +++ b/mindspore/ccsrc/profiler/OWNERS @@ -1,8 +1,4 @@ approvers: -- ouwenchang -- wangyue01 -- wenkai_dist - yanghaitao1 -- liuchongming74 -- zangqx +- zangqx # - maning202007 diff --git a/mindspore/ccsrc/runtime/OWNERS b/mindspore/ccsrc/runtime/OWNERS index 590e78beeb8..8c5e6624647 100644 --- a/mindspore/ccsrc/runtime/OWNERS +++ b/mindspore/ccsrc/runtime/OWNERS @@ -13,10 +13,7 @@ approvers: - hwcaifubi reviewers: -- ouwenchang - robingrosman - yanghaitao1 -- wangyue01 -- wenkai_dist - zangqx -- maning202007 \ No newline at end of file +- maning202007 diff --git a/mindspore/lite/minddata/OWNERS b/mindspore/lite/minddata/OWNERS index 0db38e3a60b..71b4a36819a 100644 --- a/mindspore/lite/minddata/OWNERS +++ b/mindspore/lite/minddata/OWNERS @@ -1,19 +1,11 @@ approvers: -- liucunwei - pandoublefeng -- heleiwang - robingrosman - tom__chen -- jonyguo +- jonyguo # - tiancixiao -- h.farahat - dessyang - luoyang42 reviewers: -- ms_yan -- liyong126 -- xiefangqi -- lizhenglong1992 - shenwei41 - liu-yongqi-63 -- li-tingyu diff --git a/mindspore/lite/tools/dataset/OWNERS b/mindspore/lite/tools/dataset/OWNERS index 0db38e3a60b..71b4a36819a 100644 --- a/mindspore/lite/tools/dataset/OWNERS +++ b/mindspore/lite/tools/dataset/OWNERS @@ -1,19 +1,11 @@ approvers: -- liucunwei - pandoublefeng -- heleiwang - robingrosman - tom__chen -- jonyguo +- jonyguo # - tiancixiao -- h.farahat - dessyang - luoyang42 reviewers: -- ms_yan -- liyong126 -- xiefangqi -- lizhenglong1992 - shenwei41 - liu-yongqi-63 -- li-tingyu diff --git a/mindspore/python/mindspore/dataset/OWNERS b/mindspore/python/mindspore/dataset/OWNERS index 0db38e3a60b..71b4a36819a 100644 --- a/mindspore/python/mindspore/dataset/OWNERS +++ b/mindspore/python/mindspore/dataset/OWNERS @@ -1,19 +1,11 @@ approvers: -- liucunwei - pandoublefeng -- heleiwang - robingrosman - tom__chen -- jonyguo +- jonyguo # - tiancixiao -- h.farahat - dessyang - luoyang42 reviewers: -- ms_yan -- liyong126 -- xiefangqi -- lizhenglong1992 - shenwei41 - liu-yongqi-63 -- li-tingyu diff --git a/mindspore/python/mindspore/mindrecord/OWNERS b/mindspore/python/mindspore/mindrecord/OWNERS index 0db38e3a60b..71b4a36819a 100644 --- a/mindspore/python/mindspore/mindrecord/OWNERS +++ b/mindspore/python/mindspore/mindrecord/OWNERS @@ -1,19 +1,11 @@ approvers: -- liucunwei - pandoublefeng -- heleiwang - robingrosman - tom__chen -- jonyguo +- jonyguo # - tiancixiao -- h.farahat - dessyang - luoyang42 reviewers: -- ms_yan -- liyong126 -- xiefangqi -- lizhenglong1992 - shenwei41 - liu-yongqi-63 -- li-tingyu diff --git a/mindspore/python/mindspore/offline_debug/OWNERS b/mindspore/python/mindspore/offline_debug/OWNERS index 0b6ea743d04..d18899c5b4b 100644 --- a/mindspore/python/mindspore/offline_debug/OWNERS +++ b/mindspore/python/mindspore/offline_debug/OWNERS @@ -1,10 +1,5 @@ approvers: -- ouwenchang - robingrosman - yanghaitao1 -- zangqx +- zangqx # - maning202007 -reviewers: -- lilongfei15 -- wangyue01 -- wenkai_dist diff --git a/mindspore/python/mindspore/profiler/OWNERS b/mindspore/python/mindspore/profiler/OWNERS index 21bd62d8b53..ddda550027a 100644 --- a/mindspore/python/mindspore/profiler/OWNERS +++ b/mindspore/python/mindspore/profiler/OWNERS @@ -1,7 +1,4 @@ approvers: -- ouwenchang -- wangyue01 -- wenkai_dist - yanghaitao1 -- zangqx +- zangqx # - maning202007 diff --git a/mindspore/python/mindspore/train/OWNERS b/mindspore/python/mindspore/train/OWNERS index 7c0cc67bc61..3b33f64c649 100644 --- a/mindspore/python/mindspore/train/OWNERS +++ b/mindspore/python/mindspore/train/OWNERS @@ -3,7 +3,4 @@ approvers: - kingxian reviewers: -- ouwenchang -- wangyue01 -- wenkai_dist - yanghaiao1 diff --git a/mindspore/python/mindspore/train/summary/OWNERS b/mindspore/python/mindspore/train/summary/OWNERS index f09df7c10f1..d18899c5b4b 100644 --- a/mindspore/python/mindspore/train/summary/OWNERS +++ b/mindspore/python/mindspore/train/summary/OWNERS @@ -1,7 +1,5 @@ approvers: -- wangyue01 -- ouwenchang - robingrosman -- liuchongming74 -- wenkai_dist - yanghaitao1 +- zangqx # +- maning202007 diff --git a/tests/OWNERS b/tests/OWNERS index 399fbfe4984..42b66d87b71 100644 --- a/tests/OWNERS +++ b/tests/OWNERS @@ -10,7 +10,6 @@ approvers: - ginfung - guoqi1024 - hangangqiang -- heleiwang - HilbertDavid - hwhewei - chenfei52 @@ -20,19 +19,14 @@ approvers: - liangchenghui - limingqi107 - linqingke -- liucunwei - mickf - nsyca -- ouwenchang - pandoublefeng - robingrosman - stsuteng - tiancixiao - tom__chen -- wangyue01 -- wenkai_dist - wilfchen -- wuxuejian - xu-yfei - yuchaojie - zh_qh @@ -57,7 +51,6 @@ approvers: - HulkTang - hwcaifubi - zichun_ye -- h.farahat - dessyang - zangqx - maning202007