Index: infra/bots/recipes/swarm_trigger.py |
diff --git a/infra/bots/recipes/swarm_trigger.py b/infra/bots/recipes/swarm_trigger.py |
index 060fa73dea511848b6c5a52a467c9d1410bc420e..8a61fdad525dafc46433db3e06d62feff59ce025 100644 |
--- a/infra/bots/recipes/swarm_trigger.py |
+++ b/infra/bots/recipes/swarm_trigger.py |
@@ -113,8 +113,7 @@ def swarm_dimensions(builder_cfg): |
# For Android, the device type is a better dimension than CPU or GPU. |
dimensions['device_type'] = { |
'AndroidOne': 'sprout', |
- 'GalaxyS3': 'm0', #'smdk4x12', Detected incorrectly by swarming? |
- 'GalaxyS4': None, # TODO(borenet,kjlubick) |
+ 'GalaxyS7': 'heroqlteatt', |
'NVIDIA_Shield': 'foster', |
'Nexus10': 'manta', |
'Nexus5': 'hammerhead', |