Skip to content

Commit bc84caf

Browse files
authored
chore(db): purge run 29912027293 — accidental ingest (#616)
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.
1 parent 2b0dd5a commit bc84caf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/db/src/etl/run-overrides.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ export const PURGED_RUNS: ReadonlySet<number> = new Set([
5252
29427827757, // 2026-07-15 | Reason: sweep-reuse recovery of the run above (PR #2158) — reverted for the same reason
5353
29654139122, // 2026-07-18 | Reason: accidental ingest while testing
5454
29660737166, // 2026-07-18 | Reason: accidental ingest while testing
55+
29912027293, // 2026-07-22 | Reason: accidental ingest while testing
5556
]);
5657

5758
export const PURGED_RUN_ATTEMPTS: ReadonlyMap<number, ReadonlySet<number>> = new Map([

0 commit comments

Comments
 (0)