Skip to content

chore: remove smoke-gemini workflow#1033

Merged
Mossaka merged 1 commit intomainfrom
remove-smoke-gemini
Feb 25, 2026
Merged

chore: remove smoke-gemini workflow#1033
Mossaka merged 1 commit intomainfrom
remove-smoke-gemini

Conversation

@Mossaka
Copy link
Collaborator

@Mossaka Mossaka commented Feb 25, 2026

Summary

  • Remove smoke-gemini.md and smoke-gemini.lock.yml workflow files
  • The Gemini smoke test has been failing on all PRs due to a missing parse_gemini_log.cjs module
  • This causes noise in CI checks with a persistent red X that isn't related to any PR's changes

Test plan

  • No code changes, only workflow file deletion
  • Verify no other workflows depend on smoke-gemini

🤖 Generated with Claude Code

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>
Copilot AI review requested due to automatic review settings February 25, 2026 18:49
@github-actions
Copy link
Contributor

✅ Coverage Check Passed

Overall Coverage

Metric Base PR Delta
Lines 82.39% 82.54% 📈 +0.15%
Statements 82.32% 82.46% 📈 +0.14%
Functions 82.74% 82.74% ➡️ +0.00%
Branches 74.55% 74.65% 📈 +0.10%
📁 Per-file Coverage Changes (1 files)
File Lines (Before → After) Statements (Before → After)
src/docker-manager.ts 83.6% → 84.1% (+0.56%) 82.8% → 83.4% (+0.54%)

Coverage comparison generated by scripts/ci/compare-coverage.ts

@Mossaka Mossaka merged commit 012ec95 into main Feb 25, 2026
50 of 55 checks passed
@Mossaka Mossaka deleted the remove-smoke-gemini branch February 25, 2026 18:50
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.yml will break scripts/ci/postprocess-smoke-workflows.ts: it unconditionally reads this lock file from its workflowPaths array and will throw/exit once the file is gone. Update that script to remove the Gemini entry (or guard missing files with an existsSync check) so workflow compilation/post-processing continues to work.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@github-actions
Copy link
Contributor

C++ Build Test Results

Project CMake Build Status
fmt PASS
json PASS

Overall: PASS

Generated by Build Test C++ for issue #1033

@github-actions
Copy link
Contributor

🧪 Smoke test results for @Mossaka (no assignees)

Overall: PASS

📰 BREAKING: Report filed by Smoke Copilot for issue #1033

@github-actions
Copy link
Contributor

🧪 Build Test: Bun

Project Install Tests Status
elysia 1/1 PASS
hono 1/1 PASS

Overall: ✅ PASS

Bun v1.3.9 — all tests passed across both projects.

Generated by Build Test Bun for issue #1033

@github-actions
Copy link
Contributor

.NET Build Test Results

Project Restore Build Run Status
hello-world PASS
json-parse PASS

Overall: PASS

Run output

hello-world:

Hello, World!

json-parse:

{
  "Name": "AWF Test",
  "Version": 1,
  "Success": true
}
Name: AWF Test, Success: True

Generated by Build Test .NET for issue #1033

@github-actions
Copy link
Contributor

Rust Build Test Results

Project Build Tests Status
fd 1/1 PASS
zoxide 1/1 PASS

Overall: ✅ PASS

Generated by Build Test Rust for issue #1033

@github-actions
Copy link
Contributor

Smoke Test Results — Claude ✅ PASS

💥 [THE END] — Illustrated by Smoke Claude for issue #1033

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants