Bug 1088839 - add new Windows test slaves - r=Callek
authorChris Cooper <ccooper@deadsquid.com>
Mon, 27 Oct 2014 11:16:13 -0400 (2014-10-27)
changeset 11285 650bb01f907b8371e91c9d49492ae83913795331
parent 11284 750369f7260aa3b5f9948434876fbcb5ee7bc97e
child 11286 7c491b4779c1726f1aedd1346ebf3166324dad7d
push id8269
push usercoop@mozilla.com
push dateMon, 27 Oct 2014 15:15:58 +0000 (2014-10-27)
reviewersCallek
bugs1088839
Bug 1088839 - add new Windows test slaves - r=Callek
mozilla-tests/production_config.py
--- a/mozilla-tests/production_config.py
+++ b/mozilla-tests/production_config.py
@@ -10,23 +10,23 @@ SLAVES = {
     'ubuntu64_vm': {},
     'ubuntu64_vm_large': {},
     'ubuntu64_vm_armv6_large': {},
     'ubuntu32_hw': {},
     'ubuntu64_hw': {},
     'win64_vm': {},
 }
 
-for i in range(1,131):
+for i in range(1,163):
     SLAVES['xp-ix']['t-xp32-ix-%03i' % i] = {}
 
-for i in range(1,131):
+for i in range(1,163):
     SLAVES['win7-ix']['t-w732-ix-%03i' % i] = {}
 
-for i in range(1,131):
+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] = {}