Bug 1446976 - Make en-US the only locale checked on testing branches r=jlorenzo DONTBUILD draft
authorRail Aliiev <rail@mozilla.com>
Mon, 19 Mar 2018 12:11:09 -0400
changeset 769451 8aff7cb2e9b78568a2a2a4bccf4d4382d37ea99c
parent 769450 5834cccb1426638bc342e90789c054865cbebfc8
push id103125
push userbmo:rail@mozilla.com
push dateMon, 19 Mar 2018 16:11:36 +0000
reviewersjlorenzo
bugs1446976
milestone61.0a1
Bug 1446976 - Make en-US the only locale checked on testing branches r=jlorenzo DONTBUILD MozReview-Commit-ID: J9e26cE1ZQu
testing/mozharness/configs/releases/dev_bouncer_firefox_beta.py
testing/mozharness/configs/releases/dev_bouncer_firefox_devedition.py
--- a/testing/mozharness/configs/releases/dev_bouncer_firefox_beta.py
+++ b/testing/mozharness/configs/releases/dev_bouncer_firefox_beta.py
@@ -1,11 +1,12 @@
 # lint_ignore=E501
 config = {
     "bouncer_prefix": "https://bouncer-bouncer-releng.stage.mozaws.net/",
+    "locales": ["en-US"],
     "products": {
         "installer": {
             "product-name": "Firefox-%(version)s",
             "check_uptake": True,
             "alias": "firefox-beta-latest",
             "ssl-only": False,
             "add-locales": False,
             "paths": {
--- a/testing/mozharness/configs/releases/dev_bouncer_firefox_devedition.py
+++ b/testing/mozharness/configs/releases/dev_bouncer_firefox_devedition.py
@@ -1,11 +1,12 @@
 # lint_ignore=E501
 config = {
     "shipped-locales-url": "https://hg.mozilla.org/%(repo)s/raw-file/%(revision)s/browser/locales/shipped-locales",
+    "locales": ["en-US"],
     "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,