Add Claude AI test failure analysis to Slack notifications#3381
Open
robbycochran wants to merge 4 commits into
Open
Add Claude AI test failure analysis to Slack notifications#3381robbycochran wants to merge 4 commits into
robbycochran wants to merge 4 commits into
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3381 +/- ##
=======================================
Coverage 27.34% 27.34%
=======================================
Files 95 95
Lines 5420 5420
Branches 2545 2545
=======================================
Hits 1482 1482
Misses 3211 3211
Partials 727 727
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Automatically analyzes integration test failures using Claude AI and includes intelligent insights in Slack notifications to #team-acs-collector-oncall. Key features: - Claude has full source code access via claude-code-base-action - Analyzes JUnit XML reports, failing test source, and git history - Detects platform-specific patterns (arch/OS) - Provides file:line precision and actionable recommendations - Skill-based approach (.claude/commands/) for maintainability - Graceful fallback if analysis fails - Test with PR label without Slack spam Architecture: - Integration tests fail → collect-failures job identifies failures - analyze-and-notify reusable workflow runs Claude skill - Claude creates analysis-report.md with root cause analysis - notify job posts to Slack (skipped for PR label tests) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
bed7306 to
ebe5421
Compare
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.5 <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
Adds claude CI failure analysis that runs before posting failure to slack.