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

Commit

Permalink
Bug 1150196: Use proxxy instances in scl3 r=rail
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris AtLee committed Apr 14, 2015
1 parent de411ef commit f06967c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion mozharness/mozilla/proxxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,15 @@ class Proxxy(ScriptMixin, LogMixin):
# pypi
('http://pypi.pvt.build.mozilla.org', 'pypi.pvt.build.mozilla.org'),
('http://pypi.pub.build.mozilla.org', 'pypi.pub.build.mozilla.org'),
# taskcluster stuff
('https://queue.taskcluster.net', 'queue.taskcluster.net'),
],
"instances": [
'proxxy1.srv.releng.use1.mozilla.com',
'proxxy1.srv.releng.usw2.mozilla.com',
'proxxy1.srv.releng.scl3.mozilla.com',
],
"regions": [".use1.", ".usw2."],
"regions": [".use1.", ".usw2.", ".scl3"],
}

def __init__(self, config, log_obj):
Expand Down

0 comments on commit f06967c

Please sign in to comment.