Skip to content

Fix build-wasm CI: update golden files for gh-aw-mcpg v0.2.0#22421

Merged
pelikhan merged 4 commits intomainfrom
copilot/68178115822-fix-github-actions-workflow
Mar 23, 2026
Merged

Fix build-wasm CI: update golden files for gh-aw-mcpg v0.2.0#22421
pelikhan merged 4 commits intomainfrom
copilot/68178115822-fix-github-actions-workflow

Conversation

Copy link
Contributor

Copilot AI commented Mar 23, 2026

DefaultMCPGatewayVersion was bumped to v0.2.0 in constants.go but the three WASM golden fixtures were not updated, causing TestWasmGolden_CompileFixtures to fail across basic-copilot, smoke-copilot, and with-imports.

Changes

  • Golden files updated — replaced ghcr.io/github/gh-aw-mcpg:v0.1.26v0.2.0 in two places per file (the download_docker_images.sh invocation and the MCP_GATEWAY_DOCKER_COMMAND export):
    • testdata/wasm_golden/TestWasmGolden_CompileFixtures/basic-copilot.golden
    • testdata/wasm_golden/TestWasmGolden_CompileFixtures/smoke-copilot.golden
    • testdata/wasm_golden/TestWasmGolden_CompileFixtures/with-imports.golden
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: 68178115822
Job URL: https://github.com/github/gh-aw/actions/runs/23437181845/job/68178115822


⚡ Quickly spin up Copilot coding agent tasks from anywhere on your macOS or Windows machine with Raycast.

@github-actions github-actions bot mentioned this pull request Mar 23, 2026
Copilot AI changed the title [WIP] Fix failing GitHub Actions workflow build-wasm Fix build-wasm CI: update golden files for gh-aw-mcpg v0.2.0 Mar 23, 2026
Copilot AI requested a review from pelikhan March 23, 2026 12:39
@pelikhan pelikhan marked this pull request as ready for review March 23, 2026 13:59
Copilot AI review requested due to automatic review settings March 23, 2026 13:59
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 WASM golden fixtures to match the new default MCP Gateway image version (gh-aw-mcpg v0.2.0), fixing TestWasmGolden_CompileFixtures failures in the build-wasm CI job.

Changes:

  • Updated download_docker_images.sh invocation in golden outputs to pull ghcr.io/github/gh-aw-mcpg:v0.2.0.
  • Updated MCP_GATEWAY_DOCKER_COMMAND exports in golden outputs to run ghcr.io/github/gh-aw-mcpg:v0.2.0.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
pkg/workflow/testdata/wasm_golden/TestWasmGolden_CompileFixtures/basic-copilot.golden Bumps gh-aw-mcpg image tag to v0.2.0 in predownload + docker run command.
pkg/workflow/testdata/wasm_golden/TestWasmGolden_CompileFixtures/smoke-copilot.golden Bumps gh-aw-mcpg image tag to v0.2.0 in predownload + docker run command.
pkg/workflow/testdata/wasm_golden/TestWasmGolden_CompileFixtures/with-imports.golden Bumps gh-aw-mcpg image tag to v0.2.0 in predownload + docker run command.

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

@pelikhan pelikhan merged commit 5d43035 into main Mar 23, 2026
70 of 114 checks passed
@pelikhan pelikhan deleted the copilot/68178115822-fix-github-actions-workflow branch March 23, 2026 14:08
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