Commit 009b3514 authored by jkummerow's avatar jkummerow Committed by Commit bot

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