From 5f9a68033f0cad7b777cc3988b819997c6f4c9eb Mon Sep 17 00:00:00 2001 From: Sheng Zha Date: Wed, 18 Sep 2019 21:08:09 -0700 Subject: [PATCH] subscribe to build and CD changes (#16192) --- CODEOWNERS | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index 6bf30b90602d..f548c2ad30cc 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -41,19 +41,24 @@ /src/ @pllarroy /plugin/ @pllarroy -# CMake +# Build system CMakeLists.txt @szha @pllarroy /cmake/ @szha @pllarroy +/make/ @szha # MXNet CI dev_menu.py @pllarroy /ci/ @pllarroy @marcoabreu @aaronmarkham +/ci/publish/ @szha /docker/ @marcoabreu /tests/ci_build/ @marcoabreu Jenkinsfile @marcoabreu .travis.yml @marcoabreu appveyor.yml @marcoabreu +# MXNet CD +/cd/ @szha + # Build logic Makefile @szha prepare_mkl.sh @szha