Index: infra/bots/recipes/swarm_trigger.py |
diff --git a/infra/bots/recipes/swarm_trigger.py b/infra/bots/recipes/swarm_trigger.py |
index 8a61fdad525dafc46433db3e06d62feff59ce025..570b1eaf803a5a383be4f37a42622a55668e9bbf 100644 |
--- a/infra/bots/recipes/swarm_trigger.py |
+++ b/infra/bots/recipes/swarm_trigger.py |
@@ -113,6 +113,8 @@ 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', |