[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:
parent
10429d9f53
commit
009b351427
19
WATCHLISTS
19
WATCHLISTS
@ -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',
|
||||
],
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user