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 @@
'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',
],
},
}
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