diff options
author | isherman@chromium.org <isherman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-21 03:22:12 +0000 |
---|---|---|
committer | isherman@chromium.org <isherman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-21 03:22:12 +0000 |
commit | b0d594d00c6fb0befa6803496ba4125327e8c990 (patch) | |
tree | a20c1da290dab905bd86f1634b25cb66f4beec96 /WATCHLISTS | |
parent | bcd8453776860362c5ee105ccba2761bebe02a7c (diff) | |
download | chromium_src-b0d594d00c6fb0befa6803496ba4125327e8c990.zip chromium_src-b0d594d00c6fb0befa6803496ba4125327e8c990.tar.gz chromium_src-b0d594d00c6fb0befa6803496ba4125327e8c990.tar.bz2 |
Split off histograms.xml from the main metrics WATCHLISTS entry.
I'm finding that I get lots of watchlist spam from histograms.xml changes that
in practice I just ignore. Therefore, I've split the watchlists entry into two:
one for non-XML files, and one for XML files.
BUG=none
TEST=none
R=asvitkine@chromium.org
Review URL: https://codereview.chromium.org/168263007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252482 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'WATCHLISTS')
-rw-r--r-- | WATCHLISTS | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -374,11 +374,16 @@ '|chrome/browser/metrics/'\ '|chrome/common/metrics/'\ '|chrome/browser/chromeos/external_metrics'\ - '|chrome/browser/extensions/api/metrics/metrics'\ + '|chrome/browser/extensions/api/metrics_private/'\ '|chrome/browser/ui/webui/metrics_handler'\ '|content/browser/user_metrics.cc'\ '|content/public/browser/user_metrics.h'\ - '|tools/metrics/' + # Exclude XML files; in particular, histograms.xml. + '|tools/metrics/[^.]*([.](?!xml$).*)?$', + }, + 'metrics_xml_files': { + # Subscribe to this to watch for changes to histograms.xml. + 'filepath': 'tools/metrics/.*\.xml$' }, 'mojo': { 'filepath': 'mojo', @@ -774,6 +779,7 @@ 'metrics': ['jar@chromium.org', 'isherman@chromium.org', 'asvitkine+watch@chromium.org'], + 'metrics_xml_files': ['jar@chromium.org', 'asvitkine+watch@chromium.org'], 'mojo': ['aa@chromium.org', 'abarth@chromium.org', 'ben+mojo@chromium.org', |