已合并
修复冒烟任务 #2692
wangchuang616创建于 5 天前
修复冒烟任务 #2692
已合并
wangchuang616创建于 5 天前
5 天前

描述

关联的Issue

测试

文档更新

类型标签

likedislike
Pull Request已成功合入, 合并人@CANN-robot
(感谢 wangchuang616 的贡献)
Wwangchuang616
5 天前 创建了 pull request,commit ee979361
atomgit-bot
atomgit-bot
5 天前 评论:

变更摘要

该 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,为单测任务提供更大的节点资源。
likedislike
atomgit-bot
atomgit-bot
5 天前 评论:

代码审查

✅ 未发现问题

likedislike
CANN-robotCANN-robot成员
5 天前 添加了label:cann-cla/yes
CANN-robot
CANN-robot成员
5 天前 评论:

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 /approve or /lgtm
  • Commenting /approve implies 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. 👍

likedislike
CANN-robotCANN-robot成员
5 天前 将mywaaagh_admin,leabclove,songchangxia,tanghaoran7,yanglianxiang2,ccNeo824,chengym,shentukangjun,ccl_ligang,linyf950,yanzhenghang,chenliang267,yanyefeng,chenhao_,dingweiqin_57,Larry_liuyi,songmingyang,wenxuemin,yangxiaoyuan,laodazhao1,yangshaohua,chenke2026,zhongqin2020,bz_lee,Innoecho,chenyia,temper7620,zhangxp1030,abiggg,lilin_137,lilianlin_hw,hulk1997,zhuyiming3,ouyangxizi设为评审人
CANN-robotCANN-robot成员
5 天前 将mywaaagh_admin,songchangxia,tanghaoran7,shentukangjun,Larry_liuyi设为审查人
wangchuang616
5 天前 评论:

compile

likedislike
Wwangchuang616
5 天前 update merge request[project id: 8277906, iid: 2692, commit_id: 5cbe9b53ab84b4cd1ca77e6f70015991f16252e3] virtual merging success
CANN-robotCANN-robot成员
5 天前 添加了label:ci-pipeline-running
CANN-robot
CANN-robot成员
5 天前 评论:

流水线任务触发成功
任务链接 [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执行结束

likedislike
CANN-robotCANN-robot成员
5 天前 添加了label:api-check-pass
CANN-robotCANN-robot成员
5 天前 删除了label:ci-pipeline-running
CANN-robotCANN-robot成员
5 天前 添加了label:ci-pipeline-passed
CANN-robot
CANN-robot成员
5 天前 评论:
流水线 PR-pipeline_cann_hccl#6620 [ commitID:4e63c684 ] 已完成
likedislike
tanghaoran
tanghaoran成员
4 天前 评论:

/lgtm

likedislike
Larry成员
4 天前 评论:

/approve
/lgtm

likedislike
CANN-robotCANN-robot成员
4 天前 添加了label:lgtmapproved
CANN-robotCANN-robot成员
4 天前 合入了pull request