Remove Gold service account from -dev bots

Removes the chrome-gold@ service account from
android-kitkat-arm-rel-swarming and
android-marshmallow-arm64-rel-swarming, which run tests on
chromium-swarm-dev. This is a temporary fix to prevent task triggering
from failing while a -dev version of chrome-gold@ is created.

Bug: 1071301
Change-Id: I6b532f0c32f3f34f7852ff7e1b23552b7664a8c2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2152782
Commit-Queue: Brian Sheedy <[email protected]>
Commit-Queue: Ben Pastene <[email protected]>
Auto-Submit: Brian Sheedy <[email protected]>
Reviewed-by: Ben Pastene <[email protected]>
Cr-Commit-Position: refs/heads/master@{#759754}
diff --git a/testing/buildbot/test_suite_exceptions.pyl b/testing/buildbot/test_suite_exceptions.pyl
index a80a129..700fa97 100644
--- a/testing/buildbot/test_suite_exceptions.pyl
+++ b/testing/buildbot/test_suite_exceptions.pyl
@@ -654,11 +654,25 @@
           'shards': 25,
         },
       },
+      'android-kitkat-arm-rel-swarming': {
+        'swarming': {
+          # TODO(crbug.com/1071301): Switch to -dev Gold account once it's
+          # available.
+          'service_account': 'chromium-tester-dev@chops-service-accounts.iam.gserviceaccount.com'
+        },
+      },
       'android-marshmallow-arm64-rel': {
         'swarming': {
           'shards': 25,
         },
       },
+      'android-marshmallow-arm64-rel-swarming': {
+        'swarming': {
+          # TODO(crbug.com/1071301): Switch to -dev Gold account once it's
+          # available.
+          'service_account': 'chromium-tester-dev@chops-service-accounts.iam.gserviceaccount.com'
+        },
+      },
       'android-pie-arm64-rel': {
         'args': [
           '--test-launcher-filter-file=../../testing/buildbot/filters/android.pie_arm64_rel.chrome_public_test_apk.filter', # https://crbug.com/1010211