Skip to content

Commit 13230c5

Browse files
authored
chore(db): purge accidentally ingested GLM-5.2 test runs (#595)
1 parent 805edba commit 13230c5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ export const PURGED_RUNS: ReadonlySet<number> = new Set([
5050
29089300938, // 2026-07-10 | Reason: reverting due to rule to disallow any patching
5151
29425167775, // 2026-07-15 | Reason: reverting per rule that recipes PRs must merge before the InferenceX PR; also used the wrong draft model
5252
29427827757, // 2026-07-15 | Reason: sweep-reuse recovery of the run above (PR #2158) — reverted for the same reason
53+
29654139122, // 2026-07-18 | Reason: accidental ingest while testing
54+
29660737166, // 2026-07-18 | Reason: accidental ingest while testing
5355
]);
5456

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

0 commit comments

Comments
 (0)