Pull Request已成功合入, 合并人@CANN-robot
(感谢 wangchuang616 的贡献)变更摘要
该 PR 主要针对冒烟任务(smoke 任务)的运行环境进行修复,通过调整 CI 工作流中的容器镜像仓库地址和运行节点规格来解决问题。具体涉及两个工作流文件:.gitcode/workflows/hccl_action.yml 将 Hccl 冒烟任务的预构建镜像仓库从 swr.cn-south-1 区域切换为 swr.cn-north-12 区域;.gitcode/workflows/ut_action.yml 将单测任务的自托管运行节点规格由 spec=xlarge 提升为 spec=2xlarge。改动规模较小(共 2 行增删),属于 CI 配置层面的调整,不涉及业务代码变更。
主要改动
- 调整 Hccl 冒烟镜像仓库地址:在
.gitcode/workflows/hccl_action.yml中,将冒烟任务的容器镜像源由swr.cn-south-1.myhuaweicloud.com/pre_smoke/...切换为swr.cn-north-12.myhuaweicloud.com/pre_smoke/...,以修复镜像拉取相关问题。 - 提升单测任务运行节点规格:在
.gitcode/workflows/ut_action.yml中,将runs-on标签中的运行环境规格从spec=xlarge调整为spec=2xlarge,为单测任务提供更大的节点资源。


Thanks for your pull-request.
The full list of commands accepted by me can be found at here.
You can get sig-info at here.
You can self-configure the PR merge rules for this repository. For more details, please refer to Here.
For more, you also can visit HICANN.
PR Approval Progress
✅ Congratulations! All modules have met the lgtm and approve requirements.
Module Approval Details
| module | lgtm status | approve status |
|---|---|---|
| .gitcode/** | ✅ Larry_liuyi, tanghaoran7 (2/2) | ✅ Larry_liuyi (1/1) |
💡 Tip:
- Committer can comment
/approveor/lgtm- Commenting
/approveimplies both code review (lgtm) and intent to merge (approve)
CLA Signature Pass
wangchuang616, thanks for your pull request. All authors of the commits have signed the CLA. 👍


compile


流水线任务触发成功
任务链接 [fd8320a464484221b20926e3f7cd1876][流水线指导]
| 任务名称 | 状态 | 日志 | 下载链接 |
|---|---|---|---|
| SCA | ✅ SUCCESS | >>>>> | |
| antipoison | ✅ SUCCESS | >>>>> | |
| Check_Pr | ✅ SUCCESS | >>>>> | |
| pre_comment | ✅ SUCCESS | >>>>> | |
| Compile_Ascend_X86 | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_ARM | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_X86_ubuntu24 | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_ARM_ubuntu24 | ✅ SUCCESS | >>>>> | >>>>> |
| StaticCheck_codespell | ✅ SUCCESS | ||
| StaticCheck_link_validity | ✅ SUCCESS | ||
| StaticCheck_resource_existence | ✅ SUCCESS | ||
| StaticCheck_tag_closed | ✅ SUCCESS | ||
| StaticCheck_markdownlint | ✅ SUCCESS | ||
| Compile_Ascend_X86_monitor | ✅ SUCCESS | >>>>> | |
| Compile_Ascend_ARM_monitor | ✅ SUCCESS | >>>>> | |
| UT_Test | ✅ SUCCESS | >>>>> | |
| API_Check | ✅ SUCCESS | >>>>> | |
| ST_Test | ✅ SUCCESS | >>>>> | |
| codecheck | ✅ SUCCESS | >>>>> | |
| precommit | ✅ SUCCESS | >>>>> | |
| codecheck_codestyle | ✅ SUCCESS | >>>>> | |
| PreSmoke_A900_npupool | ✅ SUCCESS | >>>>> | |
| PreSmoke_A3_npupool | ✅ SUCCESS | >>>>> |
[2026-08-20 17:34:57] CI执行结束




/lgtm


描述
关联的Issue
测试
文档更新
类型标签