fix: refresh clownfish dashboard aggregates - #1
Draft
brokemac79 wants to merge 1 commit into
Draft
Conversation
brokemac79
changed the base branch from
main
to
codex/upstream-main-dashboard-base
July 3, 2026 17:14
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.
Summary
Root Cause
The scheduled publisher could exit before running the aggregate/dashboard path when no missing cluster artifacts were found. The existing frequent schedule also passed
--skip-aggregate, so successful runs could leave the README dashboard stuck on an old timestamp.The failed-cluster count was also inflated for
cluster-batch.ymlartifacts because backfill wrote one parent workflow conclusion for every matrix child. A single failed matrix job could make all sibling child records look failed.Validation
node --check scripts/backfill-cluster-results.mjsnode --check scripts/filter-reviewed-artifacts.mjsnode --check scripts/result-run-identity.mjsnode --test test/publisher-artifact-recovery.test.mjs test/publish-result.test.mjs test/result-run-identity.test.mjs(14 pass)codex review -c service_tier='"fast"' --uncommitted; final review reported no actionable bugs.Notes
npm testwas attempted during this investigation but is not clean on this Windows checkout because of existing fixture/environment issues unrelated to this patch, including fake.mjscommand execution on Windows, GitHub 404s in preflight fixtures, and malformed archived job fixtures.