Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Commit

Permalink
bug 1156816 - Add docker proxy balrog config. Use nightly channel for…
Browse files Browse the repository at this point in the history
… aries. r=catlee
  • Loading branch information
Aus Lacroix committed May 7, 2015
1 parent e552158 commit b0081a1
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
1 change: 0 additions & 1 deletion configs/b2g/taskcluster-lightsaber-nightly.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"env": {
"GAIA_OPTIMIZE": "1",
"B2G_UPDATER": "1",
"B2G_UPDATE_CHANNEL": "cypress",
"LIGHTSABER": "1",
"BOWER_FLAGS": "--allow-root",
"B2G_PATH": "%(work_dir)s",
Expand Down
20 changes: 20 additions & 0 deletions configs/balrog/docker-worker.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
config = {
'balrog_servers': [
{
'balrog_api_root': 'http://balrog/api',
'ignore_failures': False,
'url_replacements': [
('http://ftp.mozilla.org/pub/mozilla.org', 'http://download.cdn.mozilla.net/pub/mozilla.org'),
],
'balrog_usernames': {
'b2g': 'b2gbld',
'firefox': 'ffxbld',
'thunderbird': 'tbirdbld',
'mobile': 'ffxbld',
'Fennec': 'ffxbld',
'graphene': 'ffxbld',
}
}
]
}

0 comments on commit b0081a1

Please sign in to comment.