Bug 1181255 - Follow up to fix slave platform in mozilla/config.py r=jlund
authorChris Manchester <cmanchester@mozilla.com>
Wed, 22 Jul 2015 12:25:47 -0700 (2015-07-22)
changeset 12686 84310ed35dc0a60f1f06c32332ae7a07c0b14274
parent 12685 cb409abbe898d5c26a0f690fc192edbba918776b
child 12687 7157300a62776d3685d657764585778e8a4d09d6
push id9073
push usercmanchester@mozilla.com
push dateWed, 22 Jul 2015 19:26:09 +0000 (2015-07-22)
reviewersjlund
bugs1181255
Bug 1181255 - Follow up to fix slave platform in mozilla/config.py r=jlund
mozilla-tests/config.py
--- a/mozilla-tests/config.py
+++ b/mozilla-tests/config.py
@@ -1092,19 +1092,19 @@ PLATFORM_UNITTEST_VARS = {
     'linux64-tsan': {
         'product_name': 'firefox',
         'app_name': 'browser',
         'brand_name': 'Minefield',
         'builds_before_reboot': 1,
         'unittest-env': {'DISPLAY': ':0'},
         'enable_opt_unittests': True,
         'enable_debug_unittests': False,
-        'ubuntu64-tsan_vm': {
+        'ubuntu64_vm': {
             'opt_unittest_suites': UNITTEST_SUITES['opt_unittest_suites'][:],
-            'debug_unittest_suites': UNITTEST_SUITES['debug_unittest_suites'][:] + XPCSHELL,
+            'debug_unittest_suites': [],
             'suite_config': {
                 'mochitest': {
                     'config_files': ["unittests/linux_unittest.py"],
                 },
                 'mochitest-push': {
                     'config_files': ["unittests/linux_unittest.py"],
                 },
                 'mochitest-e10s': {