[pypy-svn] r71731 - pypy/build/bot2/pypybuildbot

arigo at codespeak.net arigo at codespeak.net
Thu Mar 4 16:21:18 CET 2010


Author: arigo
Date: Thu Mar  4 16:21:17 2010
New Revision: 71731

Modified:
   pypy/build/bot2/pypybuildbot/master.py
Log:
Re-add cobra for this test run, where its 4 parallel processes
are still a big advantage.


Modified: pypy/build/bot2/pypybuildbot/master.py
==============================================================================
--- pypy/build/bot2/pypybuildbot/master.py	(original)
+++ pypy/build/bot2/pypybuildbot/master.py	Thu Mar  4 16:21:17 2010
@@ -122,7 +122,7 @@
 
     'builders': [
                   {"name": LINUX32,
-                   "slavenames": ["bigdogvm1"],
+                   "slavenames": ["cobra", "bigdogvm1"],
                    "builddir": LINUX32,
                    "factory": pypyOwnTestFactory,
                    "category": 'own'



More information about the Pypy-commit mailing list