Skip to content

Commit 3dc6e7a

Browse files
Gennady TsitovichV8 LUCI CQ
authored andcommitted
Add chrome-cherry-picker to bot allowlist.
Add the chrome-cherry-picker service account email to the bot_allowlist to prevent the presubmits from identifying this as an external account attempting to commit to V8. Security review bug: https://b.corp.google.com/issues/416458709 Bug: 414375475 Change-Id: I52418a970f407f0c1d395627f25dd3cbc9234b82 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6552818 Reviewed-by: Michael Achenbach <[email protected]> Reviewed-by: Matthias Liedtke <[email protected]> Commit-Queue: Michael Achenbach <[email protected]> Cr-Commit-Position: refs/heads/main@{#100301}
1 parent 9b18b3d commit 3dc6e7a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

PRESUBMIT.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ def FilterJSFile(affected_file):
136136
input_api, output_api, bot_allowlist=[
137137
'v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com',
138138
'v8-ci-test262-import-export@chops-service-accounts.iam.gserviceaccount.com',
139+
'chrome-cherry-picker@chops-service-accounts.iam.gserviceaccount.com',
139140
]))
140141
return results
141142

0 commit comments

Comments
 (0)