[pypy-commit] buildbot 0.8.4-compat: this hack is no longer supported, we should use a proper configuration to do it. However, we have only one slave per builder right now, so we don't care

antocuni noreply at buildbot.pypy.org
Sun Aug 7 20:58:44 CEST 2011


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: 0.8.4-compat
Changeset: r567:84caf591023e
Date: 2011-08-07 21:00 +0200
http://bitbucket.org/pypy/buildbot/changeset/84caf591023e/

Log:	this hack is no longer supported, we should use a proper
	configuration to do it. However, we have only one slave per builder
	right now, so we don't care

diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/master.py
+++ b/bot2/pypybuildbot/master.py
@@ -16,11 +16,6 @@
 # Done
 
 
-# Picking a random slave is not really what we want;
-# let's pick the first available one instead.
-Builder.CHOOSE_SLAVES_RANDOMLY = False
-
-
 status = WebStatus(httpPortNumber, allowForce=True)
 
 # pypy test summary page


More information about the pypy-commit mailing list