[pypy-commit] buildbot default: only schedule the jit-only tests for ARM to be run nightly on tannit-arm32

bivab noreply at buildbot.pypy.org
Fri Aug 31 13:21:42 CEST 2012


Author: David Schneider <david.schneider at picle.org>
Branch: 
Changeset: r668:021af0314f51
Date: 2012-08-31 13:21 +0200
http://bitbucket.org/pypy/buildbot/changeset/021af0314f51/

Log:	only schedule the jit-only tests for ARM to be run nightly on
	tannit-arm32

diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/master.py
+++ b/bot2/pypybuildbot/master.py
@@ -272,7 +272,7 @@
             JITBACKENDONLYLINUXARM32,  # on hhu-arm
             ], branch='arm-backend-2', hour=0, minute=0),
         Nightly("nighly-arm-5-00", [
-            LINUXARM32,                # on tannit-arm32, uses 4 cores
+            JITONLYLINUXARM32,                # on tannit-arm32, uses 4 cores ~ 2 hours
             ], branch='arm-backend-2', hour=5, minute=0),
         Nightly("nighly-ppc", [
             JITONLYLINUXPPC64,         # on gcc1


More information about the pypy-commit mailing list