Skip to content

[ca] fix: update golden files for awf v0.25.6 and mcpg v0.2.11#23846

Merged
pelikhan merged 1 commit intomainfrom
fix/ci-golden-file-versions-f0848fa4643f9841
Apr 1, 2026
Merged

[ca] fix: update golden files for awf v0.25.6 and mcpg v0.2.11#23846
pelikhan merged 1 commit intomainfrom
fix/ci-golden-file-versions-f0848fa4643f9841

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot commented Apr 1, 2026

Summary

Fixes CI failure on main branch (run #23833753721).

Root Cause

The TestWasmGolden_CompileFixtures tests were failing because two version constants were bumped in pkg/constants/constants.go but the corresponding golden test files weren't updated:

  • DefaultFirewallVersion: v0.25.5v0.25.6
  • DefaultMCPGatewayVersion: v0.2.10v0.2.11

Changes

Updated golden files for the failing test cases:

  • pkg/workflow/testdata/wasm_golden/TestWasmGolden_CompileFixtures/basic-copilot.golden
  • pkg/workflow/testdata/wasm_golden/TestWasmGolden_CompileFixtures/with-imports.golden

Each file had 5 occurrences of the old versions updated to the new values.

Validation

  • make fmt — passes
  • make test-unit — all tests pass (including TestWasmGolden_CompileFixtures/basic-copilot and TestWasmGolden_CompileFixtures/with-imports)
  • make recompile — 179/179 workflows compiled successfully

Generated by CI Cleaner ·

  • expires on Apr 3, 2026, 6:41 AM UTC

Update test golden files to match new default versions:
- DefaultFirewallVersion: v0.25.5 → v0.25.6
- DefaultMCPGatewayVersion: v0.2.10 → v0.2.11

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@pelikhan pelikhan marked this pull request as ready for review April 1, 2026 11:19
Copilot AI review requested due to automatic review settings April 1, 2026 11:19
@pelikhan pelikhan merged commit f06242f into main Apr 1, 2026
1 check passed
@pelikhan pelikhan deleted the fix/ci-golden-file-versions-f0848fa4643f9841 branch April 1, 2026 11:19
Copy link
Copy Markdown
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 test fixtures to match recently bumped default component versions (AWF and MCP Gateway), unblocking failing CI golden tests.

Changes:

  • Bump expected GH_AW_INFO_AWF_VERSION in golden outputs from v0.25.5v0.25.6
  • Update AWF install step and firewall image tags from 0.25.50.25.6 in golden outputs
  • Update MCP Gateway image/tag references from v0.2.10v0.2.11 in golden outputs

Reviewed changes

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

File Description
pkg/workflow/testdata/wasm_golden/TestWasmGolden_CompileFixtures/basic-copilot.golden Updates expected workflow render output to new AWF and MCP Gateway versions.
pkg/workflow/testdata/wasm_golden/TestWasmGolden_CompileFixtures/with-imports.golden Same golden version updates for the “with-imports” fixture output.

💡 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.

2 participants