chore: purge run 29425167775 (Kimi K2.6 B300 EAGLE3 AgentX) / 清理 run 29425167775(Kimi K2.6 B300 EAGLE3 AgentX)#580
Merged
Conversation
Add GitHub workflow run 29425167775 (2026-07-15, "Add Kimi K2.6 NVFP4 B300 EAGLE3 AgentX benchmark") to PURGED_RUNS so ingest skips it and `pnpm db:apply-overrides` removes any of its rows. The run is being reverted per the rule that recipes PRs must merge before the InferenceX PR merges, and it also used the wrong draft model. 中文:将 GitHub workflow run 29425167775(2026-07-15,"Add Kimi K2.6 NVFP4 B300 EAGLE3 AgentX benchmark")加入 PURGED_RUNS,使 ingest 跳过 该 run,并通过 `pnpm db:apply-overrides` 清除其数据库记录。清理原因: 按照 recipes PR 必须先于 InferenceX PR 合并的规则回退该改动,且该 run 使用了错误的 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
Adds GitHub workflow run 29425167775 (2026-07-15, "Add Kimi K2.6 NVFP4 B300 EAGLE3 AgentX benchmark") 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 — same pattern as #553.Reason for purge: the run is being reverted per the rule that recipes PRs must merge before the InferenceX PR merges, and it also used the wrong draft model.
No frontend changes; chart-data-only DB override, so unofficial run overlays are unaffected.
中文说明
将 GitHub workflow run 29425167775(2026-07-15,"Add Kimi K2.6 NVFP4 B300 EAGLE3 AgentX benchmark")加入
PURGED_RUNS,使 ingest 跳过该 run,并由 ingest workflow 自动执行的pnpm db:apply-overrides清除其数据库记录 — 与 #553 采用相同模式。清理原因: 按照 recipes PR 必须先于 InferenceX PR 合并的规则回退该改动,且该 run 使用了错误的 draft model。
不涉及前端改动;仅为数据库层面的 override,不影响 unofficial run overlay。
🤖 Generated with Claude Code
Note
Low Risk
Single ID added to an ETL override list; no application logic or auth changes, only excluding one benchmark run from the database.
Overview
Adds workflow run 29425167775 (2026-07-15, Kimi K2.6 B300 EAGLE3 AgentX benchmark) to
PURGED_RUNSinrun-overrides.ts, matching the existing purge pattern used for other bad or reverted benchmark runs.Ingest will skip this run via
isRunAttemptPurged, and CI/localpnpm db:apply-overrideswill delete any rows already stored for that run ID. Documented reason: revert per recipes-before-InferenceX merge rule and wrong draft model.Reviewed by Cursor Bugbot for commit 891cd4e. Bugbot is set up for automated code reviews on this repo. Configure here.