[pypy-commit] buildbot default: schedule PPC and ARM jit-only-own tests to be run nightly

bivab noreply at buildbot.pypy.org
Thu Jul 19 10:45:00 CEST 2012


Author: David Schneider <david.schneider at picle.org>
Branch: 
Changeset: r656:850b8ec4ee9a
Date: 2012-07-19 10:44 +0200
http://bitbucket.org/pypy/buildbot/changeset/850b8ec4ee9a/

Log:	schedule PPC and ARM jit-only-own tests to be run nightly

diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/master.py
+++ b/bot2/pypybuildbot/master.py
@@ -252,6 +252,8 @@
             JITWIN32,                  # on aurora
             #JITFREEBSD64,              # on headless
             JITMACOSX64,               # on mvt's machine
+            JITONLYLINUXARM32,         # on hhu-arm
+            JITONLYLINUXPPC64,         # on gcc1
             ], branch=None, hour=3, minute=0),
 
         Nightly("nighly-4-00-py3k", [


More information about the pypy-commit mailing list