Conversation
The Gemini smoke test has been failing on all PRs due to a missing parse_gemini_log.cjs module, causing noise in CI checks. Removing until Gemini engine support is fully implemented. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
✅ Coverage Check PassedOverall Coverage
📁 Per-file Coverage Changes (1 files)
Coverage comparison generated by |
There was a problem hiding this comment.
Pull request overview
This PR removes the Gemini smoke-test GitHub Actions workflow to eliminate persistent CI noise caused by a missing parse_gemini_log.cjs module in that workflow’s execution path.
Changes:
- Delete the source workflow definition:
.github/workflows/smoke-gemini.md - Delete the compiled lock workflow:
.github/workflows/smoke-gemini.lock.yml
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/smoke-gemini.md | Removes the Gemini smoke test workflow definition. |
| .github/workflows/smoke-gemini.lock.yml | Removes the compiled/locked GitHub Actions workflow for Gemini. |
Comments suppressed due to low confidence (1)
.github/workflows/smoke-gemini.lock.yml:1
- Removing
smoke-gemini.lock.ymlwill breakscripts/ci/postprocess-smoke-workflows.ts: it unconditionally reads this lock file from itsworkflowPathsarray and will throw/exit once the file is gone. Update that script to remove the Gemini entry (or guard missing files with anexistsSynccheck) so workflow compilation/post-processing continues to work.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
C++ Build Test Results
Overall: PASS
|
|
🧪 Smoke test results for
Overall: PASS
|
🧪 Build Test: Bun
Overall: ✅ PASS
|
.NET Build Test Results
Overall: PASS Run outputhello-world: json-parse: {
"Name": "AWF Test",
"Version": 1,
"Success": true
}
Name: AWF Test, Success: True
|
Rust Build Test Results
Overall: ✅ PASS
|
|
Smoke Test Results — Claude ✅ PASS
|
Summary
smoke-gemini.mdandsmoke-gemini.lock.ymlworkflow filesparse_gemini_log.cjsmoduleTest plan
🤖 Generated with Claude Code