Merge pull request #13729 from ncteisen/owners

Add OWNERS to protect scenario_result_schema.json
pull/13745/head
Noah Eisen 7 years ago committed by GitHub
commit 88de16905f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/CODEOWNERS
  2. 9
      tools/run_tests/performance/OWNERS

@ -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

@ -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
Loading…
Cancel
Save