[Buildbot-commits] [Buildbot] #2149: "Stop build" button cannot kill dependent schedule
Buildbot
nobody at buildbot.net
Mon Jan 30 01:08:21 UTC 2012
#2149: "Stop build" button cannot kill dependent schedule
--------------------+------------------------
Reporter: pwp | Owner:
Type: defect | Status: new
Priority: major | Milestone: undecided
Version: 0.8.4p2 | Resolution:
Keywords: |
--------------------+------------------------
Comment (by dustin):
OK, here's what I did to try to replicate:
{{{
c['schedulers'].append(ForceScheduler(
name="force",
builderNames=["builder"]))
c['schedulers'].append(dependent.Dependent(name="dep",
builderNames=[ 'builder2', ],
upstream=c['schedulers'][-1]))
}}}
I then forced a build on 'builder'. The dependent correctly triggered a
build on 'builder2'. I hit the "stop build" there, and the build stopped.
I'm confused by your replication recipe -- schedulers don't call commands,
and the "Stop Build" button doesn't kill schedulers (or "schedules", which
isn't a concept in Buildbot).
--
Ticket URL: <http://trac.buildbot.net/ticket/2149#comment:4>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list