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

arigo at codespeak.net arigo at codespeak.net
Tue May 5 13:53:31 CEST 2009


Author: arigo
Date: Tue May  5 13:53:30 2009
New Revision: 65052

Modified:
   pypy/build/bot2/pypybuildbot/master.py
Log:
Running our own tests on the branch/pyjitpl5.
(Is this all that is needed?)


Modified: pypy/build/bot2/pypybuildbot/master.py
==============================================================================
--- pypy/build/bot2/pypybuildbot/master.py	(original)
+++ pypy/build/bot2/pypybuildbot/master.py	Tue May  5 13:53:30 2009
@@ -58,8 +58,8 @@
     	Nightly("nightly", [LINUX32, CPYLINUX32, APPLVLLINUX32, CPYWIN32,
                             STACKLESSAPPLVLLINUX32],
                 hour=4, minute=45),
-      Nightly("nightly-jit", [JITLINUX32],
-              hour=1, minute=45, branch="branch/pyjitpl5"),
+        Nightly("nightly-jit", [LINUX32, JITLINUX32],
+                hour=1, minute=45, branch="branch/pyjitpl5"),
     ],   
     'status': [status],
 



More information about the Pypy-commit mailing list