aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2018-02-08 09:58:38 -0800
committerGravatar GitHub <noreply@github.com>2018-02-08 09:58:38 -0800
commitf37d33a21ad5775883f516011cbdd141119a571f (patch)
tree0c0fbf26e552864af61cd33e41bf38c0c989a40b
parent5c94c28d4ab4319e4ed9e328038160134cfe4f6e (diff)
parent811d39a5bc49ac34fcdd8a7f1a28ccb1f6e186e2 (diff)
Merge pull request #14349 from vjpai/own2own
Add owners to C++ end2end tests to reduce chance of accidental API breakage
-rw-r--r--.github/CODEOWNERS1
-rw-r--r--test/cpp/end2end/OWNERS5
2 files changed, 6 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index fb6f98cc82..9c0e9dd867 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -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
diff --git a/test/cpp/end2end/OWNERS b/test/cpp/end2end/OWNERS
new file mode 100644
index 0000000000..d87b3286a5
--- /dev/null
+++ b/test/cpp/end2end/OWNERS
@@ -0,0 +1,5 @@
+set noparent
+@vjpai
+@yang-g
+@y-zeng
+