Skip to content

Commit 6bf76b0

Browse files
authored
chore(db): purge 21 accidentally-ingested e2e-test runs (#617)
* chore(db): purge e2e-test runs 29651998085 and 29819261957 — accidental ingest Both are workflow_dispatch runs of .github/workflows/e2e-tests.yml on AMD agentx feature branches that were accidentally ingested into production: - 29651998085 (2026-07-18, amd/agentx_dsv4_sgl_mtp_0717): e2e Test - dsv4-fp4-mi355x-sglang-agentic-mtp ... - 29819261957 (2026-07-21, amd/agentx-v1.0-th-hicon): e2e Test - dsv4-fp4-mi355x-sglang-disagg-agentic-hicache (earlier sibling of 29912027293, purged in #616) On merge, apply-run-overrides.yml deletes each run's rows (benchmarks, agentic trace-replay sidecars, availability) from production, verifies the DB, and refreshes the cache; the entries also skip the runs on any future re-ingest. * chore(db): purge 19 more accidentally-ingested e2e-test runs Extends the purge to every other ingested run of e2e-tests.yml found by sweeping workflow-info across all data-dates. All are workflow_dispatch runs on feature branches, none intended for production: - 5 dsv4 agentic (amd/agentx_dsv4_sgl_mtp_debug / _0717), 2026-07-16..18 - 14 GLM-5.2 AgentX (explore/glm52-* / feat/glm52-*), 2026-07-19..22, mostly labeled "unofficial" — same class as the 2026-07-20 GLM-5.2 leak Deliberately excluded: the 2 e2e runs that ran on `main` (29657732517 GLM-5.2 concurrency curve, 29765418393 MiniMax-M2.7 EAGLE smoke) — left intact pending confirmation they are not intentional data.
1 parent bc84caf commit 6bf76b0

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

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

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,29 @@ 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+
29509107670, // 2026-07-16 | Reason: accidental ingest while testing (e2e Test dsv4 agentic, branch amd/agentx_dsv4_sgl_mtp_debug)
54+
29512851569, // 2026-07-16 | Reason: accidental ingest while testing (e2e Test dsv4 agentic, branch amd/agentx_dsv4_sgl_mtp_debug)
55+
29651589976, // 2026-07-18 | Reason: accidental ingest while testing (e2e Test dsv4 agentic, branch amd/agentx_dsv4_sgl_mtp_0717)
56+
29651793829, // 2026-07-18 | Reason: accidental ingest while testing (e2e Test dsv4 agentic, branch amd/agentx_dsv4_sgl_mtp_0717)
57+
29651909085, // 2026-07-18 | Reason: accidental ingest while testing (e2e Test dsv4 agentic, branch amd/agentx_dsv4_sgl_mtp_0717)
58+
29651998085, // 2026-07-18 | Reason: accidental ingest while testing (e2e Test dsv4-fp4-mi355x-sglang-agentic-mtp, branch amd/agentx_dsv4_sgl_mtp_0717)
5359
29654139122, // 2026-07-18 | Reason: accidental ingest while testing
5460
29660737166, // 2026-07-18 | Reason: accidental ingest while testing
61+
29702212452, // 2026-07-19 | Reason: accidental ingest while testing (e2e Test GLM-5.2 AgentX, branch feat/glm52-mi325x-agentx-full-context)
62+
29811350508, // 2026-07-21 | Reason: accidental ingest while testing (e2e Test GLM-5.2 AgentX, branch explore/glm52-h200-agentx-pp-pareto)
63+
29819261957, // 2026-07-21 | Reason: accidental ingest while testing (e2e Test dsv4-fp4-mi355x-sglang-disagg-agentic-hicache, branch amd/agentx-v1.0-th-hicon)
64+
29820102138, // 2026-07-21 | Reason: accidental ingest while testing (e2e Test GLM-5.2 AgentX, branch explore/glm52-h200-agentx-pp-pareto)
65+
29874235202, // 2026-07-21 | Reason: accidental ingest while testing (e2e Test GLM-5.2 AgentX, branch explore/glm52-h200-agentx-tuning-round2)
66+
29874236524, // 2026-07-21 | Reason: accidental ingest while testing (e2e Test GLM-5.2 AgentX, branch explore/glm52-h200-agentx-tuning-round2)
67+
29874237934, // 2026-07-21 | Reason: accidental ingest while testing (e2e Test GLM-5.2 AgentX, branch explore/glm52-h200-agentx-tuning-round2)
68+
29874239449, // 2026-07-21 | Reason: accidental ingest while testing (e2e Test GLM-5.2 AgentX, branch explore/glm52-h200-agentx-tuning-round2)
69+
29874240755, // 2026-07-21 | Reason: accidental ingest while testing (e2e Test GLM-5.2 AgentX, branch explore/glm52-h200-agentx-tuning-round2)
70+
29874242029, // 2026-07-21 | Reason: accidental ingest while testing (e2e Test GLM-5.2 AgentX, branch explore/glm52-h200-agentx-tuning-round2)
71+
29877960458, // 2026-07-21 | Reason: accidental ingest while testing (e2e Test GLM-5.2 AgentX, branch explore/glm52-h200-agentx-tuning-round2)
72+
29878256381, // 2026-07-21 | Reason: accidental ingest while testing (e2e Test GLM-5.2 AgentX, branch explore/glm52-h200-agentx-tuning-round2)
73+
29881040402, // 2026-07-22 | Reason: accidental ingest while testing (e2e Test GLM-5.2 AgentX, branch explore/glm52-h200-agentx-tuning-round2)
74+
29881640438, // 2026-07-22 | Reason: accidental ingest while testing (e2e Test GLM-5.2 AgentX, branch explore/glm52-h200-agentx-tuning-round2)
75+
29882624421, // 2026-07-22 | Reason: accidental ingest while testing (e2e Test GLM-5.2 AgentX, branch explore/glm52-h200-agentx-tuning-round2)
5576
29912027293, // 2026-07-22 | Reason: accidental ingest while testing
5677
]);
5778

0 commit comments

Comments
 (0)