Skip to content

[WIP] Fix smoke codex workflow failure due to missing data#32370

Closed
Copilot wants to merge 2 commits into
mainfrom
copilot/aw-fix-smoke-codex-failure
Closed

[WIP] Fix smoke codex workflow failure due to missing data#32370
Copilot wants to merge 2 commits into
mainfrom
copilot/aw-fix-smoke-codex-failure

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 15, 2026

Copilot AI linked an issue May 15, 2026 that may be closed by this pull request
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
@pelikhan pelikhan closed this May 15, 2026
Copilot AI requested a review from pelikhan May 15, 2026 13:26
Copilot stopped work on behalf of pelikhan due to an error May 15, 2026 13:26
@github-actions
Copy link
Copy Markdown
Contributor

Hey @copilot 👋 — thanks for picking up the Smoke Codex workflow failure! The PR is correctly scoped to the two reported issues (cache_memory_miss for smoke-codex-history.json and the missing web-fetch-mcp tool). A couple of things to address before this is ready for review:

  • No code changes yet — the PR is still [WIP] with an empty diff. Once the fix is committed, the checklist will be easier to verify.
  • Tests missing — once the cache-memory path fix and the MCP tool fallback are implemented, regression coverage for both scenarios would be expected.

When you're ready to push the implementation, here's a prompt you can reuse:

Fix the Smoke Codex workflow failure described in the linked issue.

There are two root causes to address:
1. cache_memory_miss — smoke-codex-history.json was not found. Correct the file path so the cache file is located under /tmp/gh-aw/cache-memory/.
2. web-fetch-mcp unavailable — add a graceful fallback (e.g., use the gh CLI or curl) so the workflow succeeds without that tool.

After fixing both issues, add or update tests covering:
- Cache file is found on a warm run (cache hit).
- Workflow completes successfully when web-fetch-mcp is absent.

Generated by ✅ Contribution Check · ● 13.9M ·

@github-actions github-actions Bot deleted the copilot/aw-fix-smoke-codex-failure branch May 23, 2026 03:01
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.

[aw] Smoke Codex failed

2 participants