Buildbot 0.8.1 构建前处于非活动状态 2 分钟
如果之前已经回答过这个问题,我深表歉意 - 我似乎找不到任何以前的问答。
我运行 buildbot 0.8.1 并使用 PBChangeSource() 接收来自 svn 的更改。问题是构建只会在提交后 2 分钟后开始。我很确定有一个配置可以用来消除暂停,但我在文档中找不到任何内容。谢谢。
My apologies if this has been answered before - I can't seem to find any previous q&a on this.
I run buildbot 0.8.1 and use PBChangeSource() to receive changes from svn. Problem is a build will only start exactly 2 minutes after a commit. I am pretty sure there is a config somewhere that I can use to make the pause go away, but I can't find anything in the documentation. Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这听起来像 treeStableTimer (请参阅 http://buildbot.net/ buildbot/docs/0.8.1/full.html#Scheduler-Scheduler)。
您应该能够将其设置为 0(尽管我认为有一些延迟很有用)。
That sounds like the treeStableTimer (see http://buildbot.net/buildbot/docs/0.8.1/full.html#Scheduler-Scheduler).
You should be able to set this to 0 (though I think it is useful to have some delay).