Commit f88aa2ec authored by Eric Boren's avatar Eric Boren Committed by Commit Bot

Add catapult roller to AUTHORS bypass list

I missed this account on my last CL.

Bug: 799919
Change-Id: I8cd866cfed3c0a846cc20e2135a4a92b372bf608
Reviewed-on: https://chromium-review.googlesource.com/893440Reviewed-by: default avatarDaniel Cheng <dcheng@chromium.org>
Commit-Queue: Eric Boren <borenet@chromium.org>
Cr-Commit-Position: refs/heads/master@{#532898}
parent fdbfdc27
...@@ -532,8 +532,8 @@ _ALL_PYDEPS_FILES = _ANDROID_SPECIFIC_PYDEPS_FILES + _GENERIC_PYDEPS_FILES ...@@ -532,8 +532,8 @@ _ALL_PYDEPS_FILES = _ANDROID_SPECIFIC_PYDEPS_FILES + _GENERIC_PYDEPS_FILES
# Bypass the AUTHORS check for these accounts. # Bypass the AUTHORS check for these accounts.
_KNOWN_ROBOTS = set( _KNOWN_ROBOTS = set(
'%s-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com' % s '%s-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com' % s
for s in ('angle', 'depot-tools', 'nacl', 'pdfium', 'skia', 'src-internal', for s in ('angle', 'catapult', 'depot-tools', 'nacl', 'pdfium', 'skia',
'webrtc')) 'src-internal', 'webrtc'))
def _CheckNoProductionCodeUsingTestOnlyFunctions(input_api, output_api): def _CheckNoProductionCodeUsingTestOnlyFunctions(input_api, output_api):
......
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