Author: David Schneider <[email protected]>
Branch: 
Changeset: r771:98a8861f9ab1
Date: 2013-04-07 15:53 +0200
http://bitbucket.org/pypy/buildbot/changeset/98a8861f9ab1/

Log:    Make this a master lock, because it is going to be shared across
        builders

diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py
--- a/bot2/pypybuildbot/builds.py
+++ b/bot2/pypybuildbot/builds.py
@@ -23,7 +23,7 @@
 #WinLockCPU = locks.MasterLock('win_cpu', maxCount=1)
 
 # The cross translation machine can accomodate 2 jobs at the same time
-ARMCrossLock = locks.SlaveLock('arm_cpu', maxCount=2)
+ARMCrossLock = locks.MasterLock('arm_cpu', maxCount=2)
 # while the boards can only run one job at the same time
 ARMBoardLock = locks.SlaveLock('arm_boards', maxCount=1)
 
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to