Bug 1151591 - Add new windows test slaves to production - r=Callek
authorChris Cooper <ccooper@deadsquid.com>
Wed, 22 Jul 2015 09:45:02 -0400 (2015-07-22)
changeset 12681 b166a5cdbcc2ae8daa826f7145504f41f9f77b12
parent 12680 cd8e43a7ac89eb337f4aba872610e836653396cc
child 12682 1b8135f53e32c3eae1110a17549eead1387b8ebb
push id9068
push usercoop@mozilla.com
push dateWed, 22 Jul 2015 13:45:06 +0000 (2015-07-22)
reviewersCallek
bugs1151591
Bug 1151591 - Add new windows test slaves to production - r=Callek
mozilla-tests/production_config.py
--- a/mozilla-tests/production_config.py
+++ b/mozilla-tests/production_config.py
@@ -9,23 +9,23 @@ SLAVES = {
     'ubuntu32_vm': {},
     'ubuntu64_vm': {},
     'ubuntu64_vm_large': {},
     'ubuntu32_hw': {},
     'ubuntu64_hw': {},
     'win64_vm': {},
 }
 
-for i in range(1, 163):
+for i in range(1, 173):
     SLAVES['xp-ix']['t-xp32-ix-%03i' % i] = {}
 
-for i in range(1, 163):
+for i in range(1, 173):
     SLAVES['win7-ix']['t-w732-ix-%03i' % i] = {}
 
-for i in range(1, 171):
+for i in range(1, 181):
     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, 14):
     SLAVES['mountainlion']['talos-mtnlion-r5-%03i' % i] = {}