<div dir="ltr">I know it's not yet possible but I can make it work I believe. <div><br></div><div>If you mean it's not possible code-wise, then I'll just take your word.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Mar 3, 2016 at 3:38 PM, Pierre Tardy <span dir="ltr"><<a href="mailto:tardyp@gmail.com" target="_blank">tardyp@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><p dir="ltr">Unfortunately this is not possible yet. </p>
<p dir="ltr">The solution is to make two trigger steps. <br>
The first with waitforfinish = false and containing your optional tests<br>
</p>
<br><div class="gmail_quote"><div><div class="h5"><div dir="ltr">Le jeu. 3 mars 2016 15:32, Francesco Di Mizio <<a href="mailto:francescodimizio@gmail.com" target="_blank">francescodimizio@gmail.com</a>> a écrit :<br></div></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5"><div dir="ltr">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.<div><br></div><div>So something like</div><div><br></div><div>Trigger(</div><div>    .....</div><div>    schdulerNames = [</div><div>         ("sched_1", will_fail_the_step = False)</div><div>         ("sched_2") # will_fail_the_step defaults to True</div><div>    ],</div><div>   other ctor params</div><div>)<br></div><div><br></div><div>and this would also affect <span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;font-weight:bold;line-height:16.8px;white-space:pre-wrap;background-color:rgba(255,255,140,0.498039)">getSchedulersAndProperties(). </span>and which would have to return a list of tuples with one more True/False param.</div><div><span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;font-weight:bold;line-height:16.8px;white-space:pre-wrap;background-color:rgba(255,255,140,0.498039)"><br></span></div><div>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.</div><div><br></div><div><br></div><div>Cheers!</div><div><br></div></div></div></div>
_______________________________________________<br>
users mailing list<br>
<a href="mailto:users@buildbot.net" target="_blank">users@buildbot.net</a><br>
<a href="https://lists.buildbot.net/mailman/listinfo/users" rel="noreferrer" target="_blank">https://lists.buildbot.net/mailman/listinfo/users</a></blockquote></div>
</blockquote></div><br></div>