From e1a00b34572e9ce6cbc10f39669c4a32ad254419 Mon Sep 17 00:00:00 2001 From: ncteisen Date: Tue, 12 Dec 2017 11:18:01 -0800 Subject: Add OWNERS to protect scenario_result_schema.json --- .github/CODEOWNERS | 1 + tools/run_tests/performance/OWNERS | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 tools/run_tests/performance/OWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 094e43e470..cb322814fe 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -4,3 +4,4 @@ /**/OWNERS @markdroth @nicolasnoble @ctiller /bazel/** @nicolasnoble @dgquintas @ctiller /src/core/ext/filters/client_channel/** @markdroth @dgquintas @ctiller +/tools/run_tests/performance/** @ncteisen @matt-kwong @ctiller diff --git a/tools/run_tests/performance/OWNERS b/tools/run_tests/performance/OWNERS new file mode 100644 index 0000000000..98c81529f3 --- /dev/null +++ b/tools/run_tests/performance/OWNERS @@ -0,0 +1,9 @@ +set noparent + +# These owners are in place to ensure that scenario_result_schema.json is not +# modified without also running tools/run_tests/performance/patch_scenario_results_schema.py +# to update the BigQuery schema + +@ncteisen +@matt-kwong +@ctiller -- cgit v1.2.3