Bug 1258059 - bbot-cfgs - use production bouncer_firefox_beta.py in staging, r?rail draft
authorJordan Lund <jlund@mozilla.com>
Tue, 22 Mar 2016 09:39:16 -0700
changeset 13966 dbe462ee27969953abcd295f1b399a53a53f4dab
parent 13963 2bd36ee4caac126be727fdcfc5812caf3d439f47
child 13967 ac49a32f5fc6814b202adf9bc8121cec0c387d99
push id34
push userjlund@mozilla.com
push dateTue, 22 Mar 2016 16:39:44 +0000
reviewersrail
bugs1258059
Bug 1258059 - bbot-cfgs - use production bouncer_firefox_beta.py in staging, r?rail MozReview-Commit-ID: AqXD8M5YOge
mozilla/project_branches.py
--- a/mozilla/project_branches.py
+++ b/mozilla/project_branches.py
@@ -151,17 +151,17 @@ PROJECT_BRANCHES = {
         "release_platforms": ("linux", "linux64", "win32", "win64", "macosx64"),
         "l10n_release_platforms": ("linux", "linux64", "win32", "win64", "macosx64"),
         "release_channel_mappings": [["^.*$", ["beta-dev"]]],
         # temp balrog
         'balrog_api_root': 'http://ec2-54-241-39-23.us-west-1.compute.amazonaws.com:443/api',
         'funsize_balrog_api_root': 'http://ec2-54-241-39-23.us-west-1.compute.amazonaws.com:443/api',
         'tuxedoServerUrl': 'https://admin-bouncer.stage.mozaws.net/api',
         'bouncer_submitter_config': {
-            "firefox": "releases/dev_bouncer_firefox_beta.py",
+            "firefox": "releases/bouncer_firefox_beta.py",
             # TODO - fennec
             "fennec": "",
         },
         # TODO - is this used? seems like an invalid value and bouncer_submitter.py doesn't
         # contain any usages with 'branch'
         'bouncer_branch': "releases/date",
         'bouncer_enabled': True,
         'postrelease_version_bump_enabled': True,