docs: CI失败排查报告 + 三台服务器Runner分工规划 #266

Merged
xiaoxia merged 2 commits from docs/ci-runner-planning into develop 2026-07-15 23:14:07 +08:00
Owner

内容

  1. CI失败排查报告 - 最近15次CI失败的根因分析

    • Validate失败:check_migration_safety.py black格式不对
    • Unit Tests失败:国际化后测试断言未同步
    • Integration Tests失败:密码重置接口404
  2. 三台服务器Runner分工规划

    • 构建服务器专跑Build
    • 新CI服务器专跑代码检查
    • 业务服务器专跑部署
    • 并发优化建议(integration-tests改并行 + concurrency配置)

请审批合并。

## 内容 1. **CI失败排查报告** - 最近15次CI失败的根因分析 - Validate失败:check_migration_safety.py black格式不对 - Unit Tests失败:国际化后测试断言未同步 - Integration Tests失败:密码重置接口404 2. **三台服务器Runner分工规划** - 构建服务器专跑Build - 新CI服务器专跑代码检查 - 业务服务器专跑部署 - 并发优化建议(integration-tests改并行 + concurrency配置) 请审批合并。
xiaoxia added 2 commits 2026-07-13 16:27:17 +08:00
docs: 新增 runner-planning.md
CI/CD Pipeline / Validate Code Quality And Tests (pull_request) Failing after 17s
CI/CD Pipeline / Unit Tests (pull_request) Failing after 47s
CI/CD Pipeline / Integration Tests (pull_request) Failing after 37s
CI/CD Pipeline / Frontend Lint (pull_request) Successful in 3m5s
CI/CD Pipeline / Build & Push Staging (Watchtower auto-deploy) (pull_request) Has been skipped
CI/CD Pipeline / Build Production Runtime Images (pull_request) Has been skipped
CI/CD Pipeline / Staging E2E Tests (pull_request) Has been skipped
CI/CD Pipeline / Staging API Integration Tests (pull_request) Has been skipped
CI/CD Pipeline / Deploy Production (pull_request) Has been skipped
CI/CD Pipeline / Production Browser E2E (pull_request) Has been skipped
f901705050
xiaoxia merged commit 9c71951cf2 into develop 2026-07-15 23:14:07 +08:00
Sign in to join this conversation.