From 6ad3ca431ee1bfa691a811fc9c897d6da4b23e04 Mon Sep 17 00:00:00 2001 From: Eric Boren Date: Fri, 7 Sep 2018 14:22:16 -0400 Subject: [PATCH] Add new autoroll service accounts to AUTHORS check bypass Bug: skia:8291 Change-Id: I4a0f8396fd1a195414f618c74a3eb46a3956af70 Reviewed-on: https://skia-review.googlesource.com/152740 Reviewed-by: Ravi Mistry Commit-Queue: Eric Boren --- PRESUBMIT.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PRESUBMIT.py b/PRESUBMIT.py index dec667d988..f16e11a990 100644 --- a/PRESUBMIT.py +++ b/PRESUBMIT.py @@ -57,7 +57,8 @@ PATH_PREFIX_TO_EXTRA_TRYBOTS = { SERVICE_ACCOUNT_SUFFIX = [ '@%s.iam.gserviceaccount.com' % project for project in [ - 'skia-buildbots.google.com', 'skia-swarming-bots']] + 'skia-buildbots.google.com', 'skia-swarming-bots', 'skia-public', + 'skia-corp.google.com']] def _CheckChangeHasEol(input_api, output_api, source_file_filter=None):