restrict bonus configs to GCE *SAN bots

The config refactor inadvertently included Android and Mac *SAN bots.

Change-Id: I158c25be9fbd098cd903741eb78209c8ee95d8df
Reviewed-on: https://skia-review.googlesource.com/148302
Auto-Submit: Mike Klein <mtklein@google.com>
Commit-Queue: Ben Wagner <benjaminwagner@google.com>
Reviewed-by: Ben Wagner <benjaminwagner@google.com>
diff --git a/infra/bots/recipes/perf.py b/infra/bots/recipes/perf.py
index dfc1abe..2be25e6 100644
--- a/infra/bots/recipes/perf.py
+++ b/infra/bots/recipes/perf.py
@@ -60,7 +60,7 @@
     args.append('--nogpu')
     configs.extend(['8888', 'nonrendering'])
 
-    if 'BonusConfigs' in bot or 'SAN' in bot:
+    if 'BonusConfigs' in bot or ('SAN' in bot and 'GCE' in bot):
       configs += [
           'f16',
           'srgb',
diff --git a/infra/bots/recipes/test.py b/infra/bots/recipes/test.py
index 0fc3bf0..6bda772 100644
--- a/infra/bots/recipes/test.py
+++ b/infra/bots/recipes/test.py
@@ -109,7 +109,7 @@
 
     configs.append('8888')
 
-    if 'BonusConfigs' in bot or 'SAN' in bot:
+    if 'BonusConfigs' in bot or ('SAN' in bot and 'GCE' in bot):
       configs.extend([
         'pdf',
         'g8', '565',