[cache-strategy] Daily Cache Strategy Analysis - 2026-08-27 #56437
Closed
Replies: 1 comment
|
This discussion has been marked as outdated by Daily Cache Strategy Analyzer. A newer discussion is available at Discussion #56720. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Daily Cache Strategy Analysis - 2026-08-27
Summary
Analyzed 76 workflow runs across 65 workflows where
aw_info.jsondeclaredcache_memory: true.No Critical or High findings met the issue-creation threshold today.
${{ github.run_id }}or${{ github.run_number }}withoutrestore-keys.prompt-clustering-analysis.mdwas checked as the main volatile-key candidate and is using the valid last-one-wins pattern withrestore-keysat lines 39-43.cache-strategycache memory was initialized and updated:/tmp/gh-aw/cache-memory/cache-strategy/runs.json/tmp/gh-aw/cache-memory/cache-strategy/index.json/tmp/gh-aw/cache-memory/cache-strategy/known-issues.jsonStrong Signals
Workflows with explicit cache-memory behavior in source and successful cache-update phases
These do not look misconfigured from today's evidence:
Daily Go Test Parallelizer: 5 runs today, explicit cache instructions in source,update_cache_memory=successon runs33032074515,33046665669,33069305330.Code Scanning Fixer: explicit reads/writes to/tmp/gh-aw/cache-memory/fixed-alerts.jsonl; one successful cache update on run33032986061.Daily AW Cross-Repo Compile Check: explicit cache root/tmp/gh-aw/cache-memory/aw-compatand rolling history management in source.Skipped cache updates on later failed runs appear to be downstream workflow failures, not cache-key misconfiguration.
Watchlist
Workflows worth re-checking tomorrow because the task prompt never moved beyond the generic cache-memory preamble
These runs had
cache_memory: trueinaw_info.json, but the rendered task prompt had no cache-memory references after the generic system section.Deep Report: runs33031757597,33057955120,33090384370,33117604491<cache-memory>block at lines 19-23..github/workflows/deep-report.md] usesrepo-memorypaths instead of/tmp/gh-aw/cache-memory/.Smoke Copilot - AOAI (apikey)run33030627298Smoke Pirun33030751053Smoke Copilot ARM64run33030923389Smoke Copilotrun33031095753Smoke Geminirun33031271487Smoke Update Cross-Repo PRrun33031410425cache-memory: true, but the task bodies do not include a cache-memory read/write step.Smoke Codexis the counterexample; it explicitly tests/tmp/gh-aw/cache-memory/smoke-codex-history.json.Recommended follow-up if the pattern repeats:
cache-memory: truewhere the workflow never reads or writes cache data.Evidence
Representative evidence excerpts
Actions Taken
known-issues.jsonremains empty.All reactions