Bug 1139403 - followup to limit xulrunner jobs to m-c and m-a, r=bhearsum
--- 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'],