| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 2 年前 | ||
feat(ci): pytorch_ci_trigger 增加 GitHub event 调试信息打印及日志断言修复 Co-authored-by: wangsike<wangsike@huawei.com> # message auto-generated for no-merge-commit merge: !37404 merge master_pr_event into master feat(ci): pytorch_ci_trigger 增加 GitHub event 调试信息打印及日志断言修复 Created-by: kerer-sk Commit-by: wangsike Merged-by: ascend-robot Description: # 【合入来源】 - [x] issue/工单 关联 issue: https://gitcode.com/Ascend/pytorch/issues/2218 # 【修改方案】 1. 在 .github/workflows/pytorch_ci_trigger.yml build job 增加调试步骤: - 打印完整 github.event JSON - 打印完整 github.event.client_payload JSON - 打印关键字段汇总(event_type, action, repo.full_name, sender, downstream_repo, github.run_id) 用于排查上游 Dispatch 事件触发 CI 的问题 2. 修复 test/_inductor/test_inductor_graph_partition.py graph tree 日志断言,匹配去方括号后的新日志格式(关联 #2212) 3. 更新 op-plugin 和 torchair 子模块 commit id # 【资料变更】 不涉及 # 【接口变更】 不涉及 # 【功能验证】 - pytorch_ci_trigger workflow 接收 Dispatch 事件后可打印 event 信息 - test_graph_partition_log_message 测试断言与新日志格式匹配 # 【CheckList】 - [x] 代码注释完备,正确记录错误日志 - [x] 代码实现进行了返回值、空指针等校验 - [x] PR标题正确使用类型标签 - [ ] PR持续集成流水线(CI)执行通过,代码检查无异常 See merge request: Ascend/pytorch!37404 | 3 个月前 |