summaryrefslogtreecommitdiffstats
path: root/testing/mozharness/configs/single_locale/staging.py
blob: 82caa8dda6f222ededf22205e562068a9e822608 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
config = {
    "upload_environment": "stage",
    "upload_env": {
        "UPLOAD_USER": "ffxbld",
        # ssh_key_dir is defined per platform: it is "~/.ssh" for every platform
        # except when mock is in use, in this case, ssh_key_dir is
        # /home/mock_mozilla/.ssh
        "UPLOAD_SSH_KEY": "%(ssh_key_dir)s/ffxbld_rsa",
        "UPLOAD_HOST": "upload.ffxbld.productdelivery.stage.mozaws.net",
        "POST_UPLOAD_CMD": "post_upload.py -b %(branch)s-l10n -p %(stage_product)s -i %(buildid)s --release-to-latest --release-to-dated %(post_upload_extra)s",
        "UPLOAD_TO_TEMP": "1"
    },
    'taskcluster_index': 'index.garbage.staging',
    'post_upload_extra': ['--bucket-prefix', 'net-mozaws-stage-delivery',
                          '--url-prefix', 'http://ftp.stage.mozaws.net/',
                          ],
}