[Buildbot-commits] buildbot ChangeLog,1.899,1.900

Brian Warner warner at users.sourceforge.net
Tue Aug 7 19:48:56 UTC 2007


Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv28164

Modified Files:
	ChangeLog 
Log Message:
[project @ add BuildSlave.canStartBuild, use it to decide if slaves can be used]

Original author: warner at lothar.com
Date: 2007-08-07 19:48:24+00:00

Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.899
retrieving revision 1.900
diff -u -d -r1.899 -r1.900
--- ChangeLog	7 Aug 2007 19:21:39 -0000	1.899
+++ ChangeLog	7 Aug 2007 19:48:54 -0000	1.900
@@ -1,5 +1,12 @@
 2007-08-07  Brian Warner  <warner at lothar.com>
 
+	* buildbot/buildslave.py (BuildSlave.canStartBuild): incorporate
+	the second of Dustin's #48 patches, this one adding a method to
+	the BuildSlave that allows it to decide whether it is willing to
+	participate in a build or not.
+	(SlaveBuilder.isAvailable): use canStartBuild() to decide
+	* buildbot/test/test_run.py (CanStartBuild): test for it
+
 	* all: incorporate the first of four patches by Dustin Mitchell
 	from ticket #48, working towards improving control over slave
 	concurrency. The first patch is to use a long-lived BuildSlave





More information about the Commits mailing list