Files
palemoon27/testing/mozharness/configs/balrog/docker-worker.py
T

22 lines
602 B
Python

config = {
'balrog_servers': [
{
'balrog_api_root': 'http://balrog/api',
'ignore_failures': False,
'url_replacements': [
('http://archive.mozilla.org/pub', 'http://download.cdn.mozilla.net/pub'),
],
'balrog_usernames': {
'b2g': 'b2gbld',
'firefox': 'ffxbld',
'thunderbird': 'tbirdbld',
'mobile': 'ffxbld',
'Fennec': 'ffxbld',
'graphene': 'ffxbld',
'horizon': 'ffxbld',
}
}
]
}