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: drop slack webhook step and skip last-attempt sleep
Existing org-level Slack notifications already fire on job failure for
this repo, so a dedicated SLACK_RELEASE_WEBHOOK_URL step was redundant.
Removing it eliminates the unprovisioned secret and the silent no-op
fallback. The job still fails non-zero on exhausted retries (no
continue-on-error), which is what the existing notifier hooks into.
Also guard the retry-loop sleep with `attempt -lt 3` so the loop no
longer sleeps 90s after the final failed attempt before exit 1.
Ticket: VL-6353
Session-Id: 171773d2-746b-4f79-8b23-5ad8c11f2e5e
Task-Id: d6793c61-de39-41c3-80f1-5352025fb58c
0 commit comments