Bug 1290179 - Automatically update SHA1 bouncer aliases r=jlund a=release DONTBUILD draft
authorRail Aliiev <rail@mozilla.com>
Tue, 30 Aug 2016 12:50:52 -0400
changeset 407600 cdcb17f7b4212cd27caf54a342bedacc01205c6a
parent 407599 4558fc3a712042f288ed2999bbc55410dfe4a224
child 529900 8e25fbe39a3dc067d596eb00333c3128a2e91782
push id27992
push userbmo:rail@mozilla.com
push dateTue, 30 Aug 2016 16:51:23 +0000
reviewersjlund, release
bugs1290179
milestone51.0a1
Bug 1290179 - Automatically update SHA1 bouncer aliases r=jlund a=release DONTBUILD MozReview-Commit-ID: AjpCcXLu08N
testing/mozharness/configs/releases/bouncer_firefox_beta.py
testing/mozharness/configs/releases/bouncer_firefox_release.py
--- a/testing/mozharness/configs/releases/bouncer_firefox_beta.py
+++ b/testing/mozharness/configs/releases/bouncer_firefox_beta.py
@@ -69,20 +69,18 @@ config = {
                 "win32": {
                     "path": "/firefox/releases/%(version)s/win32/:lang/Firefox%%20Setup%%20Stub%%20%(version)s.exe",
                     "bouncer-platform": "win",
                 },
             },
         },
         "sha1-installer": {
             "product-name": "Firefox-%(version)s-sha1",
-            # TODO: enable when sha1 installers are automated in bug 1290179
-            "check_uptake": False,
-            # TODO: enable when sha1 installers are automated in bug 1290179
-            # "alias": "firefox-beta-sha1",
+            "check_uptake": True,
+            "alias": "firefox-beta-sha1",
             "ssl-only": True,
             "add-locales": True,
             "paths": {
                 "win32": {
                     "path": "/firefox/releases/%(version)s/win32-sha1/:lang/Firefox%%20Setup%%20%(version)s.exe",
                     "bouncer-platform": "win",
                 },
             },
--- a/testing/mozharness/configs/releases/bouncer_firefox_release.py
+++ b/testing/mozharness/configs/releases/bouncer_firefox_release.py
@@ -101,20 +101,18 @@ config = {
                 "win32": {
                     "path": "/firefox/releases/%(version)s/win32/:lang/Firefox%%20Setup%%20Stub%%20%(version)s.exe",
                     "bouncer-platform": "win",
                 },
             },
         },
         "sha1-installer": {
             "product-name": "Firefox-%(version)s-sha1",
-            # TODO: enable when sha1 installers are automated in bug 1290179
-            "check_uptake": False,
-            # TODO: enable when sha1 installers are automated in bug 1290179
-            # "alias": "firefox-sha1",
+            "check_uptake": True,
+            "alias": "firefox-sha1",
             "ssl-only": True,
             "add-locales": True,
             "paths": {
                 "win32": {
                     "path": "/firefox/releases/%(version)s/win32-sha1/:lang/Firefox%%20Setup%%20%(version)s.exe",
                     "bouncer-platform": "win",
                 },
             },