summaryrefslogtreecommitdiffstats
path: root/testing/mozharness/configs/balrog/staging.py
blob: 9199741229c89da38b64eb712431eae4a94a58f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
config = {
    'balrog_servers': [
        {
            'balrog_api_root': 'https://aus4-admin-dev.allizom.org/api',
            'ignore_failures': False,
            'balrog_usernames': {
                'firefox': 'stage-ffxbld',
                'thunderbird': 'stage-tbirdbld',
                'mobile': 'stage-ffxbld',
                'Fennec': 'stage-ffxbld',
            }
        }
    ]
}