(Bug 1126493 - rollout 10.10 tests in a way that doesn't impact wait times r=jwatkins
authorkmoir@mozilla.com
Thu, 26 Feb 2015 14:56:45 -0500 (2015-02-26)
changeset 11882 c91ce36665aaa5c846f91e00311fb8f0118bb8b9
parent 11881 d3bcd9a3750051cfcdc93cc443368ac1b66fec28
child 11883 c96cca546f8a0be2bff0a44dd1f0d306733e1cc1
push id8623
push userkmoir@mozilla.com
push dateThu, 26 Feb 2015 19:57:21 +0000 (2015-02-26)
reviewersjwatkins
bugs1126493
(Bug 1126493 - rollout 10.10 tests in a way that doesn't impact wait times r=jwatkins
mozilla-tests/production_config.py
--- a/mozilla-tests/production_config.py
+++ b/mozilla-tests/production_config.py
@@ -25,17 +25,17 @@ for i in range(1,171):
     SLAVES['win8']['t-w864-ix-%03i' % i] = {}
 
 for i in range(1,166):
     SLAVES['snowleopard']['t-snow-r4-%04i' % i] = {}
 
 for i in range(1,87) + range(88,101):
     SLAVES['mountainlion']['talos-mtnlion-r5-%03i' % i] = {}
 
-for i in range(1,29):
+for i in range(1,29) + range(29,52):
     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,
     }