Bug 1129167 - add new yosemite slaves to buildbot configs, slavealloc etc. r=dividehex
authorkmoir@mozilla.com
Wed, 11 Mar 2015 16:04:53 -0400 (2015-03-11)
changeset 11971 81e04e159952b4fde946a91cea60908f330007ea
parent 11969 16d096aa98e2006c29b7a5aea8b557c036db2059
child 11972 db4c59f3223da606d143b5c4e15d12bf63309913
push id8682
push userkmoir@mozilla.com
push dateWed, 11 Mar 2015 20:06:05 +0000 (2015-03-11)
reviewersdividehex
bugs1129167
Bug 1129167 - add new yosemite slaves to buildbot configs, slavealloc etc. r=dividehex
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) + range(29,54):
+for i in range(1,29) + range(29,79):
     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,
     }