Bug 1129167 - add new yosemite slaves to buildbot configs, slavealloc etc. r=dividehex
authorkmoir@mozilla.com
Tue, 17 Mar 2015 14:01:29 -0400 (2015-03-17)
changeset 12006 2b662d20887a5e0611a01060133ad80bf9b9187e
parent 12005 c667541a65856fd5d6ae893c5051ae6bc6832e04
child 12007 6e758f0c91cac89fcb49a1c00ee6ad9c3fe1559f
push id8705
push userkmoir@mozilla.com
push dateTue, 17 Mar 2015 18:01:43 +0000 (2015-03-17)
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
@@ -24,17 +24,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,79):
+for i in range(1,29) + range(29,94):
     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,
     }