[pypy-commit] buildbot default: change name of ARM and PPC schedulers

bivab noreply at buildbot.pypy.org
Fri Aug 3 10:48:58 CEST 2012


Author: David Schneider <david.schneider at picle.org>
Branch: 
Changeset: r662:18fe17bd13d0
Date: 2012-08-03 09:53 +0200
http://bitbucket.org/pypy/buildbot/changeset/18fe17bd13d0/

Log:	change name of ARM and PPC schedulers

diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/master.py
+++ b/bot2/pypybuildbot/master.py
@@ -263,10 +263,10 @@
         Nightly("nighly-4-00-py3k", [
             LINUX32,                   # on tannit32, uses 4 cores
             ], branch='py3k', hour=4, minute=0),
-        Nightly("nighly-1-00-arm", [
+        Nightly("nighly-arm", [
             JITBACKENDONLYLINUXARM32,  # on hhu-arm
             ], branch='arm-backend-2', hour=22, minute=0),
-        Nightly("nighly-1-00-ppc", [
+        Nightly("nighly-ppc", [
             JITONLYLINUXPPC64,         # on gcc1
             ], branch='ppc-jit-backend', hour=1, minute=0),
 


More information about the pypy-commit mailing list