Bug 1139403 - followup to limit xulrunner jobs to m-c and m-a, r=bhearsum
authorNick Thomas <nthomas@mozilla.com>
Tue, 10 Mar 2015 11:55:25 +1300 (2015-03-09)
changeset 11943 b4119e1a7c158d5549c05d623a2515ca180b36d6
parent 11941 7b7711ab6689d21682ee2b7b7d52c01830cc81ed
child 11944 7f395f01ccd44c71a2156baa372eb5a5ffded992
push id8665
push usernthomas@mozilla.com
push dateMon, 09 Mar 2015 22:56:40 +0000 (2015-03-09)
reviewersbhearsum
bugs1139403
Bug 1139403 - followup to limit xulrunner jobs to m-c and m-a, r=bhearsum
mozilla/config.py
--- a/mozilla/config.py
+++ b/mozilla/config.py
@@ -970,17 +970,16 @@ PLATFORM_VARS = {
             'product_name': 'firefox',
             'unittest_platform': 'win64-opt',
             'app_name': 'browser',
             'brand_name': 'Minefield',
             'base_name': 'WINNT 6.1 x86-64 %(branch)s',
             'src_mozconfig': 'browser/config/mozconfigs/win64/nightly',
             'mozconfig': 'win64/%(branch)s/nightly',
             'src_xulrunner_mozconfig': 'xulrunner/config/mozconfigs/win64/xulrunner',
-            'enable_xulrunner': True,
             'profiled_build': True,
             'builds_before_reboot': localconfig.BUILDS_BEFORE_REBOOT,
             'build_space': 12,
             'upload_symbols': True,
             'enable_installer': True,
             'packageTests': True,
             'try_by_default': True,
             'slaves': SLAVES['win64-rev2'],