Bug 1363893: remove downed scl3 proxxy instance; r?catlee draft
authorDustin J. Mitchell <dustin@mozilla.com>
Thu, 11 May 2017 14:15:15 +0000
changeset 576244 056294e37388bdef9ee331af75ed28cfdcbd12eb
parent 575756 1fcd9ee5ccb50a2e0d255b86237878b3a821596b
child 628136 ae4d747d5a2a9c0aa9d95b75bdaaa844aa83f0d4
push id58294
push userdmitchell@mozilla.com
push dateThu, 11 May 2017 14:16:06 +0000
reviewerscatlee
bugs1363893
milestone55.0a1
Bug 1363893: remove downed scl3 proxxy instance; r?catlee MozReview-Commit-ID: DBvun6vwCGX
testing/mozharness/mozharness/mozilla/proxxy.py
--- a/testing/mozharness/mozharness/mozilla/proxxy.py
+++ b/testing/mozharness/mozharness/mozilla/proxxy.py
@@ -32,19 +32,18 @@ class Proxxy(ScriptMixin, LogMixin):
             ('https://ftp-ssl.mozilla.org', 'ftp.mozilla.org'),
             # pypi
             ('http://pypi.pvt.build.mozilla.org', 'pypi.pvt.build.mozilla.org'),
             ('http://pypi.pub.build.mozilla.org', 'pypi.pub.build.mozilla.org'),
         ],
         "instances": [
             'proxxy1.srv.releng.use1.mozilla.com',
             'proxxy1.srv.releng.usw2.mozilla.com',
-            'proxxy1.srv.releng.scl3.mozilla.com',
         ],
-        "regions": [".use1.", ".usw2.", ".scl3"],
+        "regions": [".use1.", ".usw2."],
     }
 
     def __init__(self, config, log_obj):
         # proxxy does not need the need the full configuration,
         # just the 'proxxy' element
         # if configuration has no 'proxxy' section use the default
         # configuration instead
         default_config = {} if self.is_taskcluster() else self.PROXXY_CONFIG