Bug 1055919 - desktop mozharness mach builders should ride the trains, r=bhearsum
--- a/mozilla/config.py
+++ b/mozilla/config.py
@@ -2931,17 +2931,17 @@ for name, branch in items_at_least(BRANC
# B2G's INBOUND
for b in ('b2g-inbound',):
for p in BRANCHES[b]['platforms'].keys():
if 'linux' not in p:
BRANCHES[b]['platforms'][p]['enable_checktests'] = False
# END B2G's INBOUND
# enable mozharness desktop builds across m-c and related branches
-for name, branch in items_at_least(BRANCHES, 'gecko_version', mc_gecko_version):
+for name, branch in items_at_least(BRANCHES, 'gecko_version', 37):
# if true, any platform with mozharness_desktop_build in its config
# will use mozharness instead of MozillaBuildFactory
branch['desktop_mozharness_builds_enabled'] = True
# disable win64 for gecko < 36
for name, branch in items_before(BRANCHES, 'gecko_version', 36):
for p in ('win64', 'win64-debug'):
if p in branch['platforms']: