chore(db): purge attempt 1 of run 29651235293 / 清理运行 29651235293 的第 1 次尝试 - #691
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Remove the non-MTP attempt because it is outside the current AgentX focus and used an outdated AgentX harness. 中文:清理运行 29651235293 的第 1 次尝试;该尝试未启用 MTP,不属于当前 AgentX 的重点范围,且使用了过时的 AgentX harness。
cquil11
force-pushed
the
agent/purge-run-29651235293
branch
from
August 7, 2026 20:16
559c408 to
9cd8ce6
Compare
cquil11
marked this pull request as ready for review
August 7, 2026 20:16
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.
Summary
PURGED_RUN_ATTEMPTS.Why
This attempt is non-MTP, which is outside the current AgentX focus, and it used an outdated AgentX harness. Scoping the override to attempt 1 keeps any future rerun under the same workflow run ID eligible for ingestion.
Impact
After merge,
apply-run-overrides.ymlautomatically removes data associated with attempt 1, verifies the production database, invalidates the production cache, and warms it again. No other run or attempt is affected.Validation
bun test packages/db/src/etl/run-overrides.test.ts(12 passed)oxlint,oxfmt, andtsc --noEmit中文说明
概要
PURGED_RUN_ATTEMPTS。原因
该尝试未启用 MTP,不属于当前 AgentX 的重点范围,且使用了过时的 AgentX harness。按第 1 次尝试的范围记录 override,可使同一 workflow run ID 未来可能产生的重跑仍可正常摄取。
影响
合并后,
apply-run-overrides.yml将自动删除第 1 次尝试关联的数据、验证生产数据库、使生产缓存失效并重新预热。其他运行或尝试不受影响。验证
bun test packages/db/src/etl/run-overrides.test.ts(12 项通过)oxlint、oxfmt与tsc --noEmitNote
Low Risk
Single audited ETL override using the existing purge pipeline; production impact is limited to one workflow attempt’s benchmark rows.
Overview
Adds workflow run 29651235293, attempt 1 to
PURGED_RUN_ATTEMPTSinrun-overrides.tsso ingest skips that attempt and merged CI removes its benchmark data from production.The override is scoped to attempt 1 only (non-MTP AgentX run with an outdated harness), so other attempts under the same run ID can still be ingested later.
Reviewed by Cursor Bugbot for commit 9cd8ce6. Bugbot is set up for automated code reviews on this repo. Configure here.