Skip to content

chore(db): purge run 29912027293 — accidental ingest#616

Merged
Oseltamivir merged 1 commit into
masterfrom
chore/purge-run-29912027293
Jul 23, 2026
Merged

chore(db): purge run 29912027293 — accidental ingest#616
Oseltamivir merged 1 commit into
masterfrom
chore/purge-run-29912027293

Conversation

@Oseltamivir

@Oseltamivir Oseltamivir commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

Summary

Adds GitHub Actions run 29912027293 (e2e Test - dsv4-fp4-mi355x-sglang-disagg-agentic-hicache, branch amd/agentx-v1.0-th-hicon-dpa) to PURGED_RUNS in run-overrides.ts.

The run was accidentally ingested while testing. It is currently the sole run backing this line on the dashboard:

  • DeepSeek-V4-Pro / MI355X / mori-sglang / FP4 / disagg / agentic_traces / offload=on, concurrencies 48 / 64 / 96 / 128 (benchmark_results 436604–436607).

Effect on merge

.github/workflows/apply-run-overrides.yml triggers on any change to run-overrides.ts pushed to master and runs pnpm admin:db:apply-overrides --yes, which transactionally deletes the run's rows (benchmarks, server logs, run stats, evals, changelogs, agentic_trace_replay sidecars, and orphaned availability rows), verifies the DB, then invalidates and warms the production cache. The entry also causes isRunAttemptPurged to skip the run on any future re-ingest.

Whole-run purge (all attempts), consistent with the existing 2026-07-18 accidental-ingest entries (29654139122, 29660737166).

Verification

  • Confirmed via the production API (/api/v1/benchmarks?...&exactRun=true&runId=29912027293) that the run produced 4 agentic_traces points and is the winning/latest run for its line.
  • pnpm lint / pnpm fmt / pnpm typecheck pass (pre-commit hook green).

Note

Low Risk
Single run-ID addition to an existing purge list; operational data cleanup with no auth or core logic changes.

Overview
Adds GitHub Actions run 29912027293 to PURGED_RUNS in run-overrides.ts because it was accidentally ingested during testing (same pattern as the 2026-07-18 accidental-ingest entries).

On merge, CI’s apply-run-overrides flow will delete that run’s production benchmark data and isRunAttemptPurged will block any future re-ingest of the run.

Reviewed by Cursor Bugbot for commit 9c608e9. Bugbot is set up for automated code reviews on this repo. Configure here.

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.
Copilot AI review requested due to automatic review settings July 23, 2026 06:37
@Oseltamivir
Oseltamivir requested a review from adibarra as a code owner July 23, 2026 06:37
@vercel

vercel Bot commented Jul 23, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
inferencemax-app Ready Ready Preview, Comment Jul 23, 2026 6:38am

Request Review

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Purges an accidentally ingested GitHub Actions run from the DB by adding its run ID to the ETL override list, so production cleanup automation can delete the associated rows and prevent future re-ingest.

Changes:

  • Add run 29912027293 to PURGED_RUNS to trigger whole-run purge behavior and future ingest skipping.

Process note (blocking per repo guidelines):

  • The PR title/body are English-only; this repo requires bilingual (English + Simplified Chinese) PR title and a ## 中文说明 section in the description.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@Oseltamivir
Oseltamivir merged commit bc84caf into master Jul 23, 2026
24 checks passed
@Oseltamivir
Oseltamivir deleted the chore/purge-run-29912027293 branch July 23, 2026 06:41
Oseltamivir added a commit that referenced this pull request Jul 23, 2026
* 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants