Commit 0fe0ee21 authored by Camillo Bruni's avatar Camillo Bruni Committed by V8 LUCI CQ

Reland "[watchlist] Add cbruni@ to api watchlist"

This is a reland of 9287befe

- Add missing commas for api group
- Add trailing commas for existing lists

Original change's description:
> [watchlist] Add cbruni@ to api watchlist
>
> - Remove unused ia32 watchlist group
> - Add api watchlist group
>
> Change-Id: Ia64d2368de54a846ce548a66eef7e96ee5579a3a
> Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3084365
> Reviewed-by: Jakob Gruber <jgruber@chromium.org>
> Commit-Queue: Camillo Bruni <cbruni@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#76189}

Change-Id: Idb2a09e1b55bb3ad9aed0d8f0c37f48dfef28ec0
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3085263Reviewed-by: 's avatarJakob Gruber <jgruber@chromium.org>
Commit-Queue: Camillo Bruni <cbruni@chromium.org>
Cr-Commit-Position: refs/heads/master@{#76200}
parent 8df14bbf
...@@ -33,6 +33,9 @@ ...@@ -33,6 +33,9 @@
{ {
'WATCHLIST_DEFINITIONS': { 'WATCHLIST_DEFINITIONS': {
'api': {
'filepath': 'include/',
},
'snapshot': { 'snapshot': {
'filepath': 'src/snapshot/', 'filepath': 'src/snapshot/',
}, },
...@@ -52,7 +55,7 @@ ...@@ -52,7 +55,7 @@
'|test/unittests/interpreter/', '|test/unittests/interpreter/',
}, },
'baseline': { 'baseline': {
'filepath': 'src/baseline/' 'filepath': 'src/baseline/',
}, },
'feature_shipping_status': { 'feature_shipping_status': {
'filepath': 'src/flags/flag-definitions.h', 'filepath': 'src/flags/flag-definitions.h',
...@@ -67,9 +70,6 @@ ...@@ -67,9 +70,6 @@
'filepath': 'src/codegen/code-stub-assembler\.(cc|h)$' \ 'filepath': 'src/codegen/code-stub-assembler\.(cc|h)$' \
'|src/builtins/.*-gen.(cc|h)$', '|src/builtins/.*-gen.(cc|h)$',
}, },
'ia32': {
'filepath': '/ia32/',
},
'merges': { 'merges': {
'filepath': '.', 'filepath': '.',
}, },
...@@ -102,7 +102,7 @@ ...@@ -102,7 +102,7 @@
'filepath': 'BUILD.gn' \ 'filepath': 'BUILD.gn' \
'|BUILD.bazel' \ '|BUILD.bazel' \
'|WORKSPACE' \ '|WORKSPACE' \
'|bazel/' '|bazel/',
}, },
}, },
...@@ -153,17 +153,21 @@ ...@@ -153,17 +153,21 @@
'alph+watch@chromium.org', 'alph+watch@chromium.org',
'lpy+v8tracing@chromium.org', 'lpy+v8tracing@chromium.org',
'fmeawad@chromium.org', 'fmeawad@chromium.org',
'cbruni+watch@chromium.org',
], ],
'ieee754': [ 'ieee754': [
'rtoy+watch@chromium.org', 'rtoy+watch@chromium.org',
'hongchan+watch@chromium.org' 'hongchan+watch@chromium.org',
], ],
'regexp': [ 'regexp': [
'jgruber+watch@chromium.org', 'jgruber+watch@chromium.org',
'pthier+watch@chromium.org' 'pthier+watch@chromium.org',
],
'bazel': [
'victorgomes+watch@chromium.org',
], ],
'bazel' : [ 'api': [
'victorgomes+watch@chromium.org' 'cbruni+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