Add Slack alerts for canary workflow failures#4158
Merged
Conversation
Notify #oa-marin-eng when the daily GPU or TPU canary fails on schedule. Uses slackapi/slack-github-action with the SLACK_WEBHOOK_URL secret. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 1ef9f967d0
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Teardown should not be delayed by the Slack notification — H100 costs matter more than a few seconds of alert latency. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
rjpower
approved these changes
Mar 26, 2026
Helw150
pushed a commit
that referenced
this pull request
Apr 8, 2026
## Summary - Adds a Slack notification step to both GPU (`marin-canary-ferry-cw`) and TPU (`marin-canary-ferry`) canary workflows - Fires only on scheduled runs that fail (not manual `workflow_dispatch`) - Posts to `#oa-marin-eng` via incoming webhook (`SLACK_WEBHOOK_URL` secret already set) ## Test plan - [x] `SLACK_WEBHOOK_URL` secret added to repo - [x] Webhook verified working from local curl - [ ] Verify alert appears in `#oa-marin-eng` on next canary failure (or trigger manually and check GH Actions logs for the Slack step) 🤖 Generated with [Claude Code](https://claude.com/claude-code) --------- Co-authored-by: yoblin <268258002+yoblin@users.noreply.github.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
marin-canary-ferry-cw) and TPU (marin-canary-ferry) canary workflowsworkflow_dispatch)#oa-marin-engvia incoming webhook (SLACK_WEBHOOK_URLsecret already set)Test plan
SLACK_WEBHOOK_URLsecret added to repo#oa-marin-engon next canary failure (or trigger manually and check GH Actions logs for the Slack step)🤖 Generated with Claude Code