Bug 972089 - Add in win32 spidermonkey builds, r=bhearsum
--- a/mozilla/config.py
+++ b/mozilla/config.py
@@ -2069,16 +2069,18 @@ apply_localconfig(PROJECTS, localconfig.
#
BRANCH_PROJECTS = {
# Builds that should trigger backouts if they break. Should be on all trees
# feeding into mozilla-central.
'spidermonkey_tier_1': {
'variants': {
'linux64-debug': ['rootanalysis', 'generational'],
'linux-debug': ['arm-sim'],
+ 'win32-debug': ['warnaserrdebug', 'generational'],
+ 'win32': ['warnaserr'],
},
'platforms': {
'linux': {},
'linux-debug': {},
'linux64': {},
'linux64-debug': {},
'win32': {},
'win32-debug': {},
@@ -2090,17 +2092,17 @@ BRANCH_PROJECTS = {
'hgurl': 'https://hg.mozilla.org/',
},
# Try server builds only triggered on changes to the spidermonkey source
'spidermonkey_try': {
'enable_try': True,
'try_by_default': {
'rootanalysis': True, # all platforms for which it is defined
- 'generational': set(['linux64-debug']),
+ 'generational': set(['linux64-debug', 'win32-debug']),
'arm-sim': True,
},
'variants': {
'linux': ['warnaserr'],
'linux-debug': ['arm-sim', 'warnaserrdebug'],
'linux64': ['warnaserr'],
'linux64-debug': ['rootanalysis', 'generational', 'exactrooting', 'warnaserrdebug'],
'win32': ['generational', 'warnaserr'],