Add tests directory to watchlist

No-Try: true
Change-Id: I6e8f1130ed0fe89d4f5ca8e9ff01ff68f13cbbdf
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4221699
Commit-Queue: Almothana Athamneh <almuthanna@chromium.org>
Auto-Submit: Almothana Athamneh <almuthanna@chromium.org>
Reviewed-by: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/main@{#85679}
This commit is contained in:
Al Muthanna Athamina 2023-02-06 10:51:56 +01:00 committed by V8 LUCI CQ
parent 2be76fca4b
commit 8c4779241a

View File

@ -104,6 +104,9 @@
'trap-handler': { 'trap-handler': {
'filepath': 'src/trap-handler/', 'filepath': 'src/trap-handler/',
}, },
'tests': {
'filepath': 'test/',
},
}, },
'WATCHLISTS': { 'WATCHLISTS': {
@ -177,5 +180,8 @@
'mark@chromium.org', 'mark@chromium.org',
'mseaborn@chromium.org', 'mseaborn@chromium.org',
], ],
'tests': [
'almuthanna+watch@chromium.org',
],
}, },
} }