Bug 1249376 - Move 20 XP test machines to the Windows 7 pool r=kmoir
--- 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] = {}