From 7e6887be0049ff34f18e74c3037180e3ee0cefd4 Mon Sep 17 00:00:00 2001 From: functionstackx <47992694+functionstackx@users.noreply.github.com> Date: Wed, 29 Jul 2026 23:49:57 -0400 Subject: [PATCH] chore(db): purge run 30405836523 (Kimi-K3 B300 AgentX non-DSpark) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add GitHub workflow run 30405836523 to PURGED_RUNS so ingest skips it and db:apply-overrides deletes its rows. The run is the ingest source run for PR #2397 (kimik3-fp4-b300-vllm-agentic, 12 agentic points), an arm that runs without speculative decoding; Kimi-K3 agentic coding is published DSpark-only. 中文:将 GitHub workflow run 30405836523 加入 PURGED_RUNS,使 ingest 跳过 该 run,并由 db:apply-overrides 删除其数据库记录。该 run 是 PR #2397 的 ingest 源 run(kimik3-fp4-b300-vllm-agentic,12 个 agentic 数据点), 属于不启用投机解码的分支;Kimi-K3 智能体编码仅发布 DSpark 结果。 Co-Authored-By: Claude Opus 5 (1M context) --- packages/db/src/etl/run-overrides.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/db/src/etl/run-overrides.ts b/packages/db/src/etl/run-overrides.ts index 7277e8dc9..ff2c4b159 100644 --- a/packages/db/src/etl/run-overrides.ts +++ b/packages/db/src/etl/run-overrides.ts @@ -74,6 +74,7 @@ export const PURGED_RUNS: ReadonlySet = new Set([ 29881640438, // 2026-07-22 | Reason: accidental ingest while testing (e2e Test GLM-5.2 AgentX, branch explore/glm52-h200-agentx-tuning-round2) 29882624421, // 2026-07-22 | Reason: accidental ingest while testing (e2e Test GLM-5.2 AgentX, branch explore/glm52-h200-agentx-tuning-round2) 29912027293, // 2026-07-22 | Reason: accidental ingest while testing + 30405836523, // 2026-07-28 | Reason: No non-DSpark — kimik3-fp4-b300-vllm-agentic AgentX points run without speculative decoding, and Kimi-K3 agentic coding is published DSpark-only (source run of the PR #2397 sweep-reuse ingest) ]); export const PURGED_RUN_ATTEMPTS: ReadonlyMap> = new Map([