Bug 1133833 - Android 4.3 emulator tests r=jlund
authorkmoir@mozilla.com
Tue, 14 Apr 2015 15:09:25 -0400 (2015-04-14)
changeset 12173 8ef74b4dc1b83fdaba3265a75250d71276a26571
parent 12172 96b822c48c55b73ac8ea0be8f4c818e61cc6070b
child 12174 702ae244be8d8c9296b1a97c2f0624ff48bcde76
push id8805
push userkmoir@mozilla.com
push dateTue, 14 Apr 2015 19:10:24 +0000 (2015-04-14)
reviewersjlund
bugs1133833
Bug 1133833 - Android 4.3 emulator tests r=jlund
mozilla-tests/mobile_config.py
--- a/mozilla-tests/mobile_config.py
+++ b/mozilla-tests/mobile_config.py
@@ -95,21 +95,21 @@ PLATFORMS['android-api-9']['mozharness_c
 PLATFORMS['android-api-11']['slave_platforms'] = ['panda_android', 'ubuntu64_vm_armv7_mobile', 'ubuntu64_vm_armv7_large']
 PLATFORMS['android-api-11']['env_name'] = 'android-perf'
 PLATFORMS['android-api-11']['is_mobile'] = True
 PLATFORMS['android-api-11']['panda_android'] = {
     'name': "Android 4.0 armv7 API 11+",
     'mozharness_talos': True,
 }
 PLATFORMS['android-api-11']['ubuntu64_vm_armv7_mobile'] = {
-    'name': "Android 4.3 Emulator",
+    'name': "Android 4.3 armv7 API 11+",
     'mozharness_talos': True,
 }
 PLATFORMS['android-api-11']['ubuntu64_vm_armv7_large'] = {
-    'name': "Android 4.3 Emulator",
+    'name': "Android 4.3 armv7 API 11+",
     'mozharness_talos': True,
 }
 PLATFORMS['android-api-11']['stage_product'] = 'mobile'
 PLATFORMS['android-api-11']['mozharness_config'] = {
     'mozharness_python': '/tools/buildbot/bin/python',
     'hg_bin': 'hg',
     'reboot_command': None,
     'talos_script_maxtime': 10800,