You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: embed immediate Slack failure notification in release pipelines
Alternative to the scheduled failure digest (#6337): add a notify-failure
job to each of the 10 *.pipeline.yml orchestrators. It needs every job in
the pipeline and runs on failure(), so any failed job posts to Slack
immediately — no scan timing, no dedup logic, and a failed rerun re-posts.
Guarded on the same release context as release-gate (main + autorelease/
dispatch-release ref + inputs.release), so PR runs never notify. Reuses the
same Slack Workflow Builder payload ({count, failures}) and the same
SLACK_RELEASE_FAILURE_WEBHOOK_URL secret as the digest, so the two designs
are drop-in comparable. Label includes the config basename since one
workflow releases several configs via matrix.
0 commit comments