Bug 1358614 - new balrog config for devedition on beta. r=rail a=release DONTBUILD draft
authorMihai Tabara <mtabara@mozilla.com>
Wed, 24 May 2017 14:35:14 +0300
changeset 583655 5f58e7a8fc95171977c5433427012e5ff3d0f892
parent 583654 9b786cc1d17a13dc8852a47373fad4ecf7195b3a
child 630153 ef08687a2fd1d3f41eb357913c99e671d9531dfd
push id60495
push userbmo:mtabara@mozilla.com
push dateWed, 24 May 2017 11:38:17 +0000
reviewersrail, release
bugs1358614
milestone55.0a1
Bug 1358614 - new balrog config for devedition on beta. r=rail a=release DONTBUILD MozReview-Commit-ID: CHPk5GCI5nE
testing/mozharness/configs/releases/updates_firefox_devedition.py
new file mode 100644
--- /dev/null
+++ b/testing/mozharness/configs/releases/updates_firefox_devedition.py
@@ -0,0 +1,35 @@
+
+config = {
+    "log_name": "updates_devedition",
+    "repo": {
+        "repo": "https://hg.mozilla.org/build/tools",
+        "branch": "default",
+        "dest": "tools",
+        "vcs": "hg",
+    },
+    "vcs_share_base": "/builds/hg-shared",
+    "push_dest": "ssh://hg.mozilla.org/build/tools",
+    "shipped-locales-url": "https://hg.mozilla.org/releases/mozilla-beta/raw-file/{revision}/browser/locales/shipped-locales",
+    "ignore_no_changes": True,
+    "ssh_user": "ffxbld",
+    "ssh_key": "~/.ssh/ffxbld_rsa",
+    "archive_domain": "archive.mozilla.org",
+    "archive_prefix": "https://archive.mozilla.org/pub",
+    "previous_archive_prefix": "https://archive.mozilla.org/pub",
+    "download_domain": "download.mozilla.org",
+    "balrog_url": "https://aus5.mozilla.org",
+    "balrog_username": "ffxbld",
+    "update_channels": {
+        "aurora": {
+            "version_regex": r"^.*$",
+            "requires_mirrors": True,
+            "patcher_config": "mozDevedition-branch-patcher2.cfg",
+            "update_verify_channel": "aurora-localtest",
+            "mar_channel_ids": [],
+            "channel_names": ["aurora", "aurora-localtest", "aurora-cdntest"],
+            "rules_to_update": ["devedition-cdntest", "devedition-localtest"],
+            "publish_rules": ["devedition"],
+        },
+    },
+    "balrog_use_dummy_suffix": False,
+}