Bug 1118798 - Downstream job to create partner repacks, r=bhearsum
--- a/mozilla/project_branches.py
+++ b/mozilla/project_branches.py
@@ -87,17 +87,17 @@ PROJECT_BRANCHES = {
},
},
},
'cypress': {
'enable_perproduct_builds': False,
'enable_talos': True,
},
'date': {
- 'gecko_version': 37,
+ 'gecko_version': 38,
'mozharness_repo_path': 'users/nthomas_mozilla.com/mozharness-build-promotion',
'mozharness_repo': 'https://hg.mozilla.org/users/nthomas_mozilla.com/mozharness-build-promotion',
'mozharness_tag': 'default',
'desktop_mozharness_builds_enabled': True,
'use_mozharness_repo_cache': False,
'branch_projects': [],
'enable_talos': True,
'lock_platforms': True,
@@ -113,16 +113,18 @@ PROJECT_BRANCHES = {
'macosx64-debug': {},
'win32-debug': {},
'win64': {},
'win64-debug': {},
},
'enable_valgrind': False,
'pgo_strategy': 'per-checkin',
'enable_release_promotion': True,
+ 'partners_repo_path': 'build/partner-repacks',
+ 'partner_repack_platforms': ('linux', 'linux64', 'win32', 'macosx64'),
},
'elm': {
'branch_projects': [],
'enable_talos': True,
'enable_valgrind': False,
'lock_platforms': True,
'platforms': {
'linux': {},