Author: Maciej Fijalkowski <[email protected]>
Branch: 
Changeset: r721:989fe0167878
Date: 2012-11-11 10:35 +0100
http://bitbucket.org/pypy/buildbot/changeset/989fe0167878/

Log:    readd the 32bit lock to tannit, hopefully temporarily

diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/master.py
+++ b/bot2/pypybuildbot/master.py
@@ -342,7 +342,7 @@
                    "factory": pypyOwnTestFactory,
                    "category": 'linux32',
                    # this build needs 4 CPUs
-                   #"locks": [TannitCPU.access('exclusive')],
+                   "locks": [TannitCPU.access('exclusive')],
                   },
                   {"name": LINUX64,
                    "slavenames": ["allegro64"],
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to