Skip to content

docs: investigate and document Smoke Copilot workflow failure resolution#434

Closed
Copilot wants to merge 2 commits intomainfrom
copilot/debug-smoke-copilot-failure
Closed

docs: investigate and document Smoke Copilot workflow failure resolution#434
Copilot wants to merge 2 commits intomainfrom
copilot/debug-smoke-copilot-failure

Conversation

Copy link
Contributor

Copilot AI commented Jan 27, 2026

The Smoke Copilot workflow failed on Jan 22, 2026 (run 21232652692) with unable to prepare context: path "/snapshot/gh-aw-firewall/containers/agent" not found. Investigation shows the issue was already resolved on main.

Root Cause

The failing workflow had a binary/execution mismatch:

  • Installed packaged binary via install_awf_binary.sh v0.10.0 (lacks source files at /snapshot/gh-aw-firewall/)
  • Executed with --image-tag 0.10.0 flag, which attempted local container build
  • Failed because packaged binary doesn't include containers/ directory

Current Status

Main branch already contains the fix (commit 13846d1):

  • Builds awf from source (npm cinpm run build → wrapper script)
  • Uses --image-tag 0.10.0 to pull pre-built container images from GHCR
  • Latest run: successful (Jan 27, 2026)

Recommendation

Issue can be closed. Workflow is functioning correctly on main with multiple successful runs since Jan 26.

Original prompt

This section details on the original issue you should resolve

<issue_title>[agentics] Smoke Copilot failed</issue_title>
<issue_description>### Workflow Failure

Workflow: Smoke Copilot
Branch: add-local-awf-transform-script
Run URL: https://github.com/githubnext/gh-aw-firewall/actions/runs/21232652692
Pull Request: #356

Action Required

Debug this workflow failure using the agentic-workflows agent:

/agent agentic-workflows

When prompted, instruct the agent to debug this workflow failure.

Generated from Smoke Copilot

  • expires on Jan 29, 2026, 1:37 AM UTC

Comments on the Issue (you are @copilot in this section)


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI changed the title [WIP] Debug workflow failure for Smoke Copilot docs: investigate and document Smoke Copilot workflow failure resolution Jan 27, 2026
Copilot AI requested a review from Mossaka January 27, 2026 05:12
@Mossaka
Copy link
Collaborator

Mossaka commented Jan 30, 2026

Investigation Complete

This PR was created to investigate the Smoke Copilot workflow failure in issue #382.

Finding: The issue is already resolved on main. The workflow has been running successfully since Jan 26, 2026.

Recommendation: Close this PR - there are no changes to merge. The underlying issue should also be closed.

Recent successful Smoke Copilot runs confirm the fix is working.

@Mossaka
Copy link
Collaborator

Mossaka commented Feb 3, 2026

@copilot please merge origin/main

@Mossaka Mossaka closed this Feb 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[agentics] Smoke Copilot failed

2 participants