Bug 1239785 - Move some XP test machines to the Windows 7 pool, r=kmoir
authorVlad Ciobancai <vlad.ciobancai@softvision.ro>
Tue, 19 Jan 2016 16:45:12 +0200 (2016-01-19)
changeset 13625 31b0f9f1195cbb8faaa4dc7dcf1fae48c7d5e5da
parent 13623 fca43032761e2ed2ed4eb228d15ef7f322f51f97
child 13626 606e8700759c6bab585d97ebf2c319c034367780
child 13629 37070391092759648ddcf8f6a38315d32b09d201
push id9610
push uservlad.ciobancai@softvision.ro
push dateTue, 19 Jan 2016 14:44:38 +0000 (2016-01-19)
reviewerskmoir
bugs1239785
Bug 1239785 - Move some 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, 173):
+for i in range(1, 153):  # 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, 244):   # Move some XP test machines to the Windows 7 pool from 234 to 243 // Bug 1226729 
+for i in range(1, 254):   # 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] = {}