Fix build-wasm CI: update golden files for gh-aw-mcpg v0.2.0#22421
Merged
Fix build-wasm CI: update golden files for gh-aw-mcpg v0.2.0#22421
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> Agent-Logs-Url: https://github.com/github/gh-aw/sessions/c6ace0a0-7859-4010-9cc0-842eff5d9652
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> Agent-Logs-Url: https://github.com/github/gh-aw/sessions/c6ace0a0-7859-4010-9cc0-842eff5d9652
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
Contributor
There was a problem hiding this comment.
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.shinvocation in golden outputs to pullghcr.io/github/gh-aw-mcpg:v0.2.0. - Updated
MCP_GATEWAY_DOCKER_COMMANDexports in golden outputs to runghcr.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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
DefaultMCPGatewayVersionwas bumped tov0.2.0inconstants.gobut the three WASM golden fixtures were not updated, causingTestWasmGolden_CompileFixturesto fail acrossbasic-copilot,smoke-copilot, andwith-imports.Changes
ghcr.io/github/gh-aw-mcpg:v0.1.26→v0.2.0in two places per file (thedownload_docker_images.shinvocation and theMCP_GATEWAY_DOCKER_COMMANDexport):testdata/wasm_golden/TestWasmGolden_CompileFixtures/basic-copilot.goldentestdata/wasm_golden/TestWasmGolden_CompileFixtures/smoke-copilot.goldentestdata/wasm_golden/TestWasmGolden_CompileFixtures/with-imports.goldenOriginal prompt
⚡ Quickly spin up Copilot coding agent tasks from anywhere on your macOS or Windows machine with Raycast.