已合并
update actions runs-on config #168
update actions runs-on config #168
已合并
tanghaoran创建于 7 天前
tanghaoran
tanghaoran成员
7 天前

Pull Request 模板


描述

请提供此Pull Request的预期功能,以方便检视。

类型

如何测试

描述测试这个变更的步骤,包括哪些文件需要被修改。

Checklist:

其他信息

在这里可以添加任何与这个 Pull Request 相关的其他说明。

likedislike
Pull Request已成功合入, 合并人@CANN-robot
(感谢 tanghaoran 的贡献)
tanghaorantanghaoran成员
7 天前 创建了 pull request,commit e11afc94
atomgit-bot
atomgit-bot
7 天前 评论:

变更摘要

本次 PR 主要更新了 .gitcode/workflows/cann-recipes-train_action.yml 工作流配置,调整了 runs-on 运行节点标签写法,并修改了 obs_path 环境变量的拼接方式,同时修正了 repo_name 表达式中的一处空格格式问题。

主要改动

  • 运行节点标签调整: 将两个阶段的 runs-on[dedicate-hosted, x64, small] / [dedicate-hosted, x64, medium] 改为 ["self-hosted", "arch=x64", "spec=small"] / ["self-hosted", "arch=x64", "spec=medium"],统一了节点选择标签的格式与取值。
  • OBS 路径拼接方式变更: 将 obs_path"${{ vars.OBS_PATH }}/${{ env.MERGE_ID }}" 改为 "${{ env.org_name }}/${{ env.repo_name }}/ci/package/${{ env.MERGE_ID }}",改为基于组织名、仓库名和 ci/package 目录动态拼接路径。
  • 变量表达式格式修正: 将 repo_name 的取值从 ${{ atomgit.event.repository.name}} 修正为 ${{ atomgit.event.repository.name }},补充了右大括号前的空格,使表达式格式与其他变量保持一致。
likedislike
atomgit-bot
atomgit-bot
7 天前 评论:

代码审查

✅ 未发现问题

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

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
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 (2/2) 宋常霞 (1/1)

💡 Tip:

  • Committer can comment /approve or /lgtm
  • Commenting /approve implies both code review (lgtm) and intent to merge (approve)
likedislike
CANN-robot
CANN-robot成员
7 天前 评论:

CLA Signature Pass

tanghaoran7, thanks for your pull request. All authors of the commits have signed the CLA. 👍

likedislike
CANN-robotCANN-robot成员
7 天前 将songchangxia,xbjlu,shentukangjun,lrwei0709,huangwayne28,zhanghz1,depeng1994,zhangky_gitcode,lianghengyi,LiuXinxin23,fafahan,xuyujun,Larry_liuyi,panchao-gitcode设为评审人
CANN-robotCANN-robot成员
7 天前 将songchangxia,shentukangjun,Larry_liuyi设为审查人
tanghaoran
tanghaoran成员
7 天前 评论:

compile

likedislike
tanghaorantanghaoran成员
7 天前 update merge request[project id: 7379660, iid: 168, commit_id: 039fb4142ab047e83558592a40f8a1d0d3deb63b] virtual merging success
CANN-robotCANN-robot成员
7 天前 添加了label:ci-pipeline-running
CANN-robotCANN-robot成员
7 天前 删除了label:ci-pipeline-running
CANN-robotCANN-robot成员
7 天前 添加了label:ci-pipeline-passed
songchangxia成员
7 天前 评论:

/approve
/lgtm

likedislike
CANN-robotCANN-robot成员
7 天前 添加了label:approved
songchangxia成员
7 天前 评论:

/approve
/lgtm

likedislike
Larry成员
4 天前 评论:

/lgtm

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