Commit dfce91b7 authored by Ilya Sherman's avatar Ilya Sherman Committed by Commit Bot

Automatically cc chromium-metrics-reviews@google.com on metrics reviews.

This is the alias that's used for our gwsq, to load-balance reviews
among the team.

R=asvitkine@chromium.org

Bug: none
Change-Id: Id0b960b08be6f3030f869d2de74b99c8e3d867cb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2116313
Commit-Queue: Ilya Sherman <isherman@chromium.org>
Commit-Queue: Alexei Svitkine <asvitkine@chromium.org>
Reviewed-by: default avatarAlexei Svitkine <asvitkine@chromium.org>
Auto-Submit: Ilya Sherman <isherman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#752517}
parent f4b3013d
...@@ -1282,13 +1282,15 @@ ...@@ -1282,13 +1282,15 @@
# Exclude XML files; in particular, histograms.xml. # Exclude XML files; in particular, histograms.xml.
'|tools/metrics/[^.]*([.](?!xml$).*)?$', '|tools/metrics/[^.]*([.](?!xml$).*)?$',
}, },
'metrics_metadata_files': {
# Subscribe to this to watch for changes to {actions, histograms, ukm}.xml
# and to the field trial testing config.
'filepath': 'tools/metrics/.*\.xml$'\
'|testing/variations/fieldtrial_testing_config.json',
},
'metrics_perf': { 'metrics_perf': {
'filepath': 'chrome/browser/metrics/perf/', 'filepath': 'chrome/browser/metrics/perf/',
}, },
'metrics_xml_files': {
# Subscribe to this to watch for changes to histograms.xml.
'filepath': 'tools/metrics/.*\.xml$',
},
'midi': { 'midi': {
'filepath': 'midi', 'filepath': 'midi',
}, },
...@@ -2562,8 +2564,9 @@ ...@@ -2562,8 +2564,9 @@
'takumif+watch@chromium.org'], 'takumif+watch@chromium.org'],
'message_loop': ['sadrul@chromium.org'], 'message_loop': ['sadrul@chromium.org'],
'metrics': ['asvitkine+watch@chromium.org'], 'metrics': ['asvitkine+watch@chromium.org'],
'metrics_metadata_files': ['asvitkine+watchxml@chromium.org',
'chromium-metrics-reviews@google.com'],
'metrics_perf': ['cwp-reviews+chromium@google.com'], 'metrics_perf': ['cwp-reviews+chromium@google.com'],
'metrics_xml_files': ['asvitkine+watchxml@chromium.org'],
'midi': ['toyoshim+midi@chromium.org'], 'midi': ['toyoshim+midi@chromium.org'],
'mojo': ['darin+watch@chromium.org'], 'mojo': ['darin+watch@chromium.org'],
'multidevice': ['hansberry+watch-multidevice@chromium.org', 'multidevice': ['hansberry+watch-multidevice@chromium.org',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment