Bug 1129167 - add new yosemite slaves to buildbot configs, slavealloc etc. r=Callek
authorkmoir@mozilla.com
Mon, 09 Feb 2015 09:53:59 -0500 (2015-02-09)
changeset 11784 d52fa7764259dd76970068868d80b732eaff1d49
parent 11783 92bac9ad80b621c4b3c6c85339ad1fc2b2d4519d
child 11787 bf6db26292a311cbb72cd62d1d09c7a5bd0c8074
push id8567
push userkmoir@mozilla.com
push dateMon, 09 Feb 2015 14:54:42 +0000 (2015-02-09)
reviewersCallek
bugs1129167
Bug 1129167 - add new yosemite slaves to buildbot configs, slavealloc etc. r=Callek
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,4):
+for i in range(1,29):
     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,
     }