<div dir="ltr">Creating a followup step is what I would do as the simplest.<div><br></div>You can also do a ShellCommand subclass that will download the logs conditionally in "evaluateCommand".<div>You can use getFileContentFromWorker from CompositeStepMixin and then addFullLog.</div><div>This has the caveat of loading the full content of the log into memory, which could not be scalable.</div><div><br></div>Another option is to always watch the log using ShellCommand's logfiles, and delete them using data API in evaluateCommand.<div><br></div><div>Note that issue #3025 is only about waterfall. step hiding works in normal buildsummary views, which are used everywhere else.</div><div><br><div><div><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">Regards,</div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">Pierre</div></div><br></div></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le lun. 3 août 2020 à 11:06, Ryan Schmidt <<a href="mailto:buildbot@ryandesign.com">buildbot@ryandesign.com</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
<br>
On Aug 3, 2020, at 03:38, Ryan Schmidt wrote:<br>
<br>
> I'm considering creating an additional build step that would only run if the previous step failed (can I do that?) that would find and cat each config.log.<br>
<br>
Or maybe I want the step to run every time, but if it doesn't find any config.log files (i.e. if the step produces nothing on stdout) then the step would be hidden using hideStepIf somehow.<br>
<br>
Except that according to <a href="https://github.com/buildbot/buildbot/issues/3025" rel="noreferrer" target="_blank">https://github.com/buildbot/buildbot/issues/3025</a> hideStepIf doesn't work anymore?<br>
<br>
_______________________________________________<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><br>
</blockquote></div>