feat(training): add candidate model promotion workflow - #13
Merged
Conversation
This was referenced Aug 24, 2026
Teakowa
marked this pull request as ready for review
August 24, 2026 17:06
Teakowa
force-pushed
the
codex/issue-8-model-promotion-stacked
branch
from
August 24, 2026 17:12
c50bf30 to
bd53ad6
Compare
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.
对应 Issue
OWBastion/ocrkit#8 — candidate-to-stable model promotion workflow
本 PR 改动
依赖与状态
这是 #8 的实现 PR,#12 已合并到
main,当前 branch 已 rebase 到最新main。promotion 在兼容性证据缺失或失败时 fail-closed。CI 流程
普通 PR workflow 只运行 pytest 与一次公开 run-code smoke,不再 checkout 私有数据或重复执行完整 OCR corpus。完整 Bastion screenshot compatibility gate 已拆到手动/nightly workflow,并保留 report/log artifact;model release 仍会在发布前执行完整 gate。
验证
uv sync --locked --extra devuv run pytest -q: 239 passedgit diff --checkFixes #8