Bug 1249376 - Move 20 XP test machines to the Windows 7 pool r=kmoir
authorAlin Selagea <alin.selagea@softvision.ro>
Tue, 01 Mar 2016 17:03:41 +0200 (2016-03-01)
changeset 13843 dee25cbffdcd14a0b58585e0cb01126ecd52bdd8
parent 13842 e172a9923d438263a0dd6998eb1d1b588d528ce9
child 13844 bf7f47ae7e0f38acce988ae779843bc3b94c47f1
push id9729
push useralin.selagea@softvision.ro
push dateTue, 01 Mar 2016 15:03:51 +0000 (2016-03-01)
reviewerskmoir
bugs1249376
Bug 1249376 - Move 20 XP test machines to the Windows 7 pool r=kmoir
mozilla-tests/production_config.py
--- a/mozilla-tests/production_config.py
+++ b/mozilla-tests/production_config.py
@@ -12,20 +12,20 @@ SLAVES = {
     'ubuntu64_vm': {},
     'ubuntu64_vm_large': {},
     'ubuntu64_vm_lnx_large': {},
     'ubuntu64-asan_vm_lnx_large': {},
     'ubuntu64_hw': {},
     'win64_vm': {},
 }
 
-for i in range(1, 153):  # XP slaves from 153 to 173 moved to Win 7 pool // Bug 1226729 // Bug 1239785
+for i in range(1, 133):  # XP slaves from 153 to 173 moved to Win 7 pool // Bug 1226729 // Bug 1239785
     SLAVES['xp-ix']['t-xp32-ix-%03i' % i] = {}
 
-for i in range(1, 254):   # Move some XP test machines to the Windows 7 pool from 234 to 253 // Bug 1226729 // Bug 1239785
+for i in range(1, 274):   # Move some XP test machines to the Windows 7 pool from 234 to 253 // Bug 1226729 // Bug 1239785
     SLAVES['win7-ix']['t-w732-ix-%03i' % i] = {}
     SLAVES['win7-all']['t-w732-ix-%03i' % i] = {}
 
 for i in range(1, 400):
     SLAVES['win7-all']['t-w732-spot-%03i' % i] = {}
 
 for i in range(1, 102) + range(103, 195):  # Omit 102 for win10 // Bug 1191481
     SLAVES['win8']['t-w864-ix-%03i' % i] = {}