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

pedronis at codespeak.net pedronis at codespeak.net
Sat Feb 21 18:36:07 CET 2009


Author: pedronis
Date: Sat Feb 21 18:36:07 2009
New Revision: 62080

Modified:
   pypy/build/bot2/pypybuildbot/master.py
Log:
schedule the app-level stackless tests too



Modified: pypy/build/bot2/pypybuildbot/master.py
==============================================================================
--- pypy/build/bot2/pypybuildbot/master.py	(original)
+++ pypy/build/bot2/pypybuildbot/master.py	Sat Feb 21 18:36:07 2009
@@ -49,7 +49,8 @@
 
     'change_source': [],
     'schedulers': [
-    	Nightly("nightly", [LINUX32, CPYLINUX32, APPLVLLINUX32, CPYWIN32],
+    	Nightly("nightly", [LINUX32, CPYLINUX32, APPLVLLINUX32, CPYWIN32,
+                            STACKLESSAPPLVLLINUX32],
                 hour=4, minute=45),
     ],   
     'status': [status],



More information about the Pypy-commit mailing list