Author: David Schneider <[email protected]>
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 = {
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to