aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2017-12-12 11:18:01 -0800
committerGravatar ncteisen <ncteisen@gmail.com>2017-12-12 11:18:01 -0800
commite1a00b34572e9ce6cbc10f39669c4a32ad254419 (patch)
tree3407e0f34c1d1c794bb6aed119b13fe25bdc2b22
parent8cfaf4ec4fd2aa5197487664aea3a586f1217bad (diff)
Add OWNERS to protect scenario_result_schema.json
-rw-r--r--.github/CODEOWNERS1
-rw-r--r--tools/run_tests/performance/OWNERS9
2 files changed, 10 insertions, 0 deletions
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