Bug 1271454 - Create entries for 600 t-w732-spot machines in AWS r=catlee
authorAlin Selagea <aselagea@mozilla.com>
Thu, 12 May 2016 18:18:05 +0300 (2016-05-12)
changeset 14199 87d2d8f7fcd92922d0640aff440982de012aec43
parent 14197 cfe4c07f81613cb40a99659d922d7184be51d14f
child 14200 f3e3592dffd1b01cae7c970ca88e5f95cd7e8fb4
push id9956
push useraselagea@mozilla.com
push dateThu, 12 May 2016 15:18:22 +0000 (2016-05-12)
reviewerscatlee
bugs1271454
Bug 1271454 - Create entries for 600 t-w732-spot machines in AWS r=catlee
mozilla-tests/production_config.py
--- a/mozilla-tests/production_config.py
+++ b/mozilla-tests/production_config.py
@@ -18,18 +18,20 @@ SLAVES = {
 }
 
 for i in range(1, 123):  # XP slaves from 123 onwards moved to Win7 and Win8 pools // Bug 1226729 // Bug 1239785 // Bug 1255812
     SLAVES['xp_ix']['t-xp32-ix-%03i' % i] = {}
 
 for i in range(1, 282):   # Move some XP test machines to the Windows 7 pool from 234 to 253 // Bug 1226729 // Bug 1239785 // Bug 1252258
     SLAVES['win7_ix']['t-w732-ix-%03i' % i] = {}
 
+for i in range(1, 600):
+    SLAVES['win7_vm']['t-w732-spot-%03i' % i] = {}
+
 for i in range(1, 100):
-    SLAVES['win7_vm']['t-w732-spot-%03i' % i] = {}
     SLAVES['win7_vm_gfx']['g-w732-spot-%03i' % i] = {}
 
 for i in range(1, 102) + range(103, 205):  # Omit 102 for win10 // Bug 1191481 // Bug 1255812
     SLAVES['win8']['t-w864-ix-%03i' % i] = {}
 
 for i in range(1, 3) + range(11, 12):  # Bug 1252258
     SLAVES['win10']['t-w1064-ix-%04i' % i] = {}
 for i in range(102, 103):  # Use win8's 102 for win10 // Bug 1191481