summaryrefslogtreecommitdiffstats
path: root/testing/mozharness/configs/single_locale/dev-mozilla-beta.py
diff options
context:
space:
mode:
Diffstat (limited to 'testing/mozharness/configs/single_locale/dev-mozilla-beta.py')
-rw-r--r--testing/mozharness/configs/single_locale/dev-mozilla-beta.py37
1 files changed, 37 insertions, 0 deletions
diff --git a/testing/mozharness/configs/single_locale/dev-mozilla-beta.py b/testing/mozharness/configs/single_locale/dev-mozilla-beta.py
new file mode 100644
index 000000000..ef96b9b7c
--- /dev/null
+++ b/testing/mozharness/configs/single_locale/dev-mozilla-beta.py
@@ -0,0 +1,37 @@
+config = {
+ "branch": "date",
+ "nightly_build": True,
+ "update_channel": "beta-dev",
+
+ # l10n
+ "hg_l10n_base": "https://hg.mozilla.org/releases/l10n/mozilla-beta",
+
+ # repositories
+ # staging beta dev releases use date repo for now
+ "mozilla_dir": "date",
+ "repos": [{
+ "vcs": "hg",
+ "repo": "https://hg.mozilla.org/build/tools",
+ "branch": "default",
+ "dest": "tools",
+ }, {
+ "vcs": "hg",
+ "repo": "https://hg.mozilla.org/projects/date",
+ "branch": "%(revision)s",
+ "dest": "date",
+ "clone_upstream_url": "https://hg.mozilla.org/mozilla-unified",
+ }],
+ # purge options
+ 'is_automation': True,
+ 'purge_minsize': 12,
+ 'default_actions': [
+ "clobber",
+ "pull",
+ "clone-locales",
+ "list-locales",
+ "setup",
+ "repack",
+ "taskcluster-upload",
+ "summary",
+ ],
+}