Author: David Schneider <[email protected]>
Branch: 
Changeset: r680:d4041e581b09
Date: 2012-09-04 10:41 +0200
http://bitbucket.org/pypy/buildbot/changeset/d4041e581b09/

Log:    configure ARM nightly runs

diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/master.py
+++ b/bot2/pypybuildbot/master.py
@@ -297,8 +297,10 @@
             LINUX32,                   # on tannit32, uses 4 cores
             ], branch='py3k', hour=4, minute=0),
         Nightly("nighly-arm-0-00", [
-            JITBACKENDONLYLINUXARMEL,  # on hhu-arm
-            JITONLYLINUXARMEL,         # on hhu-qemu-armel
+            JITBACKENDONLYLINUXARMEL,  # on hhu-arm, uses beagleboard and 
imx.53
+            APPLVLLINUXARM,            # on hhu-cross-arm, uses 1 core ~ 6 
hours
+            JITLINUXARM,               # on hhu-cross-arm, uses 1 core ~ 6 
hours
+            LINUXARMEL,                # on hhu-qemu-armel
             ], branch='arm-backend-2', hour=0, 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