No Bug - Remove dead code (host utils is no longer defined through buildbot). r=no-one
authorJustin Wood <Callek@gmail.com>
Tue, 23 Dec 2014 00:25:32 -0500 (2014-12-23)
changeset 11606 f63c4306e5aac2d2f9b46b35bdda019f525e824a
parent 11605 1c9fdcd2e6fb15cb2936b9dac48c1a7537a1fea5
child 11607 548d99344d7f475b9ed404ef05e534dc37996fe5
push id8455
push userCallek@gmail.com
push dateTue, 23 Dec 2014 05:25:46 +0000 (2014-12-23)
reviewersno-one
No Bug - Remove dead code (host utils is no longer defined through buildbot). r=no-one
mozilla-tests/mobile_config.py
--- a/mozilla-tests/mobile_config.py
+++ b/mozilla-tests/mobile_config.py
@@ -1527,49 +1527,45 @@ for suite in ANDROID_2_3_MOZHARNESS_DICT
 # You must define opt_unittest_suites when enable_opt_unittests is True for a
 # platform. Likewise debug_unittest_suites for enable_debug_unittests
 PLATFORM_UNITTEST_VARS = {
     'android': {
         'product_name': 'fennec',
         'app_name': 'browser',
         'brand_name': 'Minefield',
         'is_remote': True,
-        'host_utils_url': 'http://talos-remote.pvt.build.mozilla.org/tegra/tegra-host-utils.%%(foopy_type)s.742597.zip',
         'enable_opt_unittests': True,
         'enable_debug_unittests': True,
         'remote_extras': ANDROID_UNITTEST_REMOTE_EXTRAS,
         'panda_android': deepcopy(ANDROID_MOZHARNESS_PANDA_UNITTEST_DICT),
     },
     'android-api-9': {
         'product_name': 'fennec',
         'app_name': 'browser',
         'brand_name': 'Minefield',
         'is_remote': True,
-        'host_utils_url': 'http://talos-remote.pvt.build.mozilla.org/tegra/tegra-host-utils.%%(foopy_type)s.742597.zip',
         'enable_opt_unittests': True,
         'enable_debug_unittests': True,
         'remote_extras': ANDROID_UNITTEST_REMOTE_EXTRAS,
     },
     'android-api-11': {
         'product_name': 'fennec',
         'app_name': 'browser',
         'brand_name': 'Minefield',
         'is_remote': True,
-        'host_utils_url': 'http://talos-remote.pvt.build.mozilla.org/tegra/tegra-host-utils.%%(foopy_type)s.742597.zip',
         'enable_opt_unittests': True,
         'enable_debug_unittests': True,
         'remote_extras': ANDROID_UNITTEST_REMOTE_EXTRAS,
         'panda_android': deepcopy(ANDROID_MOZHARNESS_PANDA_UNITTEST_DICT),
     },
     'android-armv6': {
         'product_name': 'fennec',
         'app_name': 'browser',
         'brand_name': 'Minefield',
         'is_remote': True,
-        'host_utils_url': 'http://talos-remote.pvt.build.mozilla.org/tegra/tegra-host-utils.%%(foopy_type)s.742597.zip',
         'enable_opt_unittests': True,
         'enable_debug_unittests': False,
         'remote_extras': ANDROID_UNITTEST_REMOTE_EXTRAS,
         'ubuntu64_vm_armv6_mobile': {
             'opt_unittest_suites': [],
             'debug_unittest_suites': [],
         },
         'ubuntu64_vm_armv6_large': {