#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
------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Buildbot-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/buildbot-commits

Reply via email to