Bug 1334538 - Do not update SHA1 bouncer aliases in Firefox 52. r=jlorenzo a=release DONTBUILD draft
authorRail Aliiev <rail@mozilla.com>
Fri, 27 Jan 2017 13:17:23 -0500
changeset 467319 8e5d0da5cd55777ce0456fb32654ad86025511a1
parent 467243 07d7ecbf77e3be59797f16234d357a02bb38ed8b
child 467320 23ef4cdae77fb1a3846c9610eeb10e8b8fdcd3d7
child 467321 e07c9e3736375ecfcf24ba15527e1028543303ab
push id43151
push userbmo:rail@mozilla.com
push dateFri, 27 Jan 2017 18:20:01 +0000
reviewersjlorenzo, release
bugs1334538
milestone54.0a1
Bug 1334538 - Do not update SHA1 bouncer aliases in Firefox 52. r=jlorenzo a=release DONTBUILD MozReview-Commit-ID: GcObzm1nzlP
testing/mozharness/configs/releases/bouncer_firefox_esr.py
testing/mozharness/configs/releases/bouncer_firefox_release.py
--- a/testing/mozharness/configs/releases/bouncer_firefox_esr.py
+++ b/testing/mozharness/configs/releases/bouncer_firefox_esr.py
@@ -56,20 +56,19 @@ config = {
                 "win64": {
                     "path": "/firefox/releases/%(version)s/win64/:lang/Firefox%%20Setup%%20%(version)s.exe",
                     "bouncer-platform": "win64",
                 },
             },
         },
         "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-esr-sha1",
+            "check_uptake": True,
+            # XP/Vista Release users are redicted to ESR52
+            "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",
                 },
             },
--- a/testing/mozharness/configs/releases/bouncer_firefox_release.py
+++ b/testing/mozharness/configs/releases/bouncer_firefox_release.py
@@ -99,29 +99,16 @@ config = {
             "add-locales": True,
             "paths": {
                 "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",
-            "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",
-                },
-            },
-        },
         "complete-mar": {
             "product-name": "Firefox-%(version)s-Complete",
             "check_uptake": True,
             "ssl-only": False,
             "add-locales": True,
             "paths": {
                 "linux": {
                     "path": "/firefox/releases/%(version)s/update/linux-i686/:lang/firefox-%(version)s.complete.mar",