diff options
author | Vijay Pai <vpai@google.com> | 2018-02-20 14:05:36 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-20 14:05:36 -0800 |
commit | af322323379ae13be2e0c35cbc68ccd1abda6d15 (patch) | |
tree | ddfaf5af565caeae72cac0ba6ac60454a5188122 | |
parent | b4a6e6a3fc0b1e5d02e1a0e2c843bbf58bfb2a33 (diff) | |
parent | 8c259b1a62fd6a8c964aed4f719180c8cfa44f8d (diff) |
Merge pull request #14465 from y-zeng/rm_owner
Remove C++ end2end test owners
-rw-r--r-- | .github/CODEOWNERS | 1 | ||||
-rw-r--r-- | test/cpp/end2end/OWNERS | 5 |
2 files changed, 0 insertions, 6 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 9c0e9dd867..fb6f98cc82 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -5,6 +5,5 @@ /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 deleted file mode 100644 index d87b3286a5..0000000000 --- a/test/cpp/end2end/OWNERS +++ /dev/null @@ -1,5 +0,0 @@ -set noparent -@vjpai -@yang-g -@y-zeng - |