Author: David Schneider <[email protected]>
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
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to