Allow the autoroller service account to commit

No-Try: True
Bug: chromium:836566
Change-Id: I6530b6bd9241ea033fec7dc0b44d580bebab783d
Reviewed-on: https://webrtc-review.googlesource.com/c/103700
Reviewed-by: Patrik Höglund <phoglund@webrtc.org>
Commit-Queue: Oleh Prypin <oprypin@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24973}
This commit is contained in:
Oleh Prypin
2018-10-04 11:15:54 +02:00
committed by Commit Bot
parent c71cd6c31d
commit e073514c2f

View File

@ -833,7 +833,9 @@ def CommonChecks(input_api, output_api):
results.extend(input_api.canned_checks.CheckChangeHasNoStrayWhitespace(
input_api, output_api, source_file_filter=non_third_party_sources))
results.extend(input_api.canned_checks.CheckAuthorizedAuthor(
input_api, output_api))
input_api, output_api, bot_whitelist=[
'chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com'
]))
results.extend(input_api.canned_checks.CheckChangeTodoHasOwner(
input_api, output_api, source_file_filter=non_third_party_sources))
results.extend(input_api.canned_checks.CheckPatchFormatted(