Commit 46b7ed47 authored by Jakob Gruber's avatar Jakob Gruber Committed by V8 LUCI CQ

Update WATCHLISTS

- Add a maglev watchlist and add jgruber,leszeks,verwaest.
- Remove unused lists csa/interpreter/torque.

Bug: v8:7700
Change-Id: Ib2d361fe0af298a39b2dc1d9bd96ff39e7b7c0fb
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3487552
Auto-Submit: Jakob Gruber <jgruber@chromium.org>
Reviewed-by: 's avatarLeszek Swirski <leszeks@chromium.org>
Commit-Queue: Leszek Swirski <leszeks@chromium.org>
Cr-Commit-Position: refs/heads/main@{#79253}
parent 9be698ff
...@@ -48,12 +48,6 @@ ...@@ -48,12 +48,6 @@
'|include/js_protocol.pdl' \ '|include/js_protocol.pdl' \
'|include/v8-inspector*\.h', '|include/v8-inspector*\.h',
}, },
'interpreter': {
'filepath': 'src/interpreter/' \
'|src/compiler/bytecode' \
'|test/cctest/interpreter/' \
'|test/unittests/interpreter/',
},
'baseline': { 'baseline': {
'filepath': 'src/baseline/', 'filepath': 'src/baseline/',
}, },
...@@ -66,10 +60,6 @@ ...@@ -66,10 +60,6 @@
'arm': { 'arm': {
'filepath': '/arm/', 'filepath': '/arm/',
}, },
'csa': {
'filepath': 'src/codegen/code-stub-assembler\.(cc|h)$' \
'|src/builtins/.*-gen.(cc|h)$',
},
'merges': { 'merges': {
'filepath': '.', 'filepath': '.',
}, },
...@@ -80,13 +70,13 @@ ...@@ -80,13 +70,13 @@
'value_serializer': { 'value_serializer': {
'filepath': 'src/value-serializer', 'filepath': 'src/value-serializer',
}, },
'maglev': {
'filepath': 'src/maglev/',
},
'parser': { 'parser': {
'filepath': 'src/ast/' \ 'filepath': 'src/ast/' \
'|src/parsing/', '|src/parsing/',
}, },
'torque': {
'filepath': '.*\.tq$',
},
'tracing': { 'tracing': {
'filepath': 'src/tracing/', 'filepath': 'src/tracing/',
}, },
...@@ -114,11 +104,10 @@ ...@@ -114,11 +104,10 @@
}, },
'WATCHLISTS': { 'WATCHLISTS': {
'csa': [ 'maglev': [
'jgruber+watch@chromium.org',
],
'torque': [
'jgruber+watch@chromium.org', 'jgruber+watch@chromium.org',
'leszeks+watch@chromium.org',
'verwaest+watch@chromium.org',
], ],
'snapshot': [ 'snapshot': [
'jgruber+watch@chromium.org', 'jgruber+watch@chromium.org',
......
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