[WATCHLISTS] CC v8-$arch-ports automatically on platform-specific CLs

Automate ALL the repetitive workflows!

Drive-by: fix 'interpreter' watchlist definition.

NOTRY=true

Review URL: https://codereview.chromium.org/1589633007

Cr-Commit-Position: refs/heads/master@{#33383}
This commit is contained in:
jkummerow 2016-01-19 01:17:38 -08:00 committed by Commit bot
parent 10429d9f53
commit 009b351427

View File

@ -43,9 +43,9 @@
'filepath': 'src/debug/',
},
'interpreter': {
'filepath': 'src/interpreter/',
'filepath': 'test/cctest/interpreter/',
'filepath': 'test/unittests/interpreter/',
'filepath': 'src/interpreter/' \
'|test/cctest/interpreter/' \
'|test/unittests/interpreter/',
},
'feature_shipping_status': {
'filepath': 'src/flag-definitions.h',
@ -53,6 +53,12 @@
'gc_changes': {
'filepath': 'src/heap/',
},
'arm': {
'filepath': '/arm/',
},
'ia32': {
'filepath': '/ia32/',
}
},
'WATCHLISTS': {
@ -76,5 +82,12 @@
'hpayer@chromium.org',
'ulan@chromium.org',
],
'arm': [
'v8-mips-ports@googlegroups.com',
'v8-ppc-ports@googlegroups.com',
],
'ia32': [
'v8-x87-ports@googlegroups.com',
],
},
}