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

pedronis at codespeak.net pedronis at codespeak.net
Tue Sep 23 15:39:35 CEST 2008


Author: pedronis
Date: Tue Sep 23 15:39:34 2008
New Revision: 58381

Modified:
   pypy/build/bot2/pypybuildbot/master.py
Log:
(pedronis, iko)

run the tests through buildbot for pypy-pytrunk just a bit after the autotest run for trunk.



Modified: pypy/build/bot2/pypybuildbot/master.py
==============================================================================
--- pypy/build/bot2/pypybuildbot/master.py	(original)
+++ pypy/build/bot2/pypybuildbot/master.py	Tue Sep 23 15:39:34 2008
@@ -30,7 +30,8 @@
 
     'change_source': [],
     'schedulers': [Nightly("nightly",
-                           ["own-linux-x86-32"], hour=19)], # xxx time
+                           ["own-linux-x86-32"],
+                           hour=4, minute=45)],   
     'status': [status],
 
     'slaves': [BuildSlave(name, password)



More information about the Pypy-commit mailing list