已合并
update actions runs-on config #168
tanghaoran创建于 7 天前
update actions runs-on config #168
已合并
Pull Request已成功合入, 合并人@CANN-robot
(感谢 tanghaoran 的贡献)7 天前 创建了 pull request,commit e11afc94
atomgit-bot
7 天前 评论:
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 }},补充了右大括号前的空格,使表达式格式与其他变量保持一致。


atomgit-bot
7 天前 评论:
7 天前 评论:
7 天前 添加了label:cann-cla/yes
CANN-robot
7 天前 评论:
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
/approveor/lgtm- Commenting
/approveimplies both code review (lgtm) and intent to merge (approve)


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


7 天前 update merge request[project id: 7379660, iid: 168, commit_id: 039fb4142ab047e83558592a40f8a1d0d3deb63b] virtual merging success
7 天前 update merge request[project id: 7379660, iid: 168, commit_id: 039fb4142ab047e83558592a40f8a1d0d3deb63b] virtual merging success
7 天前 添加了label:ci-pipeline-running
7 天前 删除了label:ci-pipeline-running
7 天前 添加了label:ci-pipeline-passed
songchangxia
7 天前 评论:
7 天前 评论:
/approve
/lgtm


7 天前 添加了label:approved
songchangxia
7 天前 评论:
7 天前 评论:
/approve
/lgtm


4 天前 添加了label:lgtm
4 天前 合入了pull request
Pull Request 模板
描述
请提供此Pull Request的预期功能,以方便检视。
类型
如何测试
描述测试这个变更的步骤,包括哪些文件需要被修改。
Checklist:
其他信息
在这里可以添加任何与这个 Pull Request 相关的其他说明。