[pypy-commit] buildbot default: set maxbuilds for raspberry-pi buildslaves

bivab noreply at buildbot.pypy.org
Wed May 8 10:03:54 CEST 2013


Author: David Schneider <david.schneider at picle.org>
Branch: 
Changeset: r816:0255e0434ee6
Date: 2013-05-08 10:03 +0200
http://bitbucket.org/pypy/buildbot/changeset/0255e0434ee6/

Log:	set maxbuilds for raspberry-pi buildslaves

diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/master.py
+++ b/bot2/pypybuildbot/master.py
@@ -184,9 +184,12 @@
 CPYTHON_64 = "cpython-2-benchmark-x86-64"
 
 
-extra_opts= {'xerxes': {'keepalive_interval': 15},
+extra_opts = {'xerxes': {'keepalive_interval': 15},
              'aurora': {'max_builds': 1},
              'salsa': {'max_builds': 1},
+             'hhu-raspberry-pi': {'max_builds': 1},
+             'hhu-pypy-pi': {'max_builds': 1},
+             'hhu-pypy-pi2': {'max_builds': 1},
              }
 
 BuildmasterConfig = {


More information about the pypy-commit mailing list