[Buildbot-commits] [Buildbot] #296: should have a way of running builds after X seconds of idle
Buildbot
nobody at buildbot.net
Thu Oct 6 03:08:48 UTC 2011
#296: should have a way of running builds after X seconds of idle
------------------------+--------------------
Reporter: bhearsum | Owner:
Type: enhancement | Status: new
Priority: major | Milestone: 0.9.+
Version: 0.7.7 | Resolution:
Keywords: |
------------------------+--------------------
Changes (by dustin):
* milestone: 0.8.+ => 0.9.+
Comment:
It's hard to detect "idle", which users will expect to be a slave-related
concept, not builder-related. It's particularly hard to detect in a
distributed sense - and I want to get away from implementing single-master
features that break down in a multi-master context.
With a message-bus in place, it would be possible for the scheduler to
schedule a build for a builder if it hadn't heard about any new build
requests for that scheduler in N seconds, and there were no outstanding
build requests for the builder at that time.
--
Ticket URL: <http://trac.buildbot.net/ticket/296#comment:32>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list