[Buildbot-devel] concurrency?

Benoît Allard benoit at aeteurope.nl
Tue Nov 29 12:35:35 UTC 2011


On 11/29/2011 12:38 PM, Fabrice Coulon wrote:
> Hi
>
> I have buildbot 0.8.5 with one buildmaster and ONLY one buildslave.
>
> I have 2 builders, let's call them A and B. I force start a build for
> A and immediately after a build for B.
>
> I have tested this same scenario with 0.8.3 and 0.8.5. Why is
> BuilderStatus.getPendingBuilds() in 0.8.3 or
> BuilderStatus.getPendingBuildRequestStatuses() in 0.8.5 always empty?
>
>> From the debug test.log (trial), it looks like both builders A and B
> are running their "RemoteShell" commands and there are no pending
> requests.
>
> This is surprising since there is only one buildslave, there should be
> one pending request ('B')
>
> How is this possible? Is this the expected behaviour? Any idea?

Did you had a look at the maxbuild option for your BuildSlave ?

http://buildbot.net/buildbot/docs/latest/manual/cfg-buildslaves.html#buildslave-options

If not set, an infinity of build can take place on your slave at the 
same time.

Regards,
Benoit

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4936 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://buildbot.net/pipermail/devel/attachments/20111129/4ceed614/attachment.bin>


More information about the devel mailing list