Skip to content
This repository has been archived by the owner on Feb 2, 2019. It is now read-only.

Commit

Permalink
Bug 674357, Write a test to make sure slaves can't be allocated to bo…
Browse files Browse the repository at this point in the history
…th try and prod, r=rail
  • Loading branch information
nthomas-mozilla committed Jul 26, 2011
1 parent 76647e3 commit 2a02c14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mozilla/production_config.py
Expand Up @@ -8,7 +8,7 @@
LINUX64_VMS = ['moz2-linux64-slave%02i' % x for x in range(1,7) + range(8,10) + range(11,13)]
LINUX64_IXS = ['linux64-ix-slave%02i' % x for x in range(3,22)]
WIN32_VMS = ['win32-slave%02i' % x for x in [1] + range(6,10) + [11,20,26] + range(30,50)]
WIN32_IXS = ['mw32-ix-slave%02i' % x for x in range(2,13)] + ['w32-ix-slave%02i' % x for x in range(1,2) + range(25,43)]
WIN32_IXS = ['mw32-ix-slave%02i' % x for x in range(2,12)] + ['w32-ix-slave%02i' % x for x in range(1,2) + range(25,43)]
WIN64_IXS = ['w64-ix-slave%02i' % x for x in (10,12,17,19,20,21,22,23,24)]

SLAVES = {
Expand Down Expand Up @@ -40,6 +40,7 @@
['win32-slave%02i' % x for x in range(50,60)]
TRY_WIN32_IXS = ['mw32-ix-slave%02i' % x for x in range(12,19) + range(22,26)] + \
['w32-ix-slave%02i' % x for x in range(2,25)]
TRY_WIN64_IXS = []
TRY_SLAVES = {
'linux': TRY_LINUX + TRY_LINUX_IXS,
'linux64': TRY_LINUX64 + TRY_LINUX64_IXS,
Expand Down

0 comments on commit 2a02c14

Please sign in to comment.