Add owners to C++ end2end tests to prevent accident API breakage

pull/14349/head
Vijay Pai 7 years ago
parent 3629f1f3bc
commit 811d39a5bc
  1. 1
      .github/CODEOWNERS
  2. 5
      test/cpp/end2end/OWNERS

@ -5,5 +5,6 @@
/bazel/** @nicolasnoble @dgquintas @a11r @vjpai
/cmake/** @jtattermusch @nicolasnoble @matt-kwong
/src/core/ext/filters/client_channel/** @markdroth @dgquintas @a11r
/test/cpp/end2end/** @vjpai @yang-g @y-zeng
/tools/dockerfile/** @jtattermusch @matt-kwong @nicolasnoble
/tools/run_tests/performance/** @ncteisen @matt-kwong @jtattermusch

@ -0,0 +1,5 @@
set noparent
@vjpai
@yang-g
@y-zeng
Loading…
Cancel
Save