[users at bb.net] optional parameter for trigger steps

Francesco Di Mizio francescodimizio at gmail.com
Thu Mar 3 14:32:34 UTC 2016


when specifying the scheduler names to kick, I'd like to choose which ones
are crucial, as in they're going to fail the step if they fail.

So something like

Trigger(
    .....
    schdulerNames = [
         ("sched_1", will_fail_the_step = False)
         ("sched_2") # will_fail_the_step defaults to True
    ],
   other ctor params
)

and this would also affect getSchedulersAndProperties(). and which would
have to return a list of tuples with one more True/False param.

I am just gonna work on this though if it's something you pips think might
be a 'good to have' as I do not want to have custom code.


Cheers!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.buildbot.net/pipermail/users/attachments/20160303/6dddf475/attachment.html>


More information about the users mailing list