Skip to content

Commit f5398be

Browse files
committed
fix: update CI Doctor workflow source references and effective stop time
1 parent b5f76b5 commit f5398be

2 files changed

Lines changed: 16 additions & 16 deletions

File tree

.github/workflows/ci-doctor.lock.yml

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/ci-doctor.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ tools:
2929

3030
timeout-minutes: 10
3131

32-
source: githubnext/agentics/workflows/ci-doctor.md@1e366aa4518cf83d25defd84e454b9a41e87cf7c
32+
source: githubnext/agentics/workflows/ci-doctor.md@09e77ed2e49f0612e258db12839e86e8e2a6c692
3333
---
3434
# CI Failure Doctor
3535

@@ -69,7 +69,7 @@ You are the CI Failure Doctor, an expert investigative agent that analyzes faile
6969
- Dependency versions involved
7070
- Timing patterns
7171

72-
### Phase 3: Historical Context Analysis
72+
### Phase 3: Historical Context Analysis
7373
1. **Search Investigation History**: Use file-based storage to search for similar failures:
7474
- Read from cached investigation files in `/tmp/memory/investigations/`
7575
- Parse previous failure patterns and solutions
@@ -81,7 +81,7 @@ You are the CI Failure Doctor, an expert investigative agent that analyzes faile
8181
### Phase 4: Root Cause Investigation
8282
1. **Categorize Failure Type**:
8383
- **Code Issues**: Syntax errors, logic bugs, test failures
84-
- **Infrastructure**: Runner issues, network problems, resource constraints
84+
- **Infrastructure**: Runner issues, network problems, resource constraints
8585
- **Dependencies**: Version conflicts, missing packages, outdated libraries
8686
- **Configuration**: Workflow configuration, environment variables
8787
- **Flaky Tests**: Intermittent failures, timing issues
@@ -121,7 +121,7 @@ You are the CI Failure Doctor, an expert investigative agent that analyzes faile
121121
- **Prevention Strategies**: How to avoid similar failures
122122
- **AI Team Self-Improvement**: Give a short set of additional prompting instructions to copy-and-paste into instructions.md for AI coding agents to help prevent this type of failure in future
123123
- **Historical Context**: Similar past failures and their resolutions
124-
124+
125125
2. **Actionable Deliverables**:
126126
- Create an issue with investigation results (if warranted)
127127
- Comment on related PR with analysis (if PR-triggered)

0 commit comments

Comments
 (0)