-
Notifications
You must be signed in to change notification settings - Fork 37
Add build step and timeout updates to smoke workflows #11968
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
- Add 'make build' and 'make test' task to smoke-copilot.md - Add 'make build' and 'make test' task to smoke-codex.md - Add 'make test' task to smoke-claude.md (already has build test) - Add 'make build' and 'make test' task to smoke-opencode.md - Recompile all workflows to update .lock.yml files - Minimal changes following update-agentic-workflow.md guidelines - No UI changes CI note: lint-go failure in run 21378132566 is unrelated (unused funcs in add_command.go and add_interactive.go)
|
🎬 THE END — Smoke Claude MISSION: ACCOMPLISHED! The hero saves the day! ✨ |
|
📰 BREAKING: Smoke Copilot is now investigating this pull request. Sources say the story is developing... |
|
✨ The prophecy is fulfilled... Smoke Codex has completed its mystical journey. The stars align. 🌟 |
|
🎉 Yo ho ho! Changeset Generator found the treasure and completed successfully! ⚓💰 |
|
Overall: FAIL
|
Smoke Test: Claude - 21379512407Last 2 Merged PRs:
Test Results:
Overall: PARTIAL PASS (9/10)
|
|
📰 DEVELOPING STORY: Smoke Copilot reports failed. Our correspondents are investigating the incident... |
|
@copilot increase the timeout for smoke workflows, and remove |
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
📰 BREAKING: Smoke Copilot is now investigating this pull request. Sources say the story is developing... |
|
🎉 Yo ho ho! Changeset Generator found the treasure and completed successfully! ⚓💰 |
|
🎬 THE END — Smoke Claude MISSION: ACCOMPLISHED! The hero saves the day! ✨ |
|
@copilot merge main, regenerate and push. Then add the smoke label |
Updates lock files for security-alert-burndown and security-guard workflows to incorporate environment variable mirroring changes from main branch. Changes: - Add GH_AW_TOOL_BINS environment variable construction - Pass additional runner environment variables (ANDROID_*, CARGO_HOME, etc.) - Update PATH construction to use GH_AW_TOOL_BINS Related to env-mirror feature from origin/main.
…d-test-task # Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit.
|
🎬 THE END — Smoke Claude MISSION: ACCOMPLISHED! The hero saves the day! ✨ |
|
✨ The prophecy is fulfilled... Smoke Codex has completed its mystical journey. The stars align. 🌟 |
|
📰 BREAKING: Smoke Copilot is now investigating this pull request. Sources say the story is developing... |
|
🎉 Yo ho ho! Changeset Generator found the treasure and completed successfully! ⚓💰 |
|
MCP merged PRs: Consolidate shell escaping utilities into shell.go ✅; Add project field with campaign orchestration support to workflows ✅
|
|
📰 VERDICT: Smoke Copilot has concluded. All systems operational. This is a developing story. 🎤 |
|
Smoke Test: Claude - PASS PRs Reviewed:
Test Results: Overall: PASS
|
|
@copilot please investigate why this workflow can't use the latest Go version? https://github.com/githubnext/gh-aw/actions/runs/21411280693 |
Investigated run 21411280693 (Smoke Copilot). The job sets up Go 1.25.6 on the runner ( |
|
@copilot but the agent container has mounted the go and it's shared library to the container's PATH, isn't it? Please do a deep research to find the design flaw |
Deep-dive findings: the toolchain mount is present, but the PATH priority mechanism is likely not taking effect. The Copilot AWF command in the compiled smoke workflow uses |
The smoke workflows now include a build-only task that verifies
gh-awcan runmake build(nomake test) and have increased timeouts for the build to complete. This applies to allsmoke-*workflows across engines.smoke-copilot,smoke-codex,smoke-claude,smoke-opencode).goruntime is specified in all smoke workflow frontmatter..lock.ymlreflects the new task and settings.Example step added to smoke workflows:
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.
Changeset
Changeset
Changeset
Changeset
make buildcan run reliably.