[Buildbot-devel] Problems with multiple SVN codebases
Xavier Francoi
xavier.francois3981 at gmail.com
Tue May 6 01:23:04 UTC 2014
Yes the requests are queuing. And in the correct order.
The suggestion to use nextBuild was a good one. I was able to use that to
define a method that uses a "submittedAt" attribute to determine which
request to use to trigger the builder.
I will probably need a better way way to define nextBuild since there are
still issues when multiple requests occur too close together. This is
probably a consequence of pollinterval in SVNPoller. I think if the SVN
timestamps can be used somehow this could be fixed. So close!
On Mon, May 5, 2014 at 4:44 PM, Dustin J. Mitchell <dustin at v.igoro.us>wrote:
> On Mon, May 5, 2014 at 7:36 PM, Xavier Francoi
> <xavier.francois3981 at gmail.com> wrote:
> > However, the scheduler that was triggered multiple times isn't executing
> in
> > the order it was triggered (desired ordering for what I am doing = FIFO).
> > Is there an easy way for buildbot to process these triggers as FIFO?
>
> In the absence of other options, this is generally the way things
> work. Are those request queueing? If so, you may want to look into
> nextBuild.
>
> Dustin
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://buildbot.net/pipermail/devel/attachments/20140505/bed99c0a/attachment.html>
More information about the devel
mailing list