add owners file for tools/run_tests/

pull/14355/head
Jan Tattermusch 7 years ago
parent 074439e7d7
commit 996b2328d4
  1. 2
      .github/CODEOWNERS
  2. 8
      tools/run_tests/OWNERS
  3. 4
      tools/run_tests/generated/OWNERS

@ -6,4 +6,6 @@
/cmake/** @jtattermusch @nicolasnoble @matt-kwong
/src/core/ext/filters/client_channel/** @markdroth @dgquintas @a11r
/tools/dockerfile/** @jtattermusch @matt-kwong @nicolasnoble
/tools/run_tests/** @jtattermusch @matt-kwong @dgquintas
/tools/run_tests/generated/** @grpc/grpc-team
/tools/run_tests/performance/** @ncteisen @matt-kwong @jtattermusch

@ -0,0 +1,8 @@
set noparent
# These owners are in place to because our test runners are non-trivial
# and bad changes can cause lot of stuff fail silently.
@jtattermusch
@matt-kwong
@dgquintas

@ -0,0 +1,4 @@
set noparent
# Files in this directory are generated. Anyone from grpc-team can approve.
@grpc/grpc-team
Loading…
Cancel
Save