Bug 1458810 - Add missing single_locale config for esr60 l10n repacks r=sfraser draft
authorJohan Lorenzo <jlorenzo@mozilla.com>
Thu, 03 May 2018 10:03:17 +0200
changeset 790963 2e15da82ed232cf0fdafda42e3d8b6233f16e4dc
parent 790962 fcf3e11f9f8b39f42e791b442dbf0d9c7401915f
push id108656
push userbmo:jlorenzo@mozilla.com
push dateThu, 03 May 2018 08:03:49 +0000
reviewerssfraser
bugs1458810
milestone60.0
Bug 1458810 - Add missing single_locale config for esr60 l10n repacks r=sfraser MozReview-Commit-ID: CqaltqmNJxq
testing/mozharness/configs/single_locale/mozilla-esr60.py
new file mode 100644
--- /dev/null
+++ b/testing/mozharness/configs/single_locale/mozilla-esr60.py
@@ -0,0 +1,31 @@
+import os
+
+config = {
+    "nightly_build": True,
+    "branch": "mozilla-esr60",
+    "en_us_binary_url": "http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-mozilla-esr60/",
+    "update_channel": "esr",
+
+    # l10n
+    "hg_l10n_base": "https://hg.mozilla.org/l10n-central",
+
+    # mar
+    "mar_tools_url": os.environ["MAR_TOOLS_URL"],
+
+    # repositories
+    "repos": [{
+        "vcs": "hg",
+        "repo": "https://hg.mozilla.org/build/tools",
+        "branch": "default",
+        "dest": "tools",
+    }, {
+        "vcs": "hg",
+        "repo": "https://hg.mozilla.org/releases/mozilla-esr60",
+        "revision": "%(revision)s",
+        "dest": "mozilla-esr60",
+        "clone_upstream_url": "https://hg.mozilla.org/mozilla-unified",
+    }],
+    # purge options
+    'purge_minsize': 12,
+    'is_automation': True,
+}