When our scheduled horde jobs fire we get a triage slack channel message when there are warnings/errors. However, it seems that when we manually fire a job with ‘new job’ in the web UI and there are warnings/errors we don’t see any triage slack channel messages produced. Is this expected behaviour? I couldn’t find any documentation or code that seems to treat scheduled jobs differently in this regard.
Our annotation attribute looks something like this:
<Node Name="..." Annotations="Workflow=code;AutoAssign=true;BuildBlocker=true;CreateIssues=true;NotifySubmitters=true">
<!-- ... -->
</Node>