English 中文(简体)
Buildbot 0.8.1 inactive for 2 minutes before building
原标题:
  • 时间:2010-08-11 19:28:00
  •  标签:
  • buildbot

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.

问题回答

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).





相关问题
buildbot on windows as a service

After following the suggestions outlined on their website on how to set up buildbot on windows, I m left with one last question - I have multiple slaves and one master all set up on one computer (they ...

Buildbot 0.8.1 inactive for 2 minutes before building

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 ...

Exceptions from Buildbots PeriodicScheduler intervals?

Buildbots Periodic scheduler triggers builds at fixed intervals (e.g. every 30 minutes). But there are certain times (e.g. at night, during the weekend or while regular maintenance is performed) where ...

run buildbot on Windows XP

I recently stumbled over buildbot and wanted to give it a try. My problem is that I have to run it under Windows because we don t use Linux on workstations or servers in my company. I ve already ...

buildbot: run SVNPoller with --trust-server-cert

I asked this similar question and got a satisfactory answer. However, doing the same with SVNPoller doesn t work. So how can I pass --trust-server-cert as an extra param to SVNPoller in buildbot

buildbot: run svn with --trust-server-cert

I am trying to install buildbot for my project. I always run my svn commands with trust-server-cert option. How can I pass that to SVN thru buildbot? I don t see there is a way for doing that. What ...

热门标签