diff options
Diffstat (limited to 'testing/mozharness/configs/releases/updates_firefox_esr52.py')
-rw-r--r-- | testing/mozharness/configs/releases/updates_firefox_esr52.py | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/testing/mozharness/configs/releases/updates_firefox_esr52.py b/testing/mozharness/configs/releases/updates_firefox_esr52.py new file mode 100644 index 000000000..6c5a05cf9 --- /dev/null +++ b/testing/mozharness/configs/releases/updates_firefox_esr52.py @@ -0,0 +1,35 @@ + +config = { + "log_name": "updates_esr52", + "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-esr52/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": "balrog-ffxbld", + "update_channels": { + "esr": { + "version_regex": r".*", + "requires_mirrors": True, + "patcher_config": "mozEsr52-branch-patcher2.cfg", + "update_verify_channel": "esr-localtest", + "mar_channel_ids": [], + "channel_names": ["esr", "esr-localtest", "esr-cdntest"], + "rules_to_update": ["esr52-cdntest", "esr52-localtest"], + "publish_rules": [521], + }, + }, + "balrog_use_dummy_suffix": False, +} |