Ingest reusable sweeps with normal artifact handling / 使用常规产物处理摄取复用扫描#582
Merged
Conversation
Centralize CI artifact preparation in TypeScript. Select the newest valid artifact family per logical benchmark point, use publication-run changelog metadata, discover attempts from GitHub, preserve source provenance, and fail closed on preparation errors. 将 CI 工件准备集中到 TypeScript。按每个逻辑基准点选择最新有效的工件组,使用发布运行的变更日志元数据,从 GitHub 自动获取尝试次数,保留源运行来源,并在准备错误时安全失败。
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Pass the workspace artifact path through the step environment before using it in validator shell commands, satisfying the GitHub Actions security audit without changing behavior. 先通过步骤环境变量传递工作区工件路径,再在验证器的 shell 命令中使用,以在不改变行为的情况下通过 GitHub Actions 安全审计。
Remove benchmark-content inspection, logical-point inference, companion pairing, and reusable-set validation. Keep only exact-name deduplication and merge-run changelog substitution before the existing ingestion path.\n\n中文:移除基准测试内容检查、逻辑点推断、配套产物匹配和复用产物集验证。仅保留按精确名称去重及合并运行变更日志替换,然后交给现有摄取流程处理。
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 9adcb24. Configure here.
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
source-run-idandmerge-run-idin both ingest workflowschangelog-metadatawith the newest merge-run changelogEnd-to-end flow
Validation
29367944489: dry run selected 262 artifacts from 288 uploads29445892486: dry run selected 85 artifacts from 86 uploads29508236865for changelog metadata and downloaded no artifactsRelated producer PR: SemiAnalysisAI/InferenceX#2244
中文说明
source-run-id和merge-run-idchangelog-metadata替换源运行变更日志端到端流程现在只有:InferenceX 发送两个运行 ID,InferenceX-app 下载常规源产物并替换合并运行变更日志,随后由现有摄取逻辑映射数据、跳过失败基准测试结果并写入数据库。
验证结果:362 个数据库单元测试通过;类型检查、lint、格式检查和差异检查通过;PR #2145 与 PR #2224 的实时 dry run 均成功,且未下载任何产物。