Bug 1408868 - Set bouncer alias in taskgraph and removed duplicated configs r=mtabara draft
authorJohan Lorenzo <jlorenzo@mozilla.com>
Thu, 03 May 2018 18:17:52 +0200
changeset 791161 d6f0654e8e9dcbe6af4234c61be6ec130c25e04f
parent 791160 32cf2c3fbf49a10c81768c06f93b4e18716656a8
push id108714
push userbmo:jlorenzo@mozilla.com
push dateThu, 03 May 2018 16:19:03 +0000
reviewersmtabara
bugs1408868
milestone60.0
Bug 1408868 - Set bouncer alias in taskgraph and removed duplicated configs r=mtabara MozReview-Commit-ID: EJt9Dc4kuPi
taskcluster/ci/release-bouncer-aliases/kind.yml
testing/mozharness/configs/releases/bouncer_fennec.py
testing/mozharness/configs/releases/bouncer_fennec_beta.py
testing/mozharness/configs/releases/bouncer_firefox_beta.py
testing/mozharness/configs/releases/bouncer_firefox_devedition.py
testing/mozharness/configs/releases/bouncer_firefox_esr.py
testing/mozharness/configs/releases/bouncer_firefox_release.py
testing/mozharness/configs/releases/dev_bouncer_firefox_beta.py
testing/mozharness/configs/releases/dev_bouncer_firefox_devedition.py
testing/mozharness/configs/releases/dev_bouncer_firefox_esr.py
--- a/taskcluster/ci/release-bouncer-aliases/kind.yml
+++ b/taskcluster/ci/release-bouncer-aliases/kind.yml
@@ -69,23 +69,24 @@ jobs:
                firefox-beta-latest-ssl: installer-ssl
                firefox-beta-latest: installer
                firefox-beta-stub: stub-installer
             mozilla-release:
                firefox-latest-ssl: installer-ssl
                firefox-latest: installer
                firefox-stub: stub-installer
             mozilla-esr60:
-               firefox-esr-latest-ssl: installer-ssl
-               firefox-esr-latest: installer
+               # convert to firefox-esr-latest when ESR52 stops
+               firefox-esr-next-latest-ssl: installer-ssl
+               firefox-esr-next-latest: installer
             birch:
                firefox-latest-ssl: installer-ssl
                firefox-latest: installer
                firefox-stub: stub-installer
             jamun:
-               firefox-esr-latest-ssl: installer-ssl
-               firefox-esr-latest: installer
+               firefox-esr-next-latest-ssl: installer-ssl
+               firefox-esr-next-latest: installer
             maple:
                firefox-beta-latest-ssl: installer-ssl
                firefox-beta-latest: installer
                firefox-beta-stub: stub-installer
             default: {}
       shipping-product: firefox
deleted file mode 100644
--- a/testing/mozharness/configs/releases/bouncer_fennec.py
+++ /dev/null
@@ -1,23 +0,0 @@
-# lint_ignore=E501
-config = {
-    "bouncer_prefix": "https://download.mozilla.org/",
-    "products": {
-        "apk": {
-            "product-name": "Fennec-%(version)s",
-            "check_uptake": True,
-            "alias": "fennec-latest",
-            "ssl-only": True,
-            "add-locales": False,  # Do not add locales to let "multi" work
-            "paths": {
-                "android-api-16": {
-                    "path": "/mobile/releases/%(version)s/android-api-16/:lang/fennec-%(version)s.:lang.android-arm.apk",
-                    "bouncer-platform": "android",
-                },
-                "android-x86": {
-                    "path": "/mobile/releases/%(version)s/android-x86/:lang/fennec-%(version)s.:lang.android-i386.apk",
-                    "bouncer-platform": "android-x86",
-                },
-            },
-        },
-    },
-}
deleted file mode 100644
--- a/testing/mozharness/configs/releases/bouncer_fennec_beta.py
+++ /dev/null
@@ -1,23 +0,0 @@
-# lint_ignore=E501
-config = {
-    "bouncer_prefix": "https://download.mozilla.org/",
-    "products": {
-        "apk": {
-            "product-name": "Fennec-%(version)s",
-            "check_uptake": True,
-            "alias": "fennec-beta-latest",
-            "ssl-only": True,
-            "add-locales": False,  # Do not add locales to let "multi" work
-            "paths": {
-                "android-api-16": {
-                    "path": "/mobile/releases/%(version)s/android-api-16/:lang/fennec-%(version)s.:lang.android-arm.apk",
-                    "bouncer-platform": "android",
-                },
-                "android-x86": {
-                    "path": "/mobile/releases/%(version)s/android-x86/:lang/fennec-%(version)s.:lang.android-i386.apk",
-                    "bouncer-platform": "android-x86",
-                },
-            },
-        },
-    },
-}
deleted file mode 100644
--- a/testing/mozharness/configs/releases/bouncer_firefox_beta.py
+++ /dev/null
@@ -1,140 +0,0 @@
-# lint_ignore=E501
-config = {
-    "shipped-locales-url": "https://hg.mozilla.org/%(repo)s/raw-file/%(revision)s/browser/locales/shipped-locales",
-    "bouncer_prefix": "https://download.mozilla.org/",
-    "products": {
-        "installer": {
-            "product-name": "Firefox-%(version)s",
-            "check_uptake": True,
-            "alias": "firefox-beta-latest",
-            "ssl-only": False,
-            "add-locales": True,
-            "paths": {
-                "linux": {
-                    "path": "/firefox/releases/%(version)s/linux-i686/:lang/firefox-%(version)s.tar.bz2",
-                    "bouncer-platform": "linux",
-                },
-                "linux64": {
-                    "path": "/firefox/releases/%(version)s/linux-x86_64/:lang/firefox-%(version)s.tar.bz2",
-                    "bouncer-platform": "linux64",
-                },
-                "macosx64": {
-                    "path": "/firefox/releases/%(version)s/mac/:lang/Firefox%%20%(version)s.dmg",
-                    "bouncer-platform": "osx",
-                },
-                "win32": {
-                    "path": "/firefox/releases/%(version)s/win32/:lang/Firefox%%20Setup%%20%(version)s.exe",
-                    "bouncer-platform": "win",
-                },
-                "win64": {
-                    "path": "/firefox/releases/%(version)s/win64/:lang/Firefox%%20Setup%%20%(version)s.exe",
-                    "bouncer-platform": "win64",
-                },
-            },
-        },
-        "installer-ssl": {
-            "product-name": "Firefox-%(version)s-SSL",
-            "check_uptake": True,
-            "alias": "firefox-beta-latest-ssl",
-            "ssl-only": True,
-            "add-locales": True,
-            "paths": {
-                "linux": {
-                    "path": "/firefox/releases/%(version)s/linux-i686/:lang/firefox-%(version)s.tar.bz2",
-                    "bouncer-platform": "linux",
-                },
-                "linux64": {
-                    "path": "/firefox/releases/%(version)s/linux-x86_64/:lang/firefox-%(version)s.tar.bz2",
-                    "bouncer-platform": "linux64",
-                },
-                "macosx64": {
-                    "path": "/firefox/releases/%(version)s/mac/:lang/Firefox%%20%(version)s.dmg",
-                    "bouncer-platform": "osx",
-                },
-                "win32": {
-                    "path": "/firefox/releases/%(version)s/win32/:lang/Firefox%%20Setup%%20%(version)s.exe",
-                    "bouncer-platform": "win",
-                },
-                "win64": {
-                    "path": "/firefox/releases/%(version)s/win64/:lang/Firefox%%20Setup%%20%(version)s.exe",
-                    "bouncer-platform": "win64",
-                },
-            },
-        },
-        "stub-installer": {
-            "product-name": "Firefox-%(version)s-stub",
-            "check_uptake": True,
-            "alias": "firefox-beta-stub",
-            "ssl-only": True,
-            "add-locales": True,
-            "paths": {
-                "win32": {
-                    "path": "/firefox/releases/%(version)s/win32/:lang/Firefox%%20Installer.exe",
-                    "bouncer-platform": "win",
-                },
-                "win64": {
-                    "path": "/firefox/releases/%(version)s/win32/:lang/Firefox%%20Installer.exe",
-                    "bouncer-platform": "win64",
-                },
-            },
-        },
-        "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",
-                    "bouncer-platform": "linux",
-                },
-                "linux64": {
-                    "path": "/firefox/releases/%(version)s/update/linux-x86_64/:lang/firefox-%(version)s.complete.mar",
-                    "bouncer-platform": "linux64",
-                },
-                "macosx64": {
-                    "path": "/firefox/releases/%(version)s/update/mac/:lang/firefox-%(version)s.complete.mar",
-                    "bouncer-platform": "osx",
-                },
-                "win32": {
-                    "path": "/firefox/releases/%(version)s/update/win32/:lang/firefox-%(version)s.complete.mar",
-                    "bouncer-platform": "win",
-                },
-                "win64": {
-                    "path": "/firefox/releases/%(version)s/update/win64/:lang/firefox-%(version)s.complete.mar",
-                    "bouncer-platform": "win64",
-                },
-            },
-        },
-    },
-    "partials": {
-        "releases-dir": {
-            "product-name": "Firefox-%(version)s-Partial-%(prev_version)s",
-            "check_uptake": True,
-            "ssl-only": False,
-            "add-locales": True,
-            "paths": {
-                "linux": {
-                    "path": "/firefox/releases/%(version)s/update/linux-i686/:lang/firefox-%(prev_version)s-%(version)s.partial.mar",
-                    "bouncer-platform": "linux",
-                },
-                "linux64": {
-                    "path": "/firefox/releases/%(version)s/update/linux-x86_64/:lang/firefox-%(prev_version)s-%(version)s.partial.mar",
-                    "bouncer-platform": "linux64",
-                },
-                "macosx64": {
-                    "path": "/firefox/releases/%(version)s/update/mac/:lang/firefox-%(prev_version)s-%(version)s.partial.mar",
-                    "bouncer-platform": "osx",
-                },
-                "win32": {
-                    "path": "/firefox/releases/%(version)s/update/win32/:lang/firefox-%(prev_version)s-%(version)s.partial.mar",
-                    "bouncer-platform": "win",
-                },
-                "win64": {
-                    "path": "/firefox/releases/%(version)s/update/win64/:lang/firefox-%(prev_version)s-%(version)s.partial.mar",
-                    "bouncer-platform": "win64",
-                },
-            },
-        },
-    },
-}
deleted file mode 100644
--- a/testing/mozharness/configs/releases/bouncer_firefox_devedition.py
+++ /dev/null
@@ -1,140 +0,0 @@
-# lint_ignore=E501
-config = {
-    "shipped-locales-url": "https://hg.mozilla.org/%(repo)s/raw-file/%(revision)s/browser/locales/shipped-locales",
-    "bouncer_prefix": "https://download.mozilla.org/",
-    "products": {
-        "installer": {
-            "product-name": "Devedition-%(version)s",
-            "check_uptake": True,
-            "alias": "firefox-devedition-latest",
-            "ssl-only": False,
-            "add-locales": True,
-            "paths": {
-                "linux": {
-                    "path": "/devedition/releases/%(version)s/linux-i686/:lang/firefox-%(version)s.tar.bz2",
-                    "bouncer-platform": "linux",
-                },
-                "linux64": {
-                    "path": "/devedition/releases/%(version)s/linux-x86_64/:lang/firefox-%(version)s.tar.bz2",
-                    "bouncer-platform": "linux64",
-                },
-                "macosx64": {
-                    "path": "/devedition/releases/%(version)s/mac/:lang/Firefox%%20%(version)s.dmg",
-                    "bouncer-platform": "osx",
-                },
-                "win32": {
-                    "path": "/devedition/releases/%(version)s/win32/:lang/Firefox%%20Setup%%20%(version)s.exe",
-                    "bouncer-platform": "win",
-                },
-                "win64": {
-                    "path": "/devedition/releases/%(version)s/win64/:lang/Firefox%%20Setup%%20%(version)s.exe",
-                    "bouncer-platform": "win64",
-                },
-            },
-        },
-        "installer-ssl": {
-            "product-name": "Devedition-%(version)s-SSL",
-            "check_uptake": True,
-            "alias": "firefox-devedition-latest-ssl",
-            "ssl-only": True,
-            "add-locales": True,
-            "paths": {
-                "linux": {
-                    "path": "/devedition/releases/%(version)s/linux-i686/:lang/firefox-%(version)s.tar.bz2",
-                    "bouncer-platform": "linux",
-                },
-                "linux64": {
-                    "path": "/devedition/releases/%(version)s/linux-x86_64/:lang/firefox-%(version)s.tar.bz2",
-                    "bouncer-platform": "linux64",
-                },
-                "macosx64": {
-                    "path": "/devedition/releases/%(version)s/mac/:lang/Firefox%%20%(version)s.dmg",
-                    "bouncer-platform": "osx",
-                },
-                "win32": {
-                    "path": "/devedition/releases/%(version)s/win32/:lang/Firefox%%20Setup%%20%(version)s.exe",
-                    "bouncer-platform": "win",
-                },
-                "win64": {
-                    "path": "/devedition/releases/%(version)s/win64/:lang/Firefox%%20Setup%%20%(version)s.exe",
-                    "bouncer-platform": "win64",
-                },
-            },
-        },
-        "stub-installer": {
-            "product-name": "Devedition-%(version)s-stub",
-            "check_uptake": True,
-            "alias": "firefox-devedition-stub",
-            "ssl-only": True,
-            "add-locales": True,
-            "paths": {
-                "win32": {
-                    "path": "/devedition/releases/%(version)s/win32/:lang/Firefox%%20Installer.exe",
-                    "bouncer-platform": "win",
-                },
-                "win64": {
-                    "path": "/devedition/releases/%(version)s/win32/:lang/Firefox%%20Installer.exe",
-                    "bouncer-platform": "win64",
-                },
-            },
-        },
-        "complete-mar": {
-            "product-name": "Devedition-%(version)s-Complete",
-            "check_uptake": True,
-            "ssl-only": False,
-            "add-locales": True,
-            "paths": {
-                "linux": {
-                    "path": "/devedition/releases/%(version)s/update/linux-i686/:lang/firefox-%(version)s.complete.mar",
-                    "bouncer-platform": "linux",
-                },
-                "linux64": {
-                    "path": "/devedition/releases/%(version)s/update/linux-x86_64/:lang/firefox-%(version)s.complete.mar",
-                    "bouncer-platform": "linux64",
-                },
-                "macosx64": {
-                    "path": "/devedition/releases/%(version)s/update/mac/:lang/firefox-%(version)s.complete.mar",
-                    "bouncer-platform": "osx",
-                },
-                "win32": {
-                    "path": "/devedition/releases/%(version)s/update/win32/:lang/firefox-%(version)s.complete.mar",
-                    "bouncer-platform": "win",
-                },
-                "win64": {
-                    "path": "/devedition/releases/%(version)s/update/win64/:lang/firefox-%(version)s.complete.mar",
-                    "bouncer-platform": "win64",
-                },
-            },
-        },
-    },
-    "partials": {
-        "releases-dir": {
-            "product-name": "Devedition-%(version)s-Partial-%(prev_version)s",
-            "check_uptake": True,
-            "ssl-only": False,
-            "add-locales": True,
-            "paths": {
-                "linux": {
-                    "path": "/devedition/releases/%(version)s/update/linux-i686/:lang/firefox-%(prev_version)s-%(version)s.partial.mar",
-                    "bouncer-platform": "linux",
-                },
-                "linux64": {
-                    "path": "/devedition/releases/%(version)s/update/linux-x86_64/:lang/firefox-%(prev_version)s-%(version)s.partial.mar",
-                    "bouncer-platform": "linux64",
-                },
-                "macosx64": {
-                    "path": "/devedition/releases/%(version)s/update/mac/:lang/firefox-%(prev_version)s-%(version)s.partial.mar",
-                    "bouncer-platform": "osx",
-                },
-                "win32": {
-                    "path": "/devedition/releases/%(version)s/update/win32/:lang/firefox-%(prev_version)s-%(version)s.partial.mar",
-                    "bouncer-platform": "win",
-                },
-                "win64": {
-                    "path": "/devedition/releases/%(version)s/update/win64/:lang/firefox-%(prev_version)s-%(version)s.partial.mar",
-                    "bouncer-platform": "win64",
-                },
-            },
-        },
-    },
-}
deleted file mode 100644
--- a/testing/mozharness/configs/releases/bouncer_firefox_esr.py
+++ /dev/null
@@ -1,139 +0,0 @@
-# lint_ignore=E501
-config = {
-    "shipped-locales-url": "https://hg.mozilla.org/%(repo)s/raw-file/%(revision)s/browser/locales/shipped-locales",
-    "bouncer_prefix": "https://download.mozilla.org/",
-    "products": {
-        "installer": {
-            "product-name": "Firefox-%(version)s",
-            "check_uptake": True,
-            # convert to firefox-esr-latest when ESR52 stops
-            "alias": "firefox-esr-next-latest",
-            "ssl-only": True,
-            "add-locales": True,
-            "paths": {
-                "linux": {
-                    "path": "/firefox/releases/%(version)s/linux-i686/:lang/firefox-%(version)s.tar.bz2",
-                    "bouncer-platform": "linux",
-                },
-                "linux64": {
-                    "path": "/firefox/releases/%(version)s/linux-x86_64/:lang/firefox-%(version)s.tar.bz2",
-                    "bouncer-platform": "linux64",
-                },
-                "macosx64": {
-                    "path": "/firefox/releases/%(version)s/mac/:lang/Firefox%%20%(version)s.dmg",
-                    "bouncer-platform": "osx",
-                },
-                "win32": {
-                    "path": "/firefox/releases/%(version)s/win32/:lang/Firefox%%20Setup%%20%(version)s.exe",
-                    "bouncer-platform": "win",
-                },
-                "win64": {
-                    "path": "/firefox/releases/%(version)s/win64/:lang/Firefox%%20Setup%%20%(version)s.exe",
-                    "bouncer-platform": "win64",
-                },
-            },
-        },
-        "installer-ssl": {
-            "product-name": "Firefox-%(version)s-SSL",
-            "check_uptake": True,
-            # convert to firefox-esr-latest-ssl when ESR52 stops
-            "alias": "firefox-esr-next-latest-ssl",
-            "ssl-only": True,
-            "add-locales": True,
-            "paths": {
-                "linux": {
-                    "path": "/firefox/releases/%(version)s/linux-i686/:lang/firefox-%(version)s.tar.bz2",
-                    "bouncer-platform": "linux",
-                },
-                "linux64": {
-                    "path": "/firefox/releases/%(version)s/linux-x86_64/:lang/firefox-%(version)s.tar.bz2",
-                    "bouncer-platform": "linux64",
-                },
-                "macosx64": {
-                    "path": "/firefox/releases/%(version)s/mac/:lang/Firefox%%20%(version)s.dmg",
-                    "bouncer-platform": "osx",
-                },
-                "win32": {
-                    "path": "/firefox/releases/%(version)s/win32/:lang/Firefox%%20Setup%%20%(version)s.exe",
-                    "bouncer-platform": "win",
-                },
-                "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",
-            "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",
-                },
-            },
-        },
-        "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",
-                    "bouncer-platform": "linux",
-                },
-                "linux64": {
-                    "path": "/firefox/releases/%(version)s/update/linux-x86_64/:lang/firefox-%(version)s.complete.mar",
-                    "bouncer-platform": "linux64",
-                },
-                "macosx64": {
-                    "path": "/firefox/releases/%(version)s/update/mac/:lang/firefox-%(version)s.complete.mar",
-                    "bouncer-platform": "osx",
-                },
-                "win32": {
-                    "path": "/firefox/releases/%(version)s/update/win32/:lang/firefox-%(version)s.complete.mar",
-                    "bouncer-platform": "win",
-                },
-                "win64": {
-                    "path": "/firefox/releases/%(version)s/update/win64/:lang/firefox-%(version)s.complete.mar",
-                    "bouncer-platform": "win64",
-                },
-            },
-        },
-    },
-    "partials": {
-        "releases-dir": {
-            "product-name": "Firefox-%(version)s-Partial-%(prev_version)s",
-            "check_uptake": True,
-            "ssl-only": False,
-            "add-locales": True,
-            "paths": {
-                "linux": {
-                    "path": "/firefox/releases/%(version)s/update/linux-i686/:lang/firefox-%(prev_version)s-%(version)s.partial.mar",
-                    "bouncer-platform": "linux",
-                },
-                "linux64": {
-                    "path": "/firefox/releases/%(version)s/update/linux-x86_64/:lang/firefox-%(prev_version)s-%(version)s.partial.mar",
-                    "bouncer-platform": "linux64",
-                },
-                "macosx64": {
-                    "path": "/firefox/releases/%(version)s/update/mac/:lang/firefox-%(prev_version)s-%(version)s.partial.mar",
-                    "bouncer-platform": "osx",
-                },
-                "win32": {
-                    "path": "/firefox/releases/%(version)s/update/win32/:lang/firefox-%(prev_version)s-%(version)s.partial.mar",
-                    "bouncer-platform": "win",
-                },
-                "win64": {
-                    "path": "/firefox/releases/%(version)s/update/win64/:lang/firefox-%(prev_version)s-%(version)s.partial.mar",
-                    "bouncer-platform": "win64",
-                },
-            },
-        },
-    },
-}
deleted file mode 100644
--- a/testing/mozharness/configs/releases/bouncer_firefox_release.py
+++ /dev/null
@@ -1,196 +0,0 @@
-# lint_ignore=E501
-config = {
-    "shipped-locales-url": "https://hg.mozilla.org/%(repo)s/raw-file/%(revision)s/browser/locales/shipped-locales",
-    "bouncer_prefix": "https://download.mozilla.org/",
-    "products": {
-        "installer": {
-            "product-name": "Firefox-%(version)s",
-            "check_uptake": True,
-            "alias": "firefox-latest",
-            "ssl-only": False,
-            "add-locales": True,
-            "paths": {
-                "linux": {
-                    "path": "/firefox/releases/%(version)s/linux-i686/:lang/firefox-%(version)s.tar.bz2",
-                    "bouncer-platform": "linux",
-                },
-                "linux64": {
-                    "path": "/firefox/releases/%(version)s/linux-x86_64/:lang/firefox-%(version)s.tar.bz2",
-                    "bouncer-platform": "linux64",
-                },
-                "macosx64": {
-                    "path": "/firefox/releases/%(version)s/mac/:lang/Firefox%%20%(version)s.dmg",
-                    "bouncer-platform": "osx",
-                },
-                "win32": {
-                    "path": "/firefox/releases/%(version)s/win32/:lang/Firefox%%20Setup%%20%(version)s.exe",
-                    "bouncer-platform": "win",
-                },
-                "win64": {
-                    "path": "/firefox/releases/%(version)s/win64/:lang/Firefox%%20Setup%%20%(version)s.exe",
-                    "bouncer-platform": "win64",
-                },
-            },
-        },
-        "installer-ssl": {
-            "product-name": "Firefox-%(version)s-SSL",
-            "check_uptake": True,
-            "alias": "firefox-latest-ssl",
-            "ssl-only": True,
-            "add-locales": True,
-            "paths": {
-                "linux": {
-                    "path": "/firefox/releases/%(version)s/linux-i686/:lang/firefox-%(version)s.tar.bz2",
-                    "bouncer-platform": "linux",
-                },
-                "linux64": {
-                    "path": "/firefox/releases/%(version)s/linux-x86_64/:lang/firefox-%(version)s.tar.bz2",
-                    "bouncer-platform": "linux64",
-                },
-                "macosx64": {
-                    "path": "/firefox/releases/%(version)s/mac/:lang/Firefox%%20%(version)s.dmg",
-                    "bouncer-platform": "osx",
-                },
-                "win32": {
-                    "path": "/firefox/releases/%(version)s/win32/:lang/Firefox%%20Setup%%20%(version)s.exe",
-                    "bouncer-platform": "win",
-                },
-                "win64": {
-                    "path": "/firefox/releases/%(version)s/win64/:lang/Firefox%%20Setup%%20%(version)s.exe",
-                    "bouncer-platform": "win64",
-                },
-            },
-        },
-        "stub-installer": {
-            "product-name": "Firefox-%(version)s-stub",
-            "check_uptake": True,
-            "alias": "firefox-stub",
-            "ssl-only": True,
-            "add-locales": True,
-            "paths": {
-                "win32": {
-                    "path": "/firefox/releases/%(version)s/win32/:lang/Firefox%%20Installer.exe",
-                    "bouncer-platform": "win",
-                },
-                "win64": {
-                    "path": "/firefox/releases/%(version)s/win32/:lang/Firefox%%20Installer.exe",
-                    "bouncer-platform": "win64",
-                },
-            },
-        },
-        "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",
-                    "bouncer-platform": "linux",
-                },
-                "linux64": {
-                    "path": "/firefox/releases/%(version)s/update/linux-x86_64/:lang/firefox-%(version)s.complete.mar",
-                    "bouncer-platform": "linux64",
-                },
-                "macosx64": {
-                    "path": "/firefox/releases/%(version)s/update/mac/:lang/firefox-%(version)s.complete.mar",
-                    "bouncer-platform": "osx",
-                },
-                "win32": {
-                    "path": "/firefox/releases/%(version)s/update/win32/:lang/firefox-%(version)s.complete.mar",
-                    "bouncer-platform": "win",
-                },
-                "win64": {
-                    "path": "/firefox/releases/%(version)s/update/win64/:lang/firefox-%(version)s.complete.mar",
-                    "bouncer-platform": "win64",
-                },
-            },
-        },
-        "complete-mar-candidates": {
-            "product-name": "Firefox-%(version)sbuild%(build_number)s-Complete",
-            "check_uptake": False,
-            "ssl-only": False,
-            "add-locales": True,
-            "paths": {
-                "linux": {
-                    "path": "/firefox/candidates/%(version)s-candidates/build%(build_number)s/update/linux-i686/:lang/firefox-%(version)s.complete.mar",
-                    "bouncer-platform": "linux",
-                },
-                "linux64": {
-                    "path": "/firefox/candidates/%(version)s-candidates/build%(build_number)s/update/linux-x86_64/:lang/firefox-%(version)s.complete.mar",
-                    "bouncer-platform": "linux64",
-                },
-                "macosx64": {
-                    "path": "/firefox/candidates/%(version)s-candidates/build%(build_number)s/update/mac/:lang/firefox-%(version)s.complete.mar",
-                    "bouncer-platform": "osx",
-                },
-                "win32": {
-                    "path": "/firefox/candidates/%(version)s-candidates/build%(build_number)s/update/win32/:lang/firefox-%(version)s.complete.mar",
-                    "bouncer-platform": "win",
-                },
-                "win64": {
-                    "path": "/firefox/candidates/%(version)s-candidates/build%(build_number)s/update/win64/:lang/firefox-%(version)s.complete.mar",
-                    "bouncer-platform": "win64",
-                },
-            },
-        },
-    },
-    "partials": {
-        "releases-dir": {
-            "product-name": "Firefox-%(version)s-Partial-%(prev_version)s",
-            "check_uptake": True,
-            "ssl-only": False,
-            "add-locales": True,
-            "paths": {
-                "linux": {
-                    "path": "/firefox/releases/%(version)s/update/linux-i686/:lang/firefox-%(prev_version)s-%(version)s.partial.mar",
-                    "bouncer-platform": "linux",
-                },
-                "linux64": {
-                    "path": "/firefox/releases/%(version)s/update/linux-x86_64/:lang/firefox-%(prev_version)s-%(version)s.partial.mar",
-                    "bouncer-platform": "linux64",
-                },
-                "macosx64": {
-                    "path": "/firefox/releases/%(version)s/update/mac/:lang/firefox-%(prev_version)s-%(version)s.partial.mar",
-                    "bouncer-platform": "osx",
-                },
-                "win32": {
-                    "path": "/firefox/releases/%(version)s/update/win32/:lang/firefox-%(prev_version)s-%(version)s.partial.mar",
-                    "bouncer-platform": "win",
-                },
-                "win64": {
-                    "path": "/firefox/releases/%(version)s/update/win64/:lang/firefox-%(prev_version)s-%(version)s.partial.mar",
-                    "bouncer-platform": "win64",
-                },
-            },
-        },
-        "candidates-dir": {
-            "product-name": "Firefox-%(version)sbuild%(build_number)s-Partial-%(prev_version)sbuild%(prev_build_number)s",
-            "check_uptake": False,
-            "ssl-only": False,
-            "add-locales": True,
-            "paths": {
-                "linux": {
-                    "path": "/firefox/candidates/%(version)s-candidates/build%(build_number)s/update/linux-i686/:lang/firefox-%(prev_version)s-%(version)s.partial.mar",
-                    "bouncer-platform": "linux",
-                },
-                "linux64": {
-                    "path": "/firefox/candidates/%(version)s-candidates/build%(build_number)s/update/linux-x86_64/:lang/firefox-%(prev_version)s-%(version)s.partial.mar",
-                    "bouncer-platform": "linux64",
-                },
-                "macosx64": {
-                    "path": "/firefox/candidates/%(version)s-candidates/build%(build_number)s/update/mac/:lang/firefox-%(prev_version)s-%(version)s.partial.mar",
-                    "bouncer-platform": "osx",
-                },
-                "win32": {
-                    "path": "/firefox/candidates/%(version)s-candidates/build%(build_number)s/update/win32/:lang/firefox-%(prev_version)s-%(version)s.partial.mar",
-                    "bouncer-platform": "win",
-                },
-                "win64": {
-                    "path": "/firefox/candidates/%(version)s-candidates/build%(build_number)s/update/win64/:lang/firefox-%(prev_version)s-%(version)s.partial.mar",
-                    "bouncer-platform": "win64",
-                },
-            },
-        },
-    },
-}
deleted file mode 100644
--- a/testing/mozharness/configs/releases/dev_bouncer_firefox_beta.py
+++ /dev/null
@@ -1,138 +0,0 @@
-# lint_ignore=E501
-config = {
-    "bouncer_prefix": "https://bouncer-bouncer-releng.stage.mozaws.net/",
-    "products": {
-        "installer": {
-            "product-name": "Firefox-%(version)s",
-            "check_uptake": True,
-            "alias": "firefox-beta-latest",
-            "ssl-only": False,
-            "add-locales": False,
-            "paths": {
-                "linux": {
-                    "path": "/firefox/releases/%(version)s/linux-i686/:lang/firefox-%(version)s.tar.bz2",
-                    "bouncer-platform": "linux",
-                },
-                "linux64": {
-                    "path": "/firefox/releases/%(version)s/linux-x86_64/:lang/firefox-%(version)s.tar.bz2",
-                    "bouncer-platform": "linux64",
-                },
-                "macosx64": {
-                    "path": "/firefox/releases/%(version)s/mac/:lang/Firefox%%20%(version)s.dmg",
-                    "bouncer-platform": "osx",
-                },
-                "win32": {
-                    "path": "/firefox/releases/%(version)s/win32/:lang/Firefox%%20Setup%%20%(version)s.exe",
-                    "bouncer-platform": "win",
-                },
-                "win64": {
-                    "path": "/firefox/releases/%(version)s/win64/:lang/Firefox%%20Setup%%20%(version)s.exe",
-                    "bouncer-platform": "win64",
-                },
-            },
-        },
-        "installer-ssl": {
-            "product-name": "Firefox-%(version)s-SSL",
-            "check_uptake": True,
-            "ssl-only": True,
-            "add-locales": False,
-            "paths": {
-                "linux": {
-                    "path": "/firefox/releases/%(version)s/linux-i686/:lang/firefox-%(version)s.tar.bz2",
-                    "bouncer-platform": "linux",
-                },
-                "linux64": {
-                    "path": "/firefox/releases/%(version)s/linux-x86_64/:lang/firefox-%(version)s.tar.bz2",
-                    "bouncer-platform": "linux64",
-                },
-                "macosx64": {
-                    "path": "/firefox/releases/%(version)s/mac/:lang/Firefox%%20%(version)s.dmg",
-                    "bouncer-platform": "osx",
-                },
-                "win32": {
-                    "path": "/firefox/releases/%(version)s/win32/:lang/Firefox%%20Setup%%20%(version)s.exe",
-                    "bouncer-platform": "win",
-                },
-                "win64": {
-                    "path": "/firefox/releases/%(version)s/win64/:lang/Firefox%%20Setup%%20%(version)s.exe",
-                    "bouncer-platform": "win64",
-                },
-            },
-        },
-        "stub-installer": {
-            "product-name": "Firefox-%(version)s-stub",
-            "check_uptake": True,
-            "alias": "firefox-beta-stub",
-            "ssl-only": True,
-            "add-locales": False,
-            "paths": {
-                "win32": {
-                    "path": "/firefox/releases/%(version)s/win32/:lang/Firefox%%20Installer.exe",
-                    "bouncer-platform": "win",
-                },
-                "win64": {
-                    "path": "/firefox/releases/%(version)s/win32/:lang/Firefox%%20Installer.exe",
-                    "bouncer-platform": "win64",
-                },
-            },
-        },
-        "complete-mar": {
-            "product-name": "Firefox-%(version)s-Complete",
-            "check_uptake": True,
-            "ssl-only": False,
-            "add-locales": False,
-            "paths": {
-                "linux": {
-                    "path": "/firefox/releases/%(version)s/update/linux-i686/:lang/firefox-%(version)s.complete.mar",
-                    "bouncer-platform": "linux",
-                },
-                "linux64": {
-                    "path": "/firefox/releases/%(version)s/update/linux-x86_64/:lang/firefox-%(version)s.complete.mar",
-                    "bouncer-platform": "linux64",
-                },
-                "macosx64": {
-                    "path": "/firefox/releases/%(version)s/update/mac/:lang/firefox-%(version)s.complete.mar",
-                    "bouncer-platform": "osx",
-                },
-                "win32": {
-                    "path": "/firefox/releases/%(version)s/update/win32/:lang/firefox-%(version)s.complete.mar",
-                    "bouncer-platform": "win",
-                },
-                "win64": {
-                    "path": "/firefox/releases/%(version)s/update/win64/:lang/firefox-%(version)s.complete.mar",
-                    "bouncer-platform": "win64",
-                },
-            },
-        },
-    },
-    "partials": {
-        "releases-dir": {
-            "product-name": "Firefox-%(version)s-Partial-%(prev_version)s",
-            "check_uptake": True,
-            "ssl-only": False,
-            "add-locales": False,
-            "paths": {
-                "linux": {
-                    "path": "/firefox/releases/%(version)s/update/linux-i686/:lang/firefox-%(prev_version)s-%(version)s.partial.mar",
-                    "bouncer-platform": "linux",
-                },
-                "linux64": {
-                    "path": "/firefox/releases/%(version)s/update/linux-x86_64/:lang/firefox-%(prev_version)s-%(version)s.partial.mar",
-                    "bouncer-platform": "linux64",
-                },
-                "macosx64": {
-                    "path": "/firefox/releases/%(version)s/update/mac/:lang/firefox-%(prev_version)s-%(version)s.partial.mar",
-                    "bouncer-platform": "osx",
-                },
-                "win32": {
-                    "path": "/firefox/releases/%(version)s/update/win32/:lang/firefox-%(prev_version)s-%(version)s.partial.mar",
-                    "bouncer-platform": "win",
-                },
-                "win64": {
-                    "path": "/firefox/releases/%(version)s/update/win64/:lang/firefox-%(prev_version)s-%(version)s.partial.mar",
-                    "bouncer-platform": "win64",
-                },
-            },
-        },
-    },
-}
deleted file mode 100644
--- a/testing/mozharness/configs/releases/dev_bouncer_firefox_devedition.py
+++ /dev/null
@@ -1,139 +0,0 @@
-# lint_ignore=E501
-config = {
-    "shipped-locales-url": "https://hg.mozilla.org/%(repo)s/raw-file/%(revision)s/browser/locales/shipped-locales",
-    "bouncer_prefix": "https://bouncer-bouncer-releng.stage.mozaws.net/",
-    "products": {
-        "installer": {
-            "product-name": "Devedition-%(version)s",
-            "check_uptake": True,
-            "alias": "firefox-devedition-latest",
-            "ssl-only": False,
-            "add-locales": True,
-            "paths": {
-                "linux": {
-                    "path": "/devedition/releases/%(version)s/linux-i686/:lang/firefox-%(version)s.tar.bz2",
-                    "bouncer-platform": "linux",
-                },
-                "linux64": {
-                    "path": "/devedition/releases/%(version)s/linux-x86_64/:lang/firefox-%(version)s.tar.bz2",
-                    "bouncer-platform": "linux64",
-                },
-                "macosx64": {
-                    "path": "/devedition/releases/%(version)s/mac/:lang/Firefox%%20%(version)s.dmg",
-                    "bouncer-platform": "osx",
-                },
-                "win32": {
-                    "path": "/devedition/releases/%(version)s/win32/:lang/Firefox%%20Setup%%20%(version)s.exe",
-                    "bouncer-platform": "win",
-                },
-                "win64": {
-                    "path": "/devedition/releases/%(version)s/win64/:lang/Firefox%%20Setup%%20%(version)s.exe",
-                    "bouncer-platform": "win64",
-                },
-            },
-        },
-        "installer-ssl": {
-            "product-name": "Devedition-%(version)s-SSL",
-            "check_uptake": True,
-            "ssl-only": True,
-            "add-locales": True,
-            "paths": {
-                "linux": {
-                    "path": "/devedition/releases/%(version)s/linux-i686/:lang/firefox-%(version)s.tar.bz2",
-                    "bouncer-platform": "linux",
-                },
-                "linux64": {
-                    "path": "/devedition/releases/%(version)s/linux-x86_64/:lang/firefox-%(version)s.tar.bz2",
-                    "bouncer-platform": "linux64",
-                },
-                "macosx64": {
-                    "path": "/devedition/releases/%(version)s/mac/:lang/Firefox%%20%(version)s.dmg",
-                    "bouncer-platform": "osx",
-                },
-                "win32": {
-                    "path": "/devedition/releases/%(version)s/win32/:lang/Firefox%%20Setup%%20%(version)s.exe",
-                    "bouncer-platform": "win",
-                },
-                "win64": {
-                    "path": "/devedition/releases/%(version)s/win64/:lang/Firefox%%20Setup%%20%(version)s.exe",
-                    "bouncer-platform": "win64",
-                },
-            },
-        },
-        "stub-installer": {
-            "product-name": "Devedition-%(version)s-stub",
-            "check_uptake": True,
-            "alias": "firefox-devedition-stub",
-            "ssl-only": True,
-            "add-locales": True,
-            "paths": {
-                "win32": {
-                    "path": "/devedition/releases/%(version)s/win32/:lang/Firefox%%20Installer.exe",
-                    "bouncer-platform": "win",
-                },
-                "win64": {
-                    "path": "/devedition/releases/%(version)s/win32/:lang/Firefox%%20Installer.exe",
-                    "bouncer-platform": "win64",
-                },
-            },
-        },
-        "complete-mar": {
-            "product-name": "Devedition-%(version)s-Complete",
-            "check_uptake": True,
-            "ssl-only": False,
-            "add-locales": True,
-            "paths": {
-                "linux": {
-                    "path": "/devedition/releases/%(version)s/update/linux-i686/:lang/firefox-%(version)s.complete.mar",
-                    "bouncer-platform": "linux",
-                },
-                "linux64": {
-                    "path": "/devedition/releases/%(version)s/update/linux-x86_64/:lang/firefox-%(version)s.complete.mar",
-                    "bouncer-platform": "linux64",
-                },
-                "macosx64": {
-                    "path": "/devedition/releases/%(version)s/update/mac/:lang/firefox-%(version)s.complete.mar",
-                    "bouncer-platform": "osx",
-                },
-                "win32": {
-                    "path": "/devedition/releases/%(version)s/update/win32/:lang/firefox-%(version)s.complete.mar",
-                    "bouncer-platform": "win",
-                },
-                "win64": {
-                    "path": "/devedition/releases/%(version)s/update/win64/:lang/firefox-%(version)s.complete.mar",
-                    "bouncer-platform": "win64",
-                },
-            },
-        },
-    },
-    "partials": {
-        "releases-dir": {
-            "product-name": "Devedition-%(version)s-Partial-%(prev_version)s",
-            "check_uptake": True,
-            "ssl-only": False,
-            "add-locales": True,
-            "paths": {
-                "linux": {
-                    "path": "/devedition/releases/%(version)s/update/linux-i686/:lang/firefox-%(prev_version)s-%(version)s.partial.mar",
-                    "bouncer-platform": "linux",
-                },
-                "linux64": {
-                    "path": "/devedition/releases/%(version)s/update/linux-x86_64/:lang/firefox-%(prev_version)s-%(version)s.partial.mar",
-                    "bouncer-platform": "linux64",
-                },
-                "macosx64": {
-                    "path": "/devedition/releases/%(version)s/update/mac/:lang/firefox-%(prev_version)s-%(version)s.partial.mar",
-                    "bouncer-platform": "osx",
-                },
-                "win32": {
-                    "path": "/devedition/releases/%(version)s/update/win32/:lang/firefox-%(prev_version)s-%(version)s.partial.mar",
-                    "bouncer-platform": "win",
-                },
-                "win64": {
-                    "path": "/devedition/releases/%(version)s/update/win64/:lang/firefox-%(prev_version)s-%(version)s.partial.mar",
-                    "bouncer-platform": "win64",
-                },
-            },
-        },
-    },
-}
deleted file mode 100644
--- a/testing/mozharness/configs/releases/dev_bouncer_firefox_esr.py
+++ /dev/null
@@ -1,123 +0,0 @@
-# lint_ignore=E501
-config = {
-    "shipped-locales-url": "https://hg.mozilla.org/%(repo)s/raw-file/%(revision)s/browser/locales/shipped-locales",
-    "bouncer_prefix": "https://bouncer-bouncer-releng.stage.mozaws.net/",
-    "products": {
-        "installer": {
-            "product-name": "Firefox-%(version)s",
-            "check_uptake": True,
-            "alias": "firefox-esr-latest",
-            "ssl-only": True,
-            "add-locales": True,
-            "paths": {
-                "linux": {
-                    "path": "/firefox/releases/%(version)s/linux-i686/:lang/firefox-%(version)s.tar.bz2",
-                    "bouncer-platform": "linux",
-                },
-                "linux64": {
-                    "path": "/firefox/releases/%(version)s/linux-x86_64/:lang/firefox-%(version)s.tar.bz2",
-                    "bouncer-platform": "linux64",
-                },
-                "macosx64": {
-                    "path": "/firefox/releases/%(version)s/mac/:lang/Firefox%%20%(version)s.dmg",
-                    "bouncer-platform": "osx",
-                },
-                "win32": {
-                    "path": "/firefox/releases/%(version)s/win32/:lang/Firefox%%20Setup%%20%(version)s.exe",
-                    "bouncer-platform": "win",
-                },
-                "win64": {
-                    "path": "/firefox/releases/%(version)s/win64/:lang/Firefox%%20Setup%%20%(version)s.exe",
-                    "bouncer-platform": "win64",
-                },
-            },
-        },
-        "installer-ssl": {
-            "product-name": "Firefox-%(version)s-SSL",
-            "check_uptake": True,
-            "alias": "firefox-esr-latest-ssl",
-            "ssl-only": True,
-            "add-locales": True,
-            "paths": {
-                "linux": {
-                    "path": "/firefox/releases/%(version)s/linux-i686/:lang/firefox-%(version)s.tar.bz2",
-                    "bouncer-platform": "linux",
-                },
-                "linux64": {
-                    "path": "/firefox/releases/%(version)s/linux-x86_64/:lang/firefox-%(version)s.tar.bz2",
-                    "bouncer-platform": "linux64",
-                },
-                "macosx64": {
-                    "path": "/firefox/releases/%(version)s/mac/:lang/Firefox%%20%(version)s.dmg",
-                    "bouncer-platform": "osx",
-                },
-                "win32": {
-                    "path": "/firefox/releases/%(version)s/win32/:lang/Firefox%%20Setup%%20%(version)s.exe",
-                    "bouncer-platform": "win",
-                },
-                "win64": {
-                    "path": "/firefox/releases/%(version)s/win64/:lang/Firefox%%20Setup%%20%(version)s.exe",
-                    "bouncer-platform": "win64",
-                },
-            },
-        },
-        "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",
-                    "bouncer-platform": "linux",
-                },
-                "linux64": {
-                    "path": "/firefox/releases/%(version)s/update/linux-x86_64/:lang/firefox-%(version)s.complete.mar",
-                    "bouncer-platform": "linux64",
-                },
-                "macosx64": {
-                    "path": "/firefox/releases/%(version)s/update/mac/:lang/firefox-%(version)s.complete.mar",
-                    "bouncer-platform": "osx",
-                },
-                "win32": {
-                    "path": "/firefox/releases/%(version)s/update/win32/:lang/firefox-%(version)s.complete.mar",
-                    "bouncer-platform": "win",
-                },
-                "win64": {
-                    "path": "/firefox/releases/%(version)s/update/win64/:lang/firefox-%(version)s.complete.mar",
-                    "bouncer-platform": "win64",
-                },
-            },
-        },
-    },
-    "partials": {
-        "releases-dir": {
-            "product-name": "Firefox-%(version)s-Partial-%(prev_version)s",
-            "check_uptake": True,
-            "ssl-only": False,
-            "add-locales": True,
-            "paths": {
-                "linux": {
-                    "path": "/firefox/releases/%(version)s/update/linux-i686/:lang/firefox-%(prev_version)s-%(version)s.partial.mar",
-                    "bouncer-platform": "linux",
-                },
-                "linux64": {
-                    "path": "/firefox/releases/%(version)s/update/linux-x86_64/:lang/firefox-%(prev_version)s-%(version)s.partial.mar",
-                    "bouncer-platform": "linux64",
-                },
-                "macosx64": {
-                    "path": "/firefox/releases/%(version)s/update/mac/:lang/firefox-%(prev_version)s-%(version)s.partial.mar",
-                    "bouncer-platform": "osx",
-                },
-                "win32": {
-                    "path": "/firefox/releases/%(version)s/update/win32/:lang/firefox-%(prev_version)s-%(version)s.partial.mar",
-                    "bouncer-platform": "win",
-                },
-                "win64": {
-                    "path": "/firefox/releases/%(version)s/update/win64/:lang/firefox-%(prev_version)s-%(version)s.partial.mar",
-                    "bouncer-platform": "win64",
-                },
-            },
-        },
-    },
-}