Pull Request已成功合入, 合并人@CANN-robot
(感谢 zhangyujia77 的贡献)变更摘要
此 PR 是一个 CI/CD 配置修复,针对 Markdown pre-commit 链接检查中三个 GitHub 外部链接因网络波动导致超时的问题,在 markdown-link-check.toml 的 exclude 列表中新增了精确的正则匹配规则,将这些超时链接排除出检查范围,避免阻塞提交。
主要改动
- 排除
openai/triton链接: 新增^https://github\.com/openai/triton$精确匹配规则,将该 GitHub 仓库首页从 Markdown 链接检查中排除 - 排除
tile-ai/tilelang-ascend链接: 新增^https://github\.com/tile-ai/tilelang-ascend$精确匹配规则,将该 GitHub 仓库首页从 Markdown 链接检查中排除 - 排除
nlohmann/json.hpp文件链接: 新增^https://github\.com/nlohmann/json/blob/develop/include/nlohmann/json\.hpp$精确匹配规则,将该源码文件链接从 Markdown 链接检查中排除


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
PR Approval Progress
✅ Congratulations! All modules have met the lgtm and approve requirements.
Module Approval Details
| module | lgtm status | approve status |
|---|---|---|
| repo-cann/asc-devkit | ✅ 诸葛洵, XuebinYang (2/2) | ✅ 诸葛洵 (1/1) |
💡 Tip:
- Committer can comment
/approveor/lgtm- Commenting
/approveimplies both code review (lgtm) and intent to merge (approve)
CLA Signature Pass
zhangyujia77, thanks for your pull request. All authors of the commits have signed the CLA. 👍


compile


流水线任务触发成功
任务链接 [88128daee7de4747861b17ca97ec6748][流水线指导]


流水线任务触发成功
任务链接 [4e38c99a970843a4bfd017bd875ed047][流水线指导]
| 任务名称 | 状态 | 日志 | 下载链接 |
|---|---|---|---|
| Compile_Ascend_X86 | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_ARM | ✅ SUCCESS | >>>>> | >>>>> |
| pre_comment | ✅ SUCCESS | >>>>> | |
| Compile_Ascend_X86_ubuntu24 | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_ARM_ubuntu24 | ✅ SUCCESS | >>>>> | >>>>> |
[2026-08-06 09:58:28] CI执行结束


/lgtm


/approve


compile


流水线任务触发成功
任务链接 [2ac6823e071a4b6590bd266f09c3f42a][流水线指导]
| 任务名称 | 状态 | 日志 | 下载链接 |
|---|---|---|---|
| SCA | ✅ SUCCESS | >>>>> | |
| antipoison | ✅ SUCCESS | >>>>> | |
| codecheck | ✅ SUCCESS | >>>>> | |
| codecheck_Pr | ✅ SUCCESS | ||
| pre_comment | ✅ SUCCESS | >>>>> | |
| StaticCheck_codespell | ✅ SUCCESS | ||
| StaticCheck_link_validity | ✅ SUCCESS | ||
| StaticCheck_resource_existence | ✅ SUCCESS | ||
| StaticCheck_tag_closed | ✅ SUCCESS | ||
| StaticCheck_markdownlint | ✅ SUCCESS | ||
| codecheck_codestyle | ✅ SUCCESS | >>>>> | |
| codecheck_precommit | ✅ SUCCESS | >>>>> | |
| StaticCheck_md | ✅ SUCCESS |
[2026-08-06 10:03:49] CI执行结束


流水线任务触发成功
任务链接 [f3e55280a6b34f6c853703aaa76b5bea][流水线指导]
| 任务名称 | 状态 | 日志 | 下载链接 |
|---|---|---|---|
| Compile_Ascend_X86 | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_ARM | ✅ SUCCESS | >>>>> | >>>>> |
| pre_comment | ✅ SUCCESS | >>>>> | |
| Compile_Ascend_X86_ubuntu24 | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_ARM_ubuntu24 | ✅ SUCCESS | >>>>> | >>>>> |
| PreSmoke_A900_npupool | ✅ SUCCESS | >>>>> |
[2026-08-06 10:07:58] CI执行结束


流水线任务触发成功
任务链接 [a17c7e5fa8394dcaaf62e60fbabb825a][流水线指导]
| 任务名称 | 状态 | 日志 | 下载链接 |
|---|---|---|---|
| Compile_Ascend_X86_ubuntu24 | ✅ SUCCESS | >>>>> | >>>>> |
| pre_comment | ✅ SUCCESS | >>>>> | |
| UT_Test_adv_test_one | ✅ SUCCESS | ||
| UT_Test_adv_test_two | ✅ SUCCESS | ||
| UT_Test_basic_test_one | ✅ SUCCESS | ||
| UT_Test_basic_test_two | ✅ SUCCESS | ||
| UT_Test_basic_test_three | ✅ SUCCESS | ||
| UT_Test_basic_test_four | ✅ SUCCESS | ||
| UT_Test_basic_test_five | ✅ SUCCESS | ||
| UT_Test_arm | ✅ SUCCESS | ||
| API_Check | ✅ SUCCESS | >>>>> | |
| UT_Test_report | ✅ SUCCESS | >>>>> |
[2026-08-06 10:11:01] CI执行结束


/lgtm


/approve


描述
Markdown pre-commit 链接检查访问以下 GitHub 地址时出现超时:
在
markdown-link-check.toml的exclude列表中增加精确匹配规则,避免外部网络波动阻塞提交检查。关联的Issue
无。
测试
git diff --check:通过。文档更新
未修改文档内容,仅更新 Markdown 链接检查配置。
类型标签