chore: purge run 29427827757 (PR #2158 sweep-reuse recovery) / 清理 run 29427827757(PR #2158 sweep 复用恢复)#581
Merged
Conversation
Run 29427827757 (2026-07-15, "Recover PR #2158 database ingest via sweep reuse") re-ingested the same Kimi K2.6 NVFP4 B300 EAGLE3 AgentX data as run 29425167775, so it is purged for the same reason: reverting per the rule that recipes PRs must merge before the InferenceX PR merges, and the wrong draft model was used. 中文:run 29427827757(2026-07-15,"Recover PR #2158 database ingest via sweep reuse")通过 sweep 复用重新摄取了与 run 29425167775 相同的 Kimi K2.6 NVFP4 B300 EAGLE3 AgentX 数据,因此以相同原因一并清理:按照 recipes PR 必须先于 InferenceX PR 合并的规则回退该改动,且使用了错误的 draft model。 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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
Follow-up to #580. Adds GitHub workflow run 29427827757 (2026-07-15, "Recover PR #2158 database ingest via sweep reuse") to
PURGED_RUNS, so ingest skips it andpnpm db:apply-overrides(run automatically by the ingest workflows) removes any of its rows from the DB.Reason for purge: this run re-ingested the same Kimi K2.6 NVFP4 B300 EAGLE3 AgentX data as run 29425167775 (purged in #580), so it is purged for the same reason — the work is being reverted per the rule that recipes PRs must merge before the InferenceX PR merges, and the wrong draft model was used.
No frontend changes; chart-data-only DB override, so unofficial run overlays are unaffected.
中文说明
作为 #580 的后续,将 GitHub workflow run 29427827757(2026-07-15,"Recover PR #2158 database ingest via sweep reuse")加入
PURGED_RUNS,使 ingest 跳过该 run,并由 ingest workflow 自动执行的pnpm db:apply-overrides清除其数据库记录。清理原因: 该 run 通过 sweep 复用重新摄取了与 run 29425167775(已在 #580 中清理)相同的 Kimi K2.6 NVFP4 B300 EAGLE3 AgentX 数据,因此以相同原因一并清理 — 按照 recipes PR 必须先于 InferenceX PR 合并的规则回退该改动,且使用了错误的 draft model。
不涉及前端改动;仅为数据库层面的 override,不影响 unofficial run overlay。
🤖 Generated with Claude Code
Note
Low Risk
Single run ID added to an existing purge list; no application logic or auth changes, only ETL ingest enforcement.
Overview
Adds GitHub Actions run 29427827757 to
PURGED_RUNSinrun-overrides.ts, extending the cleanup from run 29425167775 (#580).That run was a sweep-reuse recovery for PR #2158 and re-ingested the same Kimi K2.6 NVFP4 B300 EAGLE3 AgentX data, so it is excluded for the same reasons (recipes/InferenceX merge order and wrong draft model). Ingest will skip it, and CI/
pnpm db:apply-overrideswill remove any existing rows for that run.Reviewed by Cursor Bugbot for commit 445f16b. Bugbot is set up for automated code reviews on this repo. Configure here.