<div dir="ltr">Is there a way to add tags to a builder as buildbot is running and not just during startup? I'm trying to set up builds to add a "failure" tag to their builder if they fail, and the next build that succeeds to remove said tag. I'm trying to do this as a workaround for the following issue:<div><br></div><div><a href="https://github.com/buildbot/buildbot/issues/5056">https://github.com/buildbot/buildbot/issues/5056</a><br></div><div><br></div><div>I was digging into the doStepIf attribute of build steps and found I could get a reference to the builder tags through the step object passed to the custom doStepIf function at <step.build.builder.config.tags>. However when I modify this value while it does get updated, the webUI does not show the new tags so I'm obviously missing something.</div><div><br></div><div>The ability for my team to quickly identify build failures in the UI is fairly important and if we would be able to use tagging this would work well but I haven't had much success thus far.</div><div><br>-Sam</div></div>