Skip to content

fix: update smoke-copilot golden file for gh-aw-mcpg v0.1.26#22355

Merged
pelikhan merged 2 commits intomainfrom
copilot/fix-github-actions-workflow-build-wasm
Mar 23, 2026
Merged

fix: update smoke-copilot golden file for gh-aw-mcpg v0.1.26#22355
pelikhan merged 2 commits intomainfrom
copilot/fix-github-actions-workflow-build-wasm

Conversation

Copy link
Contributor

Copilot AI commented Mar 23, 2026

The build-wasm CI job was failing because the gh-aw-mcpg image was bumped to v0.1.26 in the source but the wasm golden file still referenced v0.1.25, causing TestWasmGolden_CompileFixtures/smoke-copilot to fail.

Changes

  • pkg/workflow/testdata/wasm_golden/TestWasmGolden_CompileFixtures/smoke-copilot.golden — updated two occurrences of ghcr.io/github/gh-aw-mcpg:v0.1.25v0.1.26:
    • The download_docker_images.sh invocation (image pre-pull list)
    • The MCP_GATEWAY_DOCKER_COMMAND export (runtime container reference)

Golden file regenerated via go test -update.

Original prompt

Fix the failing GitHub Actions workflow build-wasm
Analyze the workflow logs, identify the root cause of the failure, and implement a fix.
Job ID: 68116747805
Job URL: https://github.com/github/gh-aw/actions/runs/23417850289/job/68116747805


📱 Kick off Copilot coding agent tasks wherever you are with GitHub Mobile, available on iOS and Android.

Copilot AI changed the title [WIP] Fix failing GitHub Actions workflow build-wasm fix: update smoke-copilot golden file for gh-aw-mcpg v0.1.26 Mar 23, 2026
Copilot AI requested a review from pelikhan March 23, 2026 02:00
@pelikhan pelikhan marked this pull request as ready for review March 23, 2026 02:06
Copilot AI review requested due to automatic review settings March 23, 2026 02:06
@pelikhan pelikhan merged commit 9378dee into main Mar 23, 2026
49 checks passed
@pelikhan pelikhan deleted the copilot/fix-github-actions-workflow-build-wasm branch March 23, 2026 02:07
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

Updates the smoke-copilot WASM golden file to match the bumped gh-aw-mcpg container image version (v0.1.26), resolving the CI failure in TestWasmGolden_CompileFixtures/smoke-copilot.

Changes:

  • Updated the pre-pull image list to reference ghcr.io/github/gh-aw-mcpg:v0.1.26.
  • Updated MCP_GATEWAY_DOCKER_COMMAND to run ghcr.io/github/gh-aw-mcpg:v0.1.26.
  • Removed remaining references to gh-aw-mcpg:v0.1.25 from this golden file.

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

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.

3 participants