Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

subscribe to build and CD changes #16192

Merged
merged 2 commits into from
Sep 19, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down