Index: infra/bots/recipes/swarm_trigger.py |
diff --git a/infra/bots/recipes/swarm_trigger.py b/infra/bots/recipes/swarm_trigger.py |
index 41470eba687d778256571f66aaefce553a571fd4..f17f60da249ac76177aad788e5c6180db98c1357 100644 |
--- a/infra/bots/recipes/swarm_trigger.py |
+++ b/infra/bots/recipes/swarm_trigger.py |
@@ -140,10 +140,10 @@ def swarm_dimensions(builder_cfg): |
elif 'iOS' in builder_cfg['os']: |
# For iOS, the device type is a better dimension than CPU or GPU. |
dimensions['device'] = { |
- 'iPad4': 'iPad4,1', |
+ 'iPad4': 'iPad5,1', |
dogben
2016/11/04 14:12:01
Please add a comment.
stephana
2016/11/04 14:32:59
Done.
|
}[builder_cfg['model']] |
# TODO(borenet): Replace this hack with something better. |
- dimensions['os'] = 'iOS-9.2' |
+ dimensions['os'] = 'iOS-9.3.1' |
elif builder_cfg['cpu_or_gpu'] == 'CPU': |
dimensions['gpu'] = 'none' |
dimensions['cpu'] = { |