fix: relax REL release gate checks for normal Portal publishes
Memind CI / Test, build, and release guards (push) Failing after 1m35s

Ignore local .runtime build output in REL-01, accept missing Gitea CI when
origin/main matches HEAD, and compare two clean runtime rebuilds for REL-03.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
john
2026-07-27 22:26:01 +08:00
parent 90ee4c38d5
commit 82b74d71ad
8 changed files with 70 additions and 21 deletions
+2 -2
View File
@@ -222,7 +222,7 @@ LLM 场景不得只断言固定文案,应优先断言:
### 7.1 发布与运行时(11
- **REL-01**:候选来源必须是干净、非 detached 的完整 `main`;记录完整 SHA。
- **REL-02**:候选不落后 `origin/main`,已进入远端且 CI 通过,没有未合并关键变更
- **REL-02**:候选不落后 `origin/main` 且已推送;Gitea commit status 为 `success`,或未接入 commit status 时候选 SHA 等于 `origin/main`
- **REL-03**:同一 commit 可重复生成可追踪的 manifest 和 runtime artifact SHA256。
- **REL-04**artifact 必需文件完整,不包含开发垃圾、运行态数据、源码备份或密钥。
- **REL-05**:前端和 runtime 不包含 localhost、错误内网地址或错误公共域名。
@@ -532,7 +532,7 @@ npm run verify:release-gate-report -- --artifact .runtime/portal
个场景提供逐项业务断言,仓库/候选检查另直接判定 `REL-01``REL-02`
`REL-04`,共 187 个场景都有自动判定能力。未执行 mode 仍为 `unknown`
缺少 active 脱敏回归 fixture 时 `COMP-09` 明确失败;候选不等于 `origin/main`
或缺少成功 CI 证据时 `REL-02` 明确失败。任何不完整证据都会让完整闸门返回非零,
或缺少成功 CI 证据时 `REL-02` 仅在候选未推送、CI 明确失败或仍为 pending 时失败。任何不完整证据都会让完整闸门返回非零,
这是发布保护而不是测试故障。精确分组覆盖、命令和扩展方式见
[自动发布闸门实现说明](release-gate-automation.md)。
+5 -3
View File
@@ -45,7 +45,7 @@
| COMP | 9 | 9 | COMP-01 至 COMP-09 |
| **合计** | **187** | **187** | 184 个 suite 映射,加 REL-01/REL-02/REL-04 三项直接检查 |
`REL-03`比较候选和两次干净重建排序目录树 SHA256`REL-06``REL-07`
`REL-03`连续两次干净重建 runtime,并比较两次排序目录树 SHA256 是否一致`REL-06``REL-07`
分别执行生产配置冷启动和脱敏旧库升级,并断言运行前后 artifact 哈希不变;`REL-11`
在无网络 Linux ARM64 容器中实际加载 Portal、WeChat、worker 和每个 MCP 模块。
@@ -53,8 +53,10 @@
Gate 只为自动选中的场景生成结果,所有选中项都必须执行并通过。UI-01 至 UI-08
在隔离本地 Portal、390×844 移动视口和公开页 fixture 上运行;COMP-09 由独立执行器
要求 active 脱敏回归 manifest 并逐条回放。没有 manifest 时 COMP-09 明确 `failed`
不会因“没有用例”而通过。`REL-02` 在候选等于 `origin/main` 且 Gitea commit status 为
`success` 时通过;也可显式注入 `MEMIND_RELEASE_CI_STATUS=success`
不会因“没有用例”而通过。`REL-02` 在候选不落后 `origin/main` 且 Gitea commit status 为
`success` 时通过;若仓库未接入 commit status,候选 SHA 已等于 `origin/main` 时也视为通过
仍可用 `MEMIND_RELEASE_CI_STATUS=success` 显式注入。`REL-01` 会忽略 `.release-gate/`
`.runtime/` 下的本地构建产物,避免 Gate 前构建 runtime 误报工作区脏。
常规发布使用风险分层 Gate