Add smoke-antigravity workflow by cloning smoke-gemini onto antigravity engine#34729
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Adds a new smoke-antigravity Agentic Workflow that mirrors the existing smoke-gemini smoke test, but runs against the Antigravity engine and uses its own safe-output keys/labels so results are isolated from other smoke workflows.
Changes:
- Introduces
.github/workflows/smoke-antigravity.mddefining the Antigravity smoke test workflow and safe-output configuration. - Commits the compiled workflow lockfile
.github/workflows/smoke-antigravity.lock.ymlso it can run under the repo’s established “tracked lockfile” convention.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/smoke-antigravity.md |
New workflow definition mirroring smoke-gemini but targeting the Antigravity engine and using smoke-antigravity safe-output keys/labels. |
.github/workflows/smoke-antigravity.lock.yml |
Generated lockfile for the new workflow so it is runnable/validated like other committed smoke workflows. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 1/2 changed files
- Comments generated: 1
| run: | | ||
| rm -f "${RUNNER_TEMP}/gh-aw/mcp-config/mcp-servers.json" | ||
| rm -f /home/runner/.copilot/mcp-config.json | ||
| rm -f "$GITHUB_WORKSPACE/.gemini/settings.json" |
|
Hey Because this repository has no A couple of observations that might help the review:
If you would like to address the missing test coverage automatically, you can assign this prompt to your coding agent:
|
This PR adds a new smoke workflow variant,
smoke-antigravity, mirroringsmoke-geminibehavior while targeting the Antigravity engine. It introduces both the source workflow definition and its compiled lock counterpart so the new workflow is runnable under existing conventions.Workflow definition (
.github/workflows/smoke-antigravity.md)smoke-gemini.mdwith engine and workflow identity switched from Gemini to Antigravity.Compiled lock workflow (
.github/workflows/smoke-antigravity.lock.yml)Key engine/workflow delta