infra: clone test suite exceptions for android-arm64-proguard-rel.

Cloned from android-marshmallow-arm64-rel. Does not clone exceptions
that are purely capacity-based.

Bug: 1033861
Change-Id: Ic4063776dcdbd28f6b2bf1137abbd97b747d049e
Tbr: [email protected]
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1967553
Reviewed-by: John Budorick <[email protected]>
Reviewed-by: Erik Chen <[email protected]>
Commit-Queue: John Budorick <[email protected]>
Commit-Queue: Erik Chen <[email protected]>
Cr-Commit-Position: refs/heads/master@{#724677}
diff --git a/testing/buildbot/test_suite_exceptions.pyl b/testing/buildbot/test_suite_exceptions.pyl
index 977a36e..a13422f2 100644
--- a/testing/buildbot/test_suite_exceptions.pyl
+++ b/testing/buildbot/test_suite_exceptions.pyl
@@ -342,14 +342,19 @@
     ],
     'modifications': {
       # chromium.android
-      'android-pie-arm64-rel': {
-        'experiment_percentage': 100, # https://crbug.com/1010211
+      'android-arm64-proguard-rel': {
+        'swarming': {
+          'shards': 25,
+        },
       },
       'android-marshmallow-arm64-rel': {
         'swarming': {
           'shards': 25,
         },
       },
+      'android-pie-arm64-rel': {
+        'experiment_percentage': 100, # https://crbug.com/1010211
+      },
       'KitKat Phone Tester (dbg)': {
         'swarming': {
           'shards': 20,
@@ -469,6 +474,11 @@
           'shards': 13,
         },
       },
+      'android-arm64-proguard-rel': {
+        'swarming': {
+          'shards': 16,
+        },
+      },
       'android-kitkat-arm-rel': {
         'swarming': {
           'shards': 15,
@@ -1416,6 +1426,7 @@
   },
   'perfetto_unittests': {
     'remove_from': [
+      'android-arm64-proguard-rel',
       'android-asan',
       'android-code-coverage',
       'android-code-coverage-native',