fix(ci): stabilize Q3 bench gate cache and memory SLA#6
Merged
Conversation
统一开发原则、路线图与四道发布门禁,并在架构/TODO/边缘文档中引用工程铁律;新增工业验证报告模板与 CI 对照说明,以及 GitHub Actions 短测与构建冒烟门禁。 Co-authored-by: Cursor <cursoragent@cursor.com>
docs: 发布门禁战略文档、文档站导航与 PR 级 CI
Disable setup-go's built-in cache to avoid double-restore tar errors with actions/cache, and scope cache keys per job so parallel gates/bench-q3 jobs do not race. Stabilize heap baseline before Q3 drift measurement to reduce flaky failures near the 5% threshold. Co-authored-by: Cursor <cursoragent@cursor.com>
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
Disable setup-go's built-in cache to avoid double-restore tar errors with actions/cache, and scope cache keys per job so parallel gates/bench-q3 jobs do not race. Stabilize heap baseline before Q3 drift measurement to reduce flaky failures near the 5% threshold. Co-authored-by: Cursor <cursoragent@cursor.com>
新增 ROADMAP/DEVELOPMENT_PRINCIPLES 作为状态与原则入口,并从开发计划、架构现状与 Q3 方案交叉引用。 Co-authored-by: Cursor <cursoragent@cursor.com>
…-clean' of github.com:anviod/edgex into fix/ci-bench-q3-gate-clean
为长跑发布门禁提供后端采样、/diagnostics/soak API 与仪表盘 soak 面板;改版仪表盘布局与主题样式,并补充驱动 coverage 与 transport hook 以支撑单测。 Co-authored-by: Cursor <cursoragent@cursor.com>
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.
Disable setup-go's built-in cache to avoid double-restore tar errors with actions/cache, and scope cache keys per job so parallel gates/bench-q3 jobs do not race. Stabilize heap baseline before Q3 drift measurement to reduce flaky failures near the 5% threshold.