Add chromium-release-autoroll to AUTHORS bypass, clean up old entries

This is needed for rollers onto M80 branch.

Bug: skia:9730
Change-Id: I7677d424667ddbc3b35ab3823dddf3ef698bf8c7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1990205
Reviewed-by: Tiancong Wang <[email protected]>
Reviewed-by: Daniel Cheng <[email protected]>
Commit-Queue: Eric Boren <[email protected]>
Cr-Commit-Position: refs/heads/master@{#729291}
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 91f1592..de04432 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -1347,17 +1347,13 @@
 
 # Bypass the AUTHORS check for these accounts.
 _KNOWN_ROBOTS = set(
-    '%s-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com' % s
-    for s in ('afdo', 'angle', 'catapult', 'chromite', 'depot-tools',
-              'fuchsia-sdk', 'nacl', 'pdfium', 'perfetto', 'skia',
-              'spirv', 'src-internal', 'webrtc')
   ) | set('%[email protected]' % s for s in ('findit-for-me',)
   ) | set('%[email protected]' % s for s in ('3su6n15k.default',)
   ) | set('%[email protected]' % s
           for s in ('bling-autoroll-builder', 'v8-ci-autoroll-builder',
                     'wpt-autoroller',)
   ) | set('%[email protected]' % s
-          for s in ('chromium-autoroll',)
+          for s in ('chromium-autoroll', 'chromium-release-autoroll')
   ) | set('%[email protected]' % s
           for s in ('chromium-internal-autoroll',))