summaryrefslogtreecommitdiffstats
path: root/testing/mozharness/configs/single_locale/tc_android-api-15.py
blob: f15b254dce415fe485562b8b888d5a4a3f1add24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import os

config = {
    "locales_file": "src/mobile/android/locales/all-locales",
    "tools_repo": "https://hg.mozilla.org/build/tools",
    "mozconfig": "src/mobile/android/config/mozconfigs/android-api-15/l10n-nightly",
    "tooltool_config": {
        "manifest": "mobile/android/config/tooltool-manifests/android/releng.manifest",
        "output_dir": "%(abs_work_dir)s/src",
    },
    "tooltool_servers": ['http://relengapi/tooltool/'],

    "upload_env": {
        'UPLOAD_HOST': 'localhost',
        'UPLOAD_PATH': '/home/worker/artifacts/',
    },
    "mozilla_dir": "src/",
}