From 9287befeea20a2cb601b6c9d303f013edba2022e Mon Sep 17 00:00:00 2001 From: Camillo Bruni Date: Tue, 10 Aug 2021 11:02:00 +0200 Subject: [PATCH] [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 Commit-Queue: Camillo Bruni Cr-Commit-Position: refs/heads/master@{#76189} --- WATCHLISTS | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/WATCHLISTS b/WATCHLISTS index 1d99ac45d1..73dee76301 100644 --- a/WATCHLISTS +++ b/WATCHLISTS @@ -33,6 +33,9 @@ { 'WATCHLIST_DEFINITIONS': { + 'api': { + 'filepath': 'include/' + } 'snapshot': { 'filepath': 'src/snapshot/', }, @@ -67,9 +70,6 @@ 'filepath': 'src/codegen/code-stub-assembler\.(cc|h)$' \ '|src/builtins/.*-gen.(cc|h)$', }, - 'ia32': { - 'filepath': '/ia32/', - }, 'merges': { 'filepath': '.', }, @@ -153,6 +153,7 @@ 'alph+watch@chromium.org', 'lpy+v8tracing@chromium.org', 'fmeawad@chromium.org', + 'cbruni+watch@chromium.org' ], 'ieee754': [ 'rtoy+watch@chromium.org', @@ -162,8 +163,11 @@ 'jgruber+watch@chromium.org', 'pthier+watch@chromium.org' ], - 'bazel' : [ + 'bazel': [ 'victorgomes+watch@chromium.org' ], + 'api': [ + 'cbruni+watch@chromium.org' + ], }, }