Skip to content

[BUGFIX]定时触发没有input导致没有触发citest - #114

Merged
alexanderbin123 merged 12 commits into
HYGON-AI:v0.25.1from
Crowder13:v0.25.1
Sep 15, 2026
Merged

alexanderbin123 merged 12 commits into
HYGON-AI:v0.25.1from
Crowder13:v0.25.1

Conversation

@Crowder13

Copy link
Copy Markdown
Contributor

No description provided.

zhangyh15 and others added 7 commits September 10, 2026 14:38
- 新增 docker-image-scheduler: 每日定时用 gh workflow run 分发
  v0.25.1 与 v0.28.1-dev 的镜像构建
- docker-image 构建工作流移除 schedule 触发与 workspace 修复步骤
  (下游测试 job 结束时已自带 workspace 清理)
- Dockerfile 注入 IMAGE_TAG ENV, 镜像内可溯源完整 Harbor 引用
- release-whl-pypi 注入 GITHUB_TOKEN 供 CIUpload 查询关联 PR
@hygon-ai-ai-reviewer

hygon-ai-ai-reviewer Bot commented Sep 15, 2026

Copy link
Copy Markdown

AI Review

本次变更中未发现有明确证据的正确性或安全性问题。

@hygon-ai-ai-reviewer

Copy link
Copy Markdown

AI CI 失败分析

工作流:HCU PR CI
状态:失败

总结

  • Static gate and test selection:tests/patch/test_hcu_ci_selector.py:801 断言失败:用例 test_workspace_repairs_detect_wrong_owners_and_directories 要求 .github/workflows/release-docker-image.yml、validate-docker-image.yml 等文件内容包含 '! -uid "$uid"',实际读取内容不含该字符串(L372-L375、L387),本批日志直接证明该断言失败;其余 2282 用例通过(L388)。

  • ci-gate:门禁步骤按设计因 STATIC_RESULT=failure 而退出:L43 显示 static=failure auth=skipped hcu=skipped,脚本输出 Static gate or selector failed. 后以 exit 1 结束。exit 1 是对上游静态检查失败的转发信号,静态检查任务自身的直接报错不在本批日志中,其失败原因本批无法确定。

与本次改动的关系

无法确定:已定位的直接异常对本次改动的关联判断一致。

建议处理

  1. 核对 PR 改动的 2 个文件与被断言 workflow 的对应关系:若本次改动有意移除或调整 '-uid' 相关检查,需同步更新 tests/patch/test_hcu_ci_selector.py 中的断言;若非本意修改,恢复 workflow 文件中被删除的内容。方向需人工核验。

  2. 查看产出 STATIC_RESULT 的静态检查/选择器任务日志中的直接报错,按其证据再做修复;本批只见 ci-gate 门禁脚本按预期拦截了 failure 结果并退出,门禁逻辑本身未见缺陷。

@alexanderbin123
alexanderbin123 merged commit ce2b65f into HYGON-AI:v0.25.1 Sep 15, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants