Bug 1166311 - config changes to support remaining mtnlion machines being changed to yosemite r=kmoir
authorkmoir@mozilla.com
Wed, 12 Aug 2015 10:27:33 -0400 (2015-08-12)
changeset 12831 2720b1d2927f81e18260bc6bfa286461b749b16c
parent 12830 07768ea9341c068b2e02405b383644b2e308a944
child 12832 e0ad70244d029345ee6509cc3b4140754ce9caff
child 12833 3d9126f202c23ce28386a0c8e73910eb9697e6cd
push id9152
push userkmoir@mozilla.com
push dateWed, 12 Aug 2015 14:27:42 +0000 (2015-08-12)
reviewerskmoir
bugs1166311
Bug 1166311 - config changes to support remaining mtnlion machines being changed to yosemite r=kmoir
mozilla-tests/production_config.py
--- a/mozilla-tests/production_config.py
+++ b/mozilla-tests/production_config.py
@@ -25,18 +25,18 @@ for i in range(1, 102) + range(103, 181)
 
 for i in range(1, 11):
     SLAVES['win10']['t-w1064-ix-%04i' % i] = {}
 for i in range(102, 103):  # Use win8's 102 for win10 // Bug 1191481
     SLAVES['win10']['t-w864-ix-%03i' % i] = {}
 
 for i in range(1, 166):
     SLAVES['snowleopard']['t-snow-r4-%04i' % i] = {}
-  
-for i in range(1, 29) + range(29, 94) + range(96, 108):
+
+for i in range(1, 29) + range(29, 108):
     SLAVES['yosemite']['t-yosemite-r5-%04i' % i] = {}
 
 for i in range(22, 910):
     SLAVES['panda_android']['panda-%04i' % i] = {
         'http_port': '30%03i' % i,
         'ssl_port': '31%03i' % i,
     }