diff options
Diffstat (limited to 'testing/mozharness/configs/multi_locale')
32 files changed, 859 insertions, 0 deletions
diff --git a/testing/mozharness/configs/multi_locale/android-mozharness-build.json b/testing/mozharness/configs/multi_locale/android-mozharness-build.json new file mode 100644 index 000000000..b28f5c015 --- /dev/null +++ b/testing/mozharness/configs/multi_locale/android-mozharness-build.json @@ -0,0 +1,5 @@ +{ + "work_dir": "build", + "locales_file": "src/mobile/android/locales/maemo-locales", + "mozilla_dir": "src" +} diff --git a/testing/mozharness/configs/multi_locale/ash_android-x86.json b/testing/mozharness/configs/multi_locale/ash_android-x86.json new file mode 100644 index 000000000..6a37ce24f --- /dev/null +++ b/testing/mozharness/configs/multi_locale/ash_android-x86.json @@ -0,0 +1,28 @@ +{ + "work_dir": ".", + "log_name": "multilocale", + "objdir": "obj-firefox", + "locales_file": "build/mobile/android/locales/maemo-locales", + "locales_dir": "mobile/android/locales", + "ignore_locales": ["en-US", "multi"], + "repos": [{ + "repo": "https://hg.mozilla.org/projects/ash", + "branch": "default", + "dest": "build" + },{ + "repo": "https://hg.mozilla.org/build/buildbot-configs", + "branch": "production", + "dest": "build/configs" + },{ + "repo": "https://hg.mozilla.org/build/tools", + "branch": "default", + "dest": "tools" + }], + "vcs_share_base": "/builds/hg-shared", + "hg_l10n_base": "https://hg.mozilla.org/l10n-central", + "hg_l10n_tag": "default", + "l10n_dir": "l10n-central", + "merge_locales": true, + "mozilla_dir": "build", + "mozconfig": "build/mobile/android/config/mozconfigs/android-x86/nightly" +} diff --git a/testing/mozharness/configs/multi_locale/ash_android.json b/testing/mozharness/configs/multi_locale/ash_android.json new file mode 100644 index 000000000..831d4f7c3 --- /dev/null +++ b/testing/mozharness/configs/multi_locale/ash_android.json @@ -0,0 +1,27 @@ +{ + "work_dir": ".", + "log_name": "multilocale", + "objdir": "obj-firefox", + "locales_file": "build/mobile/android/locales/maemo-locales", + "locales_dir": "mobile/android/locales", + "ignore_locales": ["en-US", "multi"], + "repos": [{ + "repo": "https://hg.mozilla.org/projects/ash", + "branch": "default", + "dest": "build" + },{ + "repo": "https://hg.mozilla.org/build/buildbot-configs", + "branch": "production", + "dest": "build/configs" + },{ + "repo": "https://hg.mozilla.org/build/tools", + "branch": "default", + "dest": "tools" + }], + "vcs_share_base": "/builds/hg-shared", + "hg_l10n_base": "https://hg.mozilla.org/l10n-central", + "hg_l10n_tag": "default", + "l10n_dir": "l10n-central", + "merge_locales": true, + "mozilla_dir": "build" +} diff --git a/testing/mozharness/configs/multi_locale/b2g_linux32.py b/testing/mozharness/configs/multi_locale/b2g_linux32.py new file mode 100644 index 000000000..8403f7553 --- /dev/null +++ b/testing/mozharness/configs/multi_locale/b2g_linux32.py @@ -0,0 +1,2 @@ +config = { +} diff --git a/testing/mozharness/configs/multi_locale/b2g_linux64.py b/testing/mozharness/configs/multi_locale/b2g_linux64.py new file mode 100644 index 000000000..8403f7553 --- /dev/null +++ b/testing/mozharness/configs/multi_locale/b2g_linux64.py @@ -0,0 +1,2 @@ +config = { +} diff --git a/testing/mozharness/configs/multi_locale/b2g_macosx64.py b/testing/mozharness/configs/multi_locale/b2g_macosx64.py new file mode 100644 index 000000000..8403f7553 --- /dev/null +++ b/testing/mozharness/configs/multi_locale/b2g_macosx64.py @@ -0,0 +1,2 @@ +config = { +} diff --git a/testing/mozharness/configs/multi_locale/b2g_win32.py b/testing/mozharness/configs/multi_locale/b2g_win32.py new file mode 100644 index 000000000..a82ce7155 --- /dev/null +++ b/testing/mozharness/configs/multi_locale/b2g_win32.py @@ -0,0 +1,8 @@ +import sys + +config = { + "exes": { + "hg": "c:/mozilla-build/hg/hg", + "make": [sys.executable, "%(abs_work_dir)s/build/build/pymake/make.py"], + }, +} diff --git a/testing/mozharness/configs/multi_locale/mozilla-aurora_android-armv6.json b/testing/mozharness/configs/multi_locale/mozilla-aurora_android-armv6.json new file mode 100644 index 000000000..dc50707cf --- /dev/null +++ b/testing/mozharness/configs/multi_locale/mozilla-aurora_android-armv6.json @@ -0,0 +1,28 @@ +{ + "work_dir": ".", + "log_name": "multilocale", + "objdir": "obj-firefox", + "locales_file": "build/mobile/android/locales/maemo-locales", + "locales_dir": "mobile/android/locales", + "ignore_locales": ["en-US", "multi"], + "repos": [{ + "repo": "https://hg.mozilla.org/releases/mozilla-aurora", + "branch": "default", + "dest": "build" + },{ + "repo": "https://hg.mozilla.org/build/buildbot-configs", + "branch": "production", + "dest": "build/configs" + },{ + "repo": "https://hg.mozilla.org/build/tools", + "branch": "default", + "dest": "tools" + }], + "vcs_share_base": "/builds/hg-shared", + "hg_l10n_base": "https://hg.mozilla.org/releases/l10n/mozilla-aurora", + "hg_l10n_tag": "default", + "l10n_dir": "mozilla-aurora", + "merge_locales": true, + "mozilla_dir": "build", + "mozconfig": "build/mobile/android/config/mozconfigs/android-armv6/nightly" +} diff --git a/testing/mozharness/configs/multi_locale/mozilla-aurora_android-x86.json b/testing/mozharness/configs/multi_locale/mozilla-aurora_android-x86.json new file mode 100644 index 000000000..bd5f8b6ba --- /dev/null +++ b/testing/mozharness/configs/multi_locale/mozilla-aurora_android-x86.json @@ -0,0 +1,28 @@ +{ + "work_dir": ".", + "log_name": "multilocale", + "objdir": "obj-firefox", + "locales_file": "build/mobile/android/locales/maemo-locales", + "locales_dir": "mobile/android/locales", + "ignore_locales": ["en-US", "multi"], + "repos": [{ + "repo": "https://hg.mozilla.org/releases/mozilla-aurora", + "branch": "default", + "dest": "build" + },{ + "repo": "https://hg.mozilla.org/build/buildbot-configs", + "branch": "production", + "dest": "build/configs" + },{ + "repo": "https://hg.mozilla.org/build/tools", + "branch": "default", + "dest": "tools" + }], + "vcs_share_base": "/builds/hg-shared", + "hg_l10n_base": "https://hg.mozilla.org/releases/l10n/mozilla-aurora", + "hg_l10n_tag": "default", + "l10n_dir": "mozilla-aurora", + "merge_locales": true, + "mozilla_dir": "build", + "mozconfig": "build/mobile/android/config/mozconfigs/android-x86/nightly" +} diff --git a/testing/mozharness/configs/multi_locale/mozilla-aurora_android.json b/testing/mozharness/configs/multi_locale/mozilla-aurora_android.json new file mode 100644 index 000000000..1cc38e35b --- /dev/null +++ b/testing/mozharness/configs/multi_locale/mozilla-aurora_android.json @@ -0,0 +1,27 @@ +{ + "work_dir": ".", + "log_name": "multilocale", + "objdir": "obj-firefox", + "locales_file": "build/mobile/android/locales/maemo-locales", + "locales_dir": "mobile/android/locales", + "ignore_locales": ["en-US", "multi"], + "repos": [{ + "repo": "https://hg.mozilla.org/releases/mozilla-aurora", + "branch": "default", + "dest": "build" + },{ + "repo": "https://hg.mozilla.org/build/buildbot-configs", + "branch": "production", + "dest": "build/configs" + },{ + "repo": "https://hg.mozilla.org/build/tools", + "branch": "default", + "dest": "tools" + }], + "vcs_share_base": "/builds/hg-shared", + "hg_l10n_base": "https://hg.mozilla.org/releases/l10n/mozilla-aurora", + "hg_l10n_tag": "default", + "l10n_dir": "mozilla-aurora", + "merge_locales": true, + "mozilla_dir": "build" +} diff --git a/testing/mozharness/configs/multi_locale/mozilla-beta_android-armv6.json b/testing/mozharness/configs/multi_locale/mozilla-beta_android-armv6.json new file mode 100644 index 000000000..4cffd4807 --- /dev/null +++ b/testing/mozharness/configs/multi_locale/mozilla-beta_android-armv6.json @@ -0,0 +1,28 @@ +{ + "work_dir": ".", + "log_name": "multilocale", + "objdir": "obj-firefox", + "locales_file": "build/mobile/android/locales/maemo-locales", + "locales_dir": "mobile/android/locales", + "ignore_locales": ["en-US", "multi"], + "repos": [{ + "repo": "https://hg.mozilla.org/releases/mozilla-beta", + "branch": "default", + "dest": "build" + },{ + "repo": "https://hg.mozilla.org/build/buildbot-configs", + "branch": "production", + "dest": "build/configs" + },{ + "repo": "https://hg.mozilla.org/build/tools", + "branch": "default", + "dest": "tools" + }], + "vcs_share_base": "/builds/hg-shared", + "hg_l10n_base": "https://hg.mozilla.org/releases/l10n/mozilla-beta", + "hg_l10n_tag": "default", + "l10n_dir": "mozilla-beta", + "merge_locales": true, + "mozilla_dir": "build", + "mozconfig": "build/mobile/android/config/mozconfigs/android-armv6/nightly" +} diff --git a/testing/mozharness/configs/multi_locale/mozilla-beta_android-x86.json b/testing/mozharness/configs/multi_locale/mozilla-beta_android-x86.json new file mode 100644 index 000000000..233e740aa --- /dev/null +++ b/testing/mozharness/configs/multi_locale/mozilla-beta_android-x86.json @@ -0,0 +1,28 @@ +{ + "work_dir": ".", + "log_name": "multilocale", + "objdir": "obj-firefox", + "locales_file": "build/mobile/android/locales/maemo-locales", + "locales_dir": "mobile/android/locales", + "ignore_locales": ["en-US", "multi"], + "repos": [{ + "repo": "https://hg.mozilla.org/releases/mozilla-beta", + "branch": "default", + "dest": "build" + },{ + "repo": "https://hg.mozilla.org/build/buildbot-configs", + "branch": "production", + "dest": "build/configs" + },{ + "repo": "https://hg.mozilla.org/build/tools", + "branch": "default", + "dest": "tools" + }], + "vcs_share_base": "/builds/hg-shared", + "hg_l10n_base": "https://hg.mozilla.org/releases/l10n/mozilla-beta", + "hg_l10n_tag": "default", + "l10n_dir": "mozilla-beta", + "merge_locales": true, + "mozilla_dir": "build", + "mozconfig": "build/mobile/android/config/mozconfigs/android-x86/nightly" +} diff --git a/testing/mozharness/configs/multi_locale/mozilla-beta_android.json b/testing/mozharness/configs/multi_locale/mozilla-beta_android.json new file mode 100644 index 000000000..c9d0e4d6b --- /dev/null +++ b/testing/mozharness/configs/multi_locale/mozilla-beta_android.json @@ -0,0 +1,27 @@ +{ + "work_dir": ".", + "log_name": "multilocale", + "objdir": "obj-firefox", + "locales_file": "build/mobile/android/locales/maemo-locales", + "locales_dir": "mobile/android/locales", + "ignore_locales": ["en-US", "multi"], + "repos": [{ + "repo": "https://hg.mozilla.org/releases/mozilla-beta", + "branch": "default", + "dest": "build" + },{ + "repo": "https://hg.mozilla.org/build/buildbot-configs", + "branch": "production", + "dest": "build/configs" + },{ + "repo": "https://hg.mozilla.org/build/tools", + "branch": "default", + "dest": "tools" + }], + "vcs_share_base": "/builds/hg-shared", + "hg_l10n_base": "https://hg.mozilla.org/releases/l10n/mozilla-beta", + "hg_l10n_tag": "default", + "l10n_dir": "mozilla-beta", + "merge_locales": true, + "mozilla_dir": "build" +} diff --git a/testing/mozharness/configs/multi_locale/mozilla-central_android-armv6.json b/testing/mozharness/configs/multi_locale/mozilla-central_android-armv6.json new file mode 100644 index 000000000..1b27a017e --- /dev/null +++ b/testing/mozharness/configs/multi_locale/mozilla-central_android-armv6.json @@ -0,0 +1,28 @@ +{ + "work_dir": ".", + "log_name": "multilocale", + "objdir": "obj-firefox", + "locales_file": "build/mobile/android/locales/maemo-locales", + "locales_dir": "mobile/android/locales", + "ignore_locales": ["en-US", "multi"], + "repos": [{ + "repo": "https://hg.mozilla.org/mozilla-central", + "branch": "default", + "dest": "build" + },{ + "repo": "https://hg.mozilla.org/build/buildbot-configs", + "branch": "production", + "dest": "build/configs" + },{ + "repo": "https://hg.mozilla.org/build/tools", + "branch": "default", + "dest": "tools" + }], + "vcs_share_base": "/builds/hg-shared", + "hg_l10n_base": "https://hg.mozilla.org/l10n-central", + "hg_l10n_tag": "default", + "l10n_dir": "l10n-central", + "merge_locales": true, + "mozilla_dir": "build", + "mozconfig": "build/mobile/android/config/mozconfigs/android-armv6/nightly" +} diff --git a/testing/mozharness/configs/multi_locale/mozilla-central_android-x86.json b/testing/mozharness/configs/multi_locale/mozilla-central_android-x86.json new file mode 100644 index 000000000..0873a0198 --- /dev/null +++ b/testing/mozharness/configs/multi_locale/mozilla-central_android-x86.json @@ -0,0 +1,28 @@ +{ + "work_dir": ".", + "log_name": "multilocale", + "objdir": "obj-firefox", + "locales_file": "build/mobile/android/locales/maemo-locales", + "locales_dir": "mobile/android/locales", + "ignore_locales": ["en-US", "multi"], + "repos": [{ + "repo": "https://hg.mozilla.org/mozilla-central", + "branch": "default", + "dest": "build" + },{ + "repo": "https://hg.mozilla.org/build/buildbot-configs", + "branch": "production", + "dest": "build/configs" + },{ + "repo": "https://hg.mozilla.org/build/tools", + "branch": "default", + "dest": "tools" + }], + "vcs_share_base": "/builds/hg-shared", + "hg_l10n_base": "https://hg.mozilla.org/l10n-central", + "hg_l10n_tag": "default", + "l10n_dir": "l10n-central", + "merge_locales": true, + "mozilla_dir": "build", + "mozconfig": "build/mobile/android/config/mozconfigs/android-x86/nightly" +} diff --git a/testing/mozharness/configs/multi_locale/mozilla-central_android.json b/testing/mozharness/configs/multi_locale/mozilla-central_android.json new file mode 100644 index 000000000..67d195242 --- /dev/null +++ b/testing/mozharness/configs/multi_locale/mozilla-central_android.json @@ -0,0 +1,27 @@ +{ + "work_dir": ".", + "log_name": "multilocale", + "objdir": "obj-firefox", + "locales_file": "build/mobile/android/locales/maemo-locales", + "locales_dir": "mobile/android/locales", + "ignore_locales": ["en-US", "multi"], + "repos": [{ + "repo": "https://hg.mozilla.org/mozilla-central", + "branch": "default", + "dest": "build" + },{ + "repo": "https://hg.mozilla.org/build/buildbot-configs", + "branch": "production", + "dest": "build/configs" + },{ + "repo": "https://hg.mozilla.org/build/tools", + "branch": "default", + "dest": "tools" + }], + "vcs_share_base": "/builds/hg-shared", + "hg_l10n_base": "https://hg.mozilla.org/l10n-central", + "hg_l10n_tag": "default", + "l10n_dir": "l10n-central", + "merge_locales": true, + "mozilla_dir": "build" +} diff --git a/testing/mozharness/configs/multi_locale/mozilla-release_android-armv6.json b/testing/mozharness/configs/multi_locale/mozilla-release_android-armv6.json new file mode 100644 index 000000000..fbfff0d7c --- /dev/null +++ b/testing/mozharness/configs/multi_locale/mozilla-release_android-armv6.json @@ -0,0 +1,28 @@ +{ + "work_dir": ".", + "log_name": "multilocale", + "objdir": "obj-firefox", + "locales_file": "build/mobile/android/locales/maemo-locales", + "locales_dir": "mobile/android/locales", + "ignore_locales": ["en-US", "multi"], + "repos": [{ + "repo": "https://hg.mozilla.org/releases/mozilla-release", + "branch": "default", + "dest": "build" + },{ + "repo": "https://hg.mozilla.org/build/buildbot-configs", + "branch": "production", + "dest": "build/configs" + },{ + "repo": "https://hg.mozilla.org/build/tools", + "branch": "default", + "dest": "tools" + }], + "vcs_share_base": "/builds/hg-shared", + "hg_l10n_base": "https://hg.mozilla.org/releases/l10n/mozilla-release", + "hg_l10n_tag": "default", + "l10n_dir": "mozilla-release", + "merge_locales": true, + "mozilla_dir": "build", + "mozconfig": "build/mobile/android/config/mozconfigs/android-armv6/nightly" +} diff --git a/testing/mozharness/configs/multi_locale/mozilla-release_android-x86.json b/testing/mozharness/configs/multi_locale/mozilla-release_android-x86.json new file mode 100644 index 000000000..96aa60cef --- /dev/null +++ b/testing/mozharness/configs/multi_locale/mozilla-release_android-x86.json @@ -0,0 +1,28 @@ +{ + "work_dir": ".", + "log_name": "multilocale", + "objdir": "obj-firefox", + "locales_file": "build/mobile/android/locales/maemo-locales", + "locales_dir": "mobile/android/locales", + "ignore_locales": ["en-US", "multi"], + "repos": [{ + "repo": "https://hg.mozilla.org/releases/mozilla-release", + "branch": "default", + "dest": "build" + },{ + "repo": "https://hg.mozilla.org/build/buildbot-configs", + "branch": "production", + "dest": "build/configs" + },{ + "repo": "https://hg.mozilla.org/build/tools", + "branch": "default", + "dest": "tools" + }], + "vcs_share_base": "/builds/hg-shared", + "hg_l10n_base": "https://hg.mozilla.org/releases/l10n/mozilla-release", + "hg_l10n_tag": "default", + "l10n_dir": "mozilla-release", + "merge_locales": true, + "mozilla_dir": "build", + "mozconfig": "build/mobile/android/config/mozconfigs/android-x86/nightly" +} diff --git a/testing/mozharness/configs/multi_locale/mozilla-release_android.json b/testing/mozharness/configs/multi_locale/mozilla-release_android.json new file mode 100644 index 000000000..9a737f9a9 --- /dev/null +++ b/testing/mozharness/configs/multi_locale/mozilla-release_android.json @@ -0,0 +1,27 @@ +{ + "work_dir": ".", + "log_name": "multilocale", + "objdir": "obj-firefox", + "locales_file": "build/mobile/android/locales/maemo-locales", + "locales_dir": "mobile/android/locales", + "ignore_locales": ["en-US", "multi"], + "repos": [{ + "repo": "https://hg.mozilla.org/releases/mozilla-release", + "branch": "default", + "dest": "build" + },{ + "repo": "https://hg.mozilla.org/build/buildbot-configs", + "branch": "production", + "dest": "build/configs" + },{ + "repo": "https://hg.mozilla.org/build/tools", + "branch": "default", + "dest": "tools" + }], + "vcs_share_base": "/builds/hg-shared", + "hg_l10n_base": "https://hg.mozilla.org/releases/l10n/mozilla-release", + "hg_l10n_tag": "default", + "l10n_dir": "mozilla-release", + "merge_locales": true, + "mozilla_dir": "build" +} diff --git a/testing/mozharness/configs/multi_locale/release_mozilla-beta_android-armv6.json b/testing/mozharness/configs/multi_locale/release_mozilla-beta_android-armv6.json new file mode 100644 index 000000000..beef77284 --- /dev/null +++ b/testing/mozharness/configs/multi_locale/release_mozilla-beta_android-armv6.json @@ -0,0 +1,34 @@ +{ + "work_dir": ".", + "log_name": "multilocale", + "objdir": "obj-firefox", + "locales_file": "build/configs/mozilla/l10n-changesets_mobile-beta.json", + "locales_platform": "android-multilocale", + "locales_dir": "mobile/android/locales", + "ignore_locales": ["en-US", "multi"], + "repos": [{ + "repo": "https://hg.mozilla.org/releases/mozilla-beta", + "branch": "default", + "dest": "build" + },{ + "repo": "https://hg.mozilla.org/build/buildbot-configs", + "branch": "production", + "dest": "build/configs" + },{ + "repo": "https://hg.mozilla.org/build/tools", + "branch": "default", + "dest": "tools" + }], + "l10n_repos": [{ + "repo": "https://hg.mozilla.org/build/buildbot-configs", + "branch": "default", + "dest": "build/configs" + }], + "vcs_share_base": "/builds/hg-shared", + "hg_l10n_base": "https://hg.mozilla.org/releases/l10n/mozilla-beta", + "required_config_vars": ["tag_override"], + "l10n_dir": "mozilla-beta", + "merge_locales": true, + "mozilla_dir": "build", + "mozconfig": "build/mobile/android/config/mozconfigs/android-armv6/release" +} diff --git a/testing/mozharness/configs/multi_locale/release_mozilla-beta_android-x86.json b/testing/mozharness/configs/multi_locale/release_mozilla-beta_android-x86.json new file mode 100644 index 000000000..4f7144b40 --- /dev/null +++ b/testing/mozharness/configs/multi_locale/release_mozilla-beta_android-x86.json @@ -0,0 +1,34 @@ +{ + "work_dir": ".", + "log_name": "multilocale", + "objdir": "obj-firefox", + "locales_file": "build/configs/mozilla/l10n-changesets_mobile-beta.json", + "locales_platform": "android-multilocale", + "locales_dir": "mobile/android/locales", + "ignore_locales": ["en-US", "multi"], + "repos": [{ + "repo": "https://hg.mozilla.org/releases/mozilla-beta", + "branch": "default", + "dest": "build" + },{ + "repo": "https://hg.mozilla.org/build/buildbot-configs", + "branch": "production", + "dest": "build/configs" + },{ + "repo": "https://hg.mozilla.org/build/tools", + "branch": "default", + "dest": "tools" + }], + "l10n_repos": [{ + "repo": "https://hg.mozilla.org/build/buildbot-configs", + "branch": "default", + "dest": "build/configs" + }], + "vcs_share_base": "/builds/hg-shared", + "hg_l10n_base": "https://hg.mozilla.org/releases/l10n/mozilla-beta", + "required_config_vars": ["tag_override"], + "l10n_dir": "mozilla-beta", + "merge_locales": true, + "mozilla_dir": "build", + "mozconfig": "build/mobile/android/config/mozconfigs/android-x86/release" +} diff --git a/testing/mozharness/configs/multi_locale/release_mozilla-beta_android.json b/testing/mozharness/configs/multi_locale/release_mozilla-beta_android.json new file mode 100644 index 000000000..2fa9c06fd --- /dev/null +++ b/testing/mozharness/configs/multi_locale/release_mozilla-beta_android.json @@ -0,0 +1,33 @@ +{ + "work_dir": ".", + "log_name": "multilocale", + "objdir": "obj-firefox", + "locales_file": "build/configs/mozilla/l10n-changesets_mobile-beta.json", + "locales_platform": "android-multilocale", + "locales_dir": "mobile/android/locales", + "ignore_locales": ["en-US", "multi"], + "repos": [{ + "repo": "https://hg.mozilla.org/releases/mozilla-beta", + "branch": "default", + "dest": "build" + },{ + "repo": "https://hg.mozilla.org/build/buildbot-configs", + "branch": "production", + "dest": "build/configs" + },{ + "repo": "https://hg.mozilla.org/build/tools", + "branch": "default", + "dest": "tools" + }], + "l10n_repos": [{ + "repo": "https://hg.mozilla.org/build/buildbot-configs", + "branch": "default", + "dest": "build/configs" + }], + "vcs_share_base": "/builds/hg-shared", + "hg_l10n_base": "https://hg.mozilla.org/releases/l10n/mozilla-beta", + "required_config_vars": ["tag_override"], + "l10n_dir": "mozilla-beta", + "merge_locales": true, + "mozilla_dir": "build" +} diff --git a/testing/mozharness/configs/multi_locale/release_mozilla-release_android-armv6.json b/testing/mozharness/configs/multi_locale/release_mozilla-release_android-armv6.json new file mode 100644 index 000000000..57406c739 --- /dev/null +++ b/testing/mozharness/configs/multi_locale/release_mozilla-release_android-armv6.json @@ -0,0 +1,34 @@ +{ + "work_dir": ".", + "log_name": "multilocale", + "objdir": "obj-firefox", + "locales_file": "build/configs/mozilla/l10n-changesets_mobile-release.json", + "locales_platform": "android-multilocale", + "locales_dir": "mobile/android/locales", + "ignore_locales": ["en-US", "multi"], + "repos": [{ + "repo": "https://hg.mozilla.org/releases/mozilla-release", + "branch": "default", + "dest": "build" + },{ + "repo": "https://hg.mozilla.org/build/buildbot-configs", + "branch": "production", + "dest": "build/configs" + },{ + "repo": "https://hg.mozilla.org/build/tools", + "branch": "default", + "dest": "tools" + }], + "l10n_repos": [{ + "repo": "https://hg.mozilla.org/build/buildbot-configs", + "branch": "default", + "dest": "build/configs" + }], + "vcs_share_base": "/builds/hg-shared", + "hg_l10n_base": "https://hg.mozilla.org/releases/l10n/mozilla-release", + "required_config_vars": ["tag_override"], + "l10n_dir": "mozilla-release", + "merge_locales": true, + "mozilla_dir": "build", + "mozconfig": "build/mobile/android/config/mozconfigs/android-armv6/release" +} diff --git a/testing/mozharness/configs/multi_locale/release_mozilla-release_android-x86.json b/testing/mozharness/configs/multi_locale/release_mozilla-release_android-x86.json new file mode 100644 index 000000000..24075237e --- /dev/null +++ b/testing/mozharness/configs/multi_locale/release_mozilla-release_android-x86.json @@ -0,0 +1,34 @@ +{ + "work_dir": ".", + "log_name": "multilocale", + "objdir": "obj-firefox", + "locales_file": "build/configs/mozilla/l10n-changesets_mobile-release.json", + "locales_platform": "android-multilocale", + "locales_dir": "mobile/android/locales", + "ignore_locales": ["en-US", "multi"], + "repos": [{ + "repo": "https://hg.mozilla.org/releases/mozilla-release", + "branch": "default", + "dest": "build" + },{ + "repo": "https://hg.mozilla.org/build/buildbot-configs", + "branch": "production", + "dest": "build/configs" + },{ + "repo": "https://hg.mozilla.org/build/tools", + "branch": "default", + "dest": "tools" + }], + "l10n_repos": [{ + "repo": "https://hg.mozilla.org/build/buildbot-configs", + "branch": "default", + "dest": "build/configs" + }], + "vcs_share_base": "/builds/hg-shared", + "hg_l10n_base": "https://hg.mozilla.org/releases/l10n/mozilla-release", + "required_config_vars": ["tag_override"], + "l10n_dir": "mozilla-release", + "merge_locales": true, + "mozilla_dir": "build", + "mozconfig": "build/mobile/android/config/mozconfigs/android-x86/release" +} diff --git a/testing/mozharness/configs/multi_locale/release_mozilla-release_android.json b/testing/mozharness/configs/multi_locale/release_mozilla-release_android.json new file mode 100644 index 000000000..e295a13eb --- /dev/null +++ b/testing/mozharness/configs/multi_locale/release_mozilla-release_android.json @@ -0,0 +1,33 @@ +{ + "work_dir": ".", + "log_name": "multilocale", + "objdir": "obj-firefox", + "locales_file": "build/configs/mozilla/l10n-changesets_mobile-release.json", + "locales_platform": "android-multilocale", + "locales_dir": "mobile/android/locales", + "ignore_locales": ["en-US", "multi"], + "repos": [{ + "repo": "https://hg.mozilla.org/releases/mozilla-release", + "branch": "default", + "dest": "build" + },{ + "repo": "https://hg.mozilla.org/build/buildbot-configs", + "branch": "production", + "dest": "build/configs" + },{ + "repo": "https://hg.mozilla.org/build/tools", + "branch": "default", + "dest": "tools" + }], + "l10n_repos": [{ + "repo": "https://hg.mozilla.org/build/buildbot-configs", + "branch": "default", + "dest": "build/configs" + }], + "vcs_share_base": "/builds/hg-shared", + "hg_l10n_base": "https://hg.mozilla.org/releases/l10n/mozilla-release", + "required_config_vars": ["tag_override"], + "l10n_dir": "mozilla-release", + "merge_locales": true, + "mozilla_dir": "build" +} diff --git a/testing/mozharness/configs/multi_locale/staging_release_mozilla-beta_android-armv6.json b/testing/mozharness/configs/multi_locale/staging_release_mozilla-beta_android-armv6.json new file mode 100644 index 000000000..032e04ff7 --- /dev/null +++ b/testing/mozharness/configs/multi_locale/staging_release_mozilla-beta_android-armv6.json @@ -0,0 +1,34 @@ +{ + "work_dir": ".", + "log_name": "multilocale", + "objdir": "obj-firefox", + "locales_file": "build/configs/mozilla/l10n-changesets_mobile-beta.json", + "locales_platform": "android-multilocale", + "locales_dir": "mobile/android/locales", + "ignore_locales": ["en-US", "multi"], + "repos": [{ + "repo": "https://hg.mozilla.org/%(user_repo_override)s/mozilla-beta", + "branch": "default", + "dest": "build" + },{ + "repo": "https://hg.mozilla.org/%(user_repo_override)s/buildbot-configs", + "branch": "default", + "dest": "build/configs" + },{ + "repo": "https://hg.mozilla.org/%(user_repo_override)s/tools", + "branch": "default", + "dest": "tools" + }], + "l10n_repos": [{ + "repo": "https://hg.mozilla.org/%(user_repo_override)s/buildbot-configs", + "branch": "default", + "dest": "build/configs" + }], + "vcs_share_base": "/builds/hg-shared", + "hg_l10n_base": "https://hg.mozilla.org/%(user_repo_override)s", + "required_config_vars": ["tag_override", "user_repo_override"], + "l10n_dir": "mozilla-beta", + "merge_locales": true, + "mozilla_dir": "build", + "mozconfig": "build/mobile/android/config/mozconfigs/android-armv6/release" +} diff --git a/testing/mozharness/configs/multi_locale/staging_release_mozilla-beta_android-x86.json b/testing/mozharness/configs/multi_locale/staging_release_mozilla-beta_android-x86.json new file mode 100644 index 000000000..a055b0ab9 --- /dev/null +++ b/testing/mozharness/configs/multi_locale/staging_release_mozilla-beta_android-x86.json @@ -0,0 +1,34 @@ +{ + "work_dir": ".", + "log_name": "multilocale", + "objdir": "obj-firefox", + "locales_file": "build/configs/mozilla/l10n-changesets_mobile-beta.json", + "locales_platform": "android-multilocale", + "locales_dir": "mobile/android/locales", + "ignore_locales": ["en-US", "multi"], + "repos": [{ + "repo": "https://hg.mozilla.org/%(user_repo_override)s/mozilla-beta", + "branch": "default", + "dest": "build" + },{ + "repo": "https://hg.mozilla.org/%(user_repo_override)s/buildbot-configs", + "branch": "default", + "dest": "build/configs" + },{ + "repo": "https://hg.mozilla.org/%(user_repo_override)s/tools", + "branch": "default", + "dest": "tools" + }], + "l10n_repos": [{ + "repo": "https://hg.mozilla.org/%(user_repo_override)s/buildbot-configs", + "branch": "default", + "dest": "build/configs" + }], + "vcs_share_base": "/builds/hg-shared", + "hg_l10n_base": "https://hg.mozilla.org/%(user_repo_override)s", + "required_config_vars": ["tag_override", "user_repo_override"], + "l10n_dir": "mozilla-beta", + "merge_locales": true, + "mozilla_dir": "build", + "mozconfig": "build/mobile/android/config/mozconfigs/android-x86/release" +} diff --git a/testing/mozharness/configs/multi_locale/staging_release_mozilla-beta_android.json b/testing/mozharness/configs/multi_locale/staging_release_mozilla-beta_android.json new file mode 100644 index 000000000..1447ffd91 --- /dev/null +++ b/testing/mozharness/configs/multi_locale/staging_release_mozilla-beta_android.json @@ -0,0 +1,33 @@ +{ + "work_dir": ".", + "log_name": "multilocale", + "objdir": "obj-firefox", + "locales_file": "build/configs/mozilla/l10n-changesets_mobile-beta.json", + "locales_platform": "android-multilocale", + "locales_dir": "mobile/android/locales", + "ignore_locales": ["en-US", "multi"], + "repos": [{ + "repo": "https://hg.mozilla.org/%(user_repo_override)s/mozilla-beta", + "branch": "default", + "dest": "build" + },{ + "repo": "https://hg.mozilla.org/%(user_repo_override)s/buildbot-configs", + "branch": "default", + "dest": "build/configs" + },{ + "repo": "https://hg.mozilla.org/%(user_repo_override)s/tools", + "branch": "default", + "dest": "tools" + }], + "l10n_repos": [{ + "repo": "https://hg.mozilla.org/%(user_repo_override)s/buildbot-configs", + "branch": "default", + "dest": "build/configs" + }], + "vcs_share_base": "/builds/hg-shared", + "hg_l10n_base": "https://hg.mozilla.org/%(user_repo_override)s", + "required_config_vars": ["tag_override", "user_repo_override"], + "l10n_dir": "mozilla-beta", + "merge_locales": true, + "mozilla_dir": "build" +} diff --git a/testing/mozharness/configs/multi_locale/staging_release_mozilla-release_android-armv6.json b/testing/mozharness/configs/multi_locale/staging_release_mozilla-release_android-armv6.json new file mode 100644 index 000000000..5e2f26dc1 --- /dev/null +++ b/testing/mozharness/configs/multi_locale/staging_release_mozilla-release_android-armv6.json @@ -0,0 +1,34 @@ +{ + "work_dir": ".", + "log_name": "multilocale", + "objdir": "obj-firefox", + "locales_file": "build/configs/mozilla/l10n-changesets_mobile-release.json", + "locales_platform": "android-multilocale", + "locales_dir": "mobile/android/locales", + "ignore_locales": ["en-US", "multi"], + "repos": [{ + "repo": "https://hg.mozilla.org/%(user_repo_override)s/mozilla-release", + "branch": "default", + "dest": "build" + },{ + "repo": "https://hg.mozilla.org/%(user_repo_override)s/buildbot-configs", + "branch": "default", + "dest": "build/configs" + },{ + "repo": "https://hg.mozilla.org/%(user_repo_override)s/tools", + "branch": "default", + "dest": "tools" + }], + "l10n_repos": [{ + "repo": "https://hg.mozilla.org/%(user_repo_override)s/buildbot-configs", + "branch": "default", + "dest": "build/configs" + }], + "vcs_share_base": "/builds/hg-shared", + "hg_l10n_base": "https://hg.mozilla.org/%(user_repo_override)s", + "required_config_vars": ["tag_override", "user_repo_override"], + "l10n_dir": "mozilla-release", + "merge_locales": true, + "mozilla_dir": "build", + "mozconfig": "build/mobile/android/config/mozconfigs/android-armv6/release" +} diff --git a/testing/mozharness/configs/multi_locale/staging_release_mozilla-release_android-x86.json b/testing/mozharness/configs/multi_locale/staging_release_mozilla-release_android-x86.json new file mode 100644 index 000000000..68feec852 --- /dev/null +++ b/testing/mozharness/configs/multi_locale/staging_release_mozilla-release_android-x86.json @@ -0,0 +1,34 @@ +{ + "work_dir": ".", + "log_name": "multilocale", + "objdir": "obj-firefox", + "locales_file": "build/configs/mozilla/l10n-changesets_mobile-release.json", + "locales_platform": "android-multilocale", + "locales_dir": "mobile/android/locales", + "ignore_locales": ["en-US", "multi"], + "repos": [{ + "repo": "https://hg.mozilla.org/%(user_repo_override)s/mozilla-release", + "branch": "default", + "dest": "build" + },{ + "repo": "https://hg.mozilla.org/%(user_repo_override)s/buildbot-configs", + "branch": "default", + "dest": "build/configs" + },{ + "repo": "https://hg.mozilla.org/%(user_repo_override)s/tools", + "branch": "default", + "dest": "tools" + }], + "l10n_repos": [{ + "repo": "https://hg.mozilla.org/%(user_repo_override)s/buildbot-configs", + "branch": "default", + "dest": "build/configs" + }], + "vcs_share_base": "/builds/hg-shared", + "hg_l10n_base": "https://hg.mozilla.org/%(user_repo_override)s", + "required_config_vars": ["tag_override", "user_repo_override"], + "l10n_dir": "mozilla-release", + "merge_locales": true, + "mozilla_dir": "build", + "mozconfig": "build/mobile/android/config/mozconfigs/android-x86/release" +} diff --git a/testing/mozharness/configs/multi_locale/staging_release_mozilla-release_android.json b/testing/mozharness/configs/multi_locale/staging_release_mozilla-release_android.json new file mode 100644 index 000000000..4ed17c487 --- /dev/null +++ b/testing/mozharness/configs/multi_locale/staging_release_mozilla-release_android.json @@ -0,0 +1,33 @@ +{ + "work_dir": ".", + "log_name": "multilocale", + "objdir": "obj-firefox", + "locales_file": "build/configs/mozilla/l10n-changesets_mobile-release.json", + "locales_platform": "android-multilocale", + "locales_dir": "mobile/android/locales", + "ignore_locales": ["en-US", "multi"], + "repos": [{ + "repo": "https://hg.mozilla.org/%(user_repo_override)s/mozilla-release", + "branch": "default", + "dest": "build" + },{ + "repo": "https://hg.mozilla.org/%(user_repo_override)s/buildbot-configs", + "branch": "default", + "dest": "build/configs" + },{ + "repo": "https://hg.mozilla.org/%(user_repo_override)s/tools", + "branch": "default", + "dest": "tools" + }], + "l10n_repos": [{ + "repo": "https://hg.mozilla.org/%(user_repo_override)s/buildbot-configs", + "branch": "default", + "dest": "build/configs" + }], + "vcs_share_base": "/builds/hg-shared", + "hg_l10n_base": "https://hg.mozilla.org/%(user_repo_override)s", + "required_config_vars": ["tag_override", "user_repo_override"], + "l10n_dir": "mozilla-release", + "merge_locales": true, + "mozilla_dir": "build" +} diff --git a/testing/mozharness/configs/multi_locale/standalone_mozilla-central.py b/testing/mozharness/configs/multi_locale/standalone_mozilla-central.py new file mode 100644 index 000000000..36ad4de58 --- /dev/null +++ b/testing/mozharness/configs/multi_locale/standalone_mozilla-central.py @@ -0,0 +1,49 @@ +import os +# The name of the directory we'll pull our source into. +BUILD_DIR = "mozilla-central" +# This is everything that comes after https://hg.mozilla.org/ +# e.g. "releases/mozilla-aurora" +REPO_PATH = "mozilla-central" +# This is where the l10n repos are (everything after https://hg.mozilla.org/) +# for mozilla-central, that's "l10n-central". +# For mozilla-aurora, that's "releases/l10n/mozilla-aurora" +L10N_REPO_PATH = "l10n-central" +# Currently this is assumed to be a subdirectory of your build dir +OBJDIR = "objdir-droid" +# Set this to mobile/xul for XUL Fennec +ANDROID_DIR = "mobile/android" +# Absolute path to your mozconfig. +# By default it looks at "./mozconfig" +MOZCONFIG = os.path.join(os.getcwd(), "mozconfig") + +config = { + "work_dir": ".", + "log_name": "multilocale", + "objdir": OBJDIR, + "locales_file": "%s/%s/locales/maemo-locales" % (BUILD_DIR, ANDROID_DIR), + "locales_dir": "%s/locales" % ANDROID_DIR, + "ignore_locales": ["en-US", "multi"], + "repos": [{ + "repo": "https://hg.mozilla.org/%s" % REPO_PATH, + "branch": "default", + "dest": BUILD_DIR, + }], + "vcs_share_base": "/builds/hg-shared", + "l10n_repos": [], + "hg_l10n_base": "https://hg.mozilla.org/%s" % L10N_REPO_PATH, + "hg_l10n_tag": "default", + "l10n_dir": "l10n", + "merge_locales": True, + "mozilla_dir": BUILD_DIR, + "mozconfig": MOZCONFIG, + "default_actions": [ + "pull-locale-source", + "build", + "package-en-US", + "backup-objdir", + "restore-objdir", + "add-locales", + "package-multi", + "summary", + ], +} |