Bug 1216311 - date (staging release promotion) branch should use dev balrog server, r=rail
authorJordan Lund <jlund@mozilla.com>
Wed, 21 Oct 2015 11:02:03 -0700 (2015-10-21)
changeset 13171 c4ae6f2036cfd8837f3aac3fa766285b0101646c
parent 13170 5d2bd6c3ccddd2a4d1e38edacdb7a95a547c1a9a
child 13172 3feffbb5f8207ae03a5c1f3fe0be30897c161bb9
push id9351
push userjlund@mozilla.com
push dateWed, 21 Oct 2015 18:02:10 +0000 (2015-10-21)
reviewersrail
bugs1216311
Bug 1216311 - date (staging release promotion) branch should use dev balrog server, r=rail
mozilla/project_branches.py
--- a/mozilla/project_branches.py
+++ b/mozilla/project_branches.py
@@ -188,16 +188,17 @@ PROJECT_BRANCHES = {
         },
         'enable_valgrind': False,
         'pgo_strategy': 'per-checkin',
         'enable_release_promotion': True,
         'partners_repo_path': 'build/partner-repacks',
         'partner_repack_platforms': ('linux', 'linux64', 'win32', 'win64', 'macosx64'),
         "release_platforms": ("linux", "linux64", "win32", "win64", "macosx64"),
         "l10n_release_platforms": ("linux", "linux64", "win32", "win64", "macosx64"),
+        'balrog_api_root': 'https://aus4-admin-dev.allizom.org/api',
     },
     'elm': {
         'branch_projects': [],
         'enable_talos': True,
         'enable_valgrind': False,
         'lock_platforms': True,
         'platforms': {
             # dep signing with nightly key, see bug 1176152