ci: notify Slack on regression failure in main#1504
Conversation
|
There was a problem hiding this comment.
Pull request overview
Adds a Slack notification to the HH3 regression benchmark workflow so the team is alerted when a baseline run on main fails.
Changes:
- Add a Slack notification step that runs only when the job fails and the run is a baseline (
pushtomain). - Send minimal context (workflow name and run URL) via the existing
GH_ACTION_NOTIFICATIONS_SLACK_WEBHOOK_URLwebhook trigger integration.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1504 +/- ##
==========================================
- Coverage 79.40% 79.40% -0.01%
==========================================
Files 446 446
Lines 76607 76607
Branches 76607 76607
==========================================
- Hits 60831 60830 -1
Misses 13656 13656
- Partials 2120 2121 +1 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
This PR doesn't alter the actual code, so the JS Solidity test runner benchmark regression is a false positive: https://github.com/NomicFoundation/edr/actions/runs/27998674617/job/82866323786?pr=1504 |
If the HH3 regression benchmark run fails on a (merge) commit to
main, a Slack notification will be sent to inform the team.