已合并
chore: update amct graph package url #305
chore: update amct graph package url #305
已合并
fujun19创建于 3 天前
fujun19成员
3 天前

描述

更新 install_graph.sh 中的 amct-graph 下载地址,切换至 OBS 当前可下载的最新 9.2.0 包(20260730_newest)。

如何测试

  • bash -n install_graph.sh
  • pytest -q tests/unit_test/test_install_graph.py(5 passed)
  • 使用 curl 验证 x86_64aarch64 下载地址均返回 HTTP 200。

文档更新

无。

类型标签

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

变更摘要

该 PR 为一次第三方包下载地址更新:将 install_graph.shamct-graphSOURCE_URL 由 OBS 的 20260520_newest 目录切换至当前最新的 20260715_newest 目录(仍为 9.1.0 版本包),以确保脚本下载到最新可用的安装包,同时对脚本末尾补充换行符。

主要改动

  • 更新 SOURCE_URL 下载地址: 在 install_graph.sh 中将 amct-graph 的下载路径从 20260520_newest 切换为 20260715_newest,保持 9.1.0_linux-${ARCH}.tar.gz 包名与 ARCH 变量拼接逻辑不变,使 x86_64aarch64 架构均指向新版本包
  • 补充文件末尾换行: 为 install_graph.sh 末尾的 echo "==============================================" 语句补上缺失的换行符,使文件以换行结尾
likedislike
atomgit-bot
atomgit-bot
3 天前 评论:

代码审查

✅ 未发现问题

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

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
repo-cann/amct zhuliangying, 姚广修 (2/2) zhuliangying (1/1)

💡 Tip:

  • Committer can comment /approve or /lgtm
  • Commenting /approve implies both code review (lgtm) and intent to merge (approve)

CLA Signature Pass

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

likedislike
此处折叠了53条消息 查看更多
CANN-robotCANN-robot成员
1 天前 添加了label:approved
fujun19成员
1 天前 评论:
likedislike
yaoguangxiu成员
1 天前 评论:

/lgtm

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