Author: Antonio Cuni <[email protected]>
Branch:
Changeset: r622:19bba7abc55c
Date: 2012-01-25 11:51 +0100
http://bitbucket.org/pypy/buildbot/changeset/19bba7abc55c/
Log: try to run at least the own tests in the py3k branch nightly. The
locks should take care of scheduling them after all the others
diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/master.py
+++ b/bot2/pypybuildbot/master.py
@@ -225,7 +225,12 @@
JITWIN32, # on bigboard
#JITFREEBSD64, # on headless
JITMACOSX64, # on mvt's machine
- ], branch=None, hour=3, minute=0)
+ ], branch=None, hour=3, minute=0),
+
+ Nightly("nighly-4-00-py3k", [
+ LINUX32, # on tannit32, uses 4 cores
+ ], branch='py3k', hour=4, minute=0),
+
],
'status': [status, ircbot],
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit