Author: David Schneider <[email protected]>
Branch: 
Changeset: r681:93e704cc927e
Date: 2012-09-05 17:57 +0200
http://bitbucket.org/pypy/buildbot/changeset/93e704cc927e/

Log:    Update the ARM test scheduler to use the default branch

diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/master.py
+++ b/bot2/pypybuildbot/master.py
@@ -298,10 +298,10 @@
             ], branch='py3k', hour=4, minute=0),
         Nightly("nighly-arm-0-00", [
             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),
+            APPLVLLINUXARM,            # on hhu-cross-arm, uses 1 core ~ 5 
hours
+            JITLINUXARM,               # on hhu-cross-arm, uses 1 core ~ 5 
hours
+            JITONLYLINUXARMEL,         # on hhu-qemu-armel
+            ], hour=0, minute=0),
         Nightly("nighly-ppc", [
             JITONLYLINUXPPC64,         # on gcc1
             ], branch='ppc-jit-backend', hour=1, minute=0),
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to