chore(db): purge run 32695861783 (DSV4 B300 SGLang AgentX dev image) / 清除 run 32695861783(DSV4 B300 SGLang AgentX 开发镜像) - #873
Merged
Conversation
Add GitHub workflow run 32695861783 to PURGED_RUNS so ingest skips it and db:apply-overrides deletes its rows. The run is the ingest source run for PR #2701 (dsv4-fp4-b300-sglang-agentic-hicache-mtp, 12 agentic points, ingested by InferenceX-app run 32894869068 on 2026-08-25). Every benchmark job in it served on lmsysorg/sglang-staging:dev-cu13-pr-35880, a staging image built from the unmerged SGLang draft PR sgl-project/sglang#35880, so the results do not correspond to any released SGLang build. Only this run is purged. The three earlier sweeps on the same branch (32514214332, 32497504172, 32454825757) failed and were never ingested. 中文:将 GitHub workflow run 32695861783 加入 PURGED_RUNS,使 ingest 跳过该 run,并由 db:apply-overrides 删除其数据库记录。该 run 是 PR #2701 的 ingest 源 run(dsv4-fp4-b300-sglang-agentic-hicache-mtp,12 个 agentic 数据点, 由 InferenceX-app run 32894869068 于 2026-08-25 完成 ingest)。该 run 中所有 基准测试作业均使用 lmsysorg/sglang-staging:dev-cu13-pr-35880 staging 镜像, 它构建自尚未合并的 SGLang 草稿 PR sgl-project/sglang#35880,因此结果不对应 任何已发布的 SGLang 版本。 仅清除该 run。同一分支上更早的三次 sweep(32514214332、32497504172、 32454825757)均已失败,从未被 ingest。
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds run
32695861783toPURGED_RUNS, so ingest skips it anddb:apply-overridesdeletes its rows.It is the ingest source run for InferenceX#2701 (
dsv4-fp4-b300-sglang-agentic-hicache-mtp, 12 agentic points). Every job served onlmsysorg/sglang-staging:dev-cu13-pr-35880, built from the unmerged draft sgl-project/sglang#35880, so the results match no released SGLang build.Only this run is purged — the three earlier sweeps on that branch (32514214332, 32497504172, 32454825757) failed and were never ingested.
中文说明
将 run
32695861783加入PURGED_RUNS,使 ingest 跳过该 run,并由db:apply-overrides删除其数据库记录。该 run 是 InferenceX#2701 的 ingest 源 run(
dsv4-fp4-b300-sglang-agentic-hicache-mtp,12 个 agentic 数据点)。其中所有作业均使用lmsysorg/sglang-staging:dev-cu13-pr-35880镜像,构建自尚未合并的草稿 PR sgl-project/sglang#35880,因此结果不对应任何已发布的 SGLang 版本。仅清除该 run —— 同一分支上更早的三次 sweep(32514214332、32497504172、32454825757)均已失败,从未被 ingest。
Note
Low Risk
Single-run ETL override that drops non-production benchmark data; no application logic or auth changes, though CI will delete existing DB rows for that run after merge.
Overview
Adds GitHub Actions run
32695861783toPURGED_RUNSinrun-overrides.ts, so the ingest pipeline skips it (isRunAttemptPurged) anddb:apply-overridesremoves any rows already stored for that run.The purge targets the ingest source for the
dsv4-fp4-b300-sglang-agentic-hicache-mtpAgentX sweep (InferenceX PR #2701): jobs ran on a staging dev image (lmsysorg/sglang-staging:dev-cu13-pr-35880) built from an unmerged SGLang draft PR, so the points are not comparable to released-stack benchmarks.Reviewed by Cursor Bugbot for commit f430e90. Bugbot is set up for automated code reviews on this repo. Configure here.