[Buildbot-devel] A question about multiple changes
A.T.Hofkamp
a.t.hofkamp at tue.nl
Wed May 16 08:23:25 UTC 2012
On 05/16/2012 10:16 AM, Eric Zhu wrote:
> Hi there,
>
> I am using buildbot as my CI tool. I have a question about multiple changes.
> Hope anyone can help me. Thanks.
>
> I use git repository to manage my code and use git_buildbot.py to send changes
> to buildbot. Recently I find if multiple changes are sent, buildbot only buids
> the first and the last changes.
Iirc, there is a timeout setting in the scheduler for this:
From the "scheduling builds" manual section:
Many schedulers can be configured to wait a while after seeing a source-code change - this is the
tree stable timer. The timer allows multiple commits to be "batched" together. This is particularly
useful in distributed version control systems, where a developer may push a long sequence of changes
all at once. To save resources, it's often desirable only to test the most recent change.
Albert
More information about the devel
mailing list