From 9c608e91736c7715c7552231ddef5666dd0bb86e Mon Sep 17 00:00:00 2001 From: Oseltamivir <58582368+Oseltamivir@users.noreply.github.com> Date: Thu, 23 Jul 2026 14:37:21 +0800 Subject: [PATCH] =?UTF-8?q?chore(db):=20purge=20run=2029912027293=20?= =?UTF-8?q?=E2=80=94=20accidental=20ingest?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add GitHub Actions run 29912027293 (e2e Test - dsv4-fp4-mi355x-sglang-disagg-agentic-hicache, branch amd/agentx-v1.0-th-hicon-dpa) to PURGED_RUNS. It was accidentally ingested while testing and is currently the sole run backing the DeepSeek-V4-Pro / MI355X / mori-sglang / FP4 / disagg / agentic_traces / offload=on line on the dashboard (conc 48/64/96/128, benchmark_results 436604-436607). On merge, apply-run-overrides.yml deletes the run's rows (benchmarks, agentic trace-replay sidecars, availability) from production, verifies the DB, and refreshes the cache. The entry also skips the run on any future re-ingest. --- 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 f6b1d3b5..c2addc6a 100644 --- a/packages/db/src/etl/run-overrides.ts +++ b/packages/db/src/etl/run-overrides.ts @@ -52,6 +52,7 @@ export const PURGED_RUNS: ReadonlySet = new Set([ 29427827757, // 2026-07-15 | Reason: sweep-reuse recovery of the run above (PR #2158) — reverted for the same reason 29654139122, // 2026-07-18 | Reason: accidental ingest while testing 29660737166, // 2026-07-18 | Reason: accidental ingest while testing + 29912027293, // 2026-07-22 | Reason: accidental ingest while testing ]); export const PURGED_RUN_ATTEMPTS: ReadonlyMap> = new Map([