已合并
feat(ci): add Docker image build system for builder and test environments #37457
WSs_321创建于 6月2日
feat(ci): add Docker image build system for builder and test environments #37457
已合并
Pull Request已成功合入, 合并人@ascend-robot
(感谢 WSs_321 的贡献)ascend-robot
6月2日 评论:
6月2日 评论:
6月2日 添加了label:ascend-cla/yes
ascend-robot
6月2日 评论:
6月2日 评论:
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 |
|---|---|---|
| **/*.md | ✅ 吴环宇, huangjingwei (2/2) | ✅ 吴环宇 (1/1) |
| repo-Ascend/pytorch | ✅ 吴环宇, huangjingwei (2/2) | ✅ 吴环宇 (1/1) |
💡 Tip:
- Committer can comment
/approveor/lgtm- Commenting
/approveimplies both code review (lgtm) and intent to merge (approve)
CLA Signature Pass
WSs_321, thanks for your pull request. All authors of the commits have signed the CLA. 👍


ascend-robot
6月2日 评论:
6月2日 评论:
当前仓库存在以下 保护分支 :
| Protected Branch | Version | Release |
|---|---|---|
| master | ||
| v2.7.1 | ||
| v2.9.0 | ||
| v2.10.0 | ||
| v2.11.0 | ||
| v2.12.0 | ||
| ci-test | ||
| sync-pr28113--to-v2.9.0 |
评论 /sync <branch1> <branch2> ... 可将当前 PR 修改同步到其它分支(创建同步 PR):
a) 如果当前 PR 是 Open 状态,同步操作将延迟到 PR 被合并时执行
b) 如果当前 PR 已经 Merged,将立即执行同步操作
注意:
- /sync 命令可以指定同步到多个分支,仅最后一个 /sync 命令生效
- 如果创建的同步 PR 不正确,可通过向同步 PR 的源分支提交轻量级 PR 完善,或使用 /close 命令关闭


此处折叠了330条消息 查看更多
dilililiwhy
29 天前 评论:
29 天前 评论:
/approve


29 天前 添加了label:approvedlgtm
29 天前 合入了pull request
ascend-robot
29 天前 评论:
29 天前 评论:
Pull Request 已合并或已关闭。
If you want to solve this problem, you can click here to do it in the FAQs.


ascend-robot
29 天前 评论:
29 天前 评论:
流水线 pytorch_gitcode_PR_multiVersion#12908 [ commitID:09a0e113 ] 已完成


变更说明
为 pytorch 仓库新增 CI Docker 镜像构建体系,覆盖编译 (builder) 和测试 (test) 两种场景,支持 x86_64 和 aarch64 双架构,并通过 GitHub Actions 自动构建推送至 quay.io。
变更内容
.ci/docker/ — 完整的 Docker 构建方案
docker_build.sh — tag-based 构建入口脚本
builder/ — Builder 镜像 Dockerfile(x86_64/aarch64),含完整编译工具链
test/ — Test 镜像 Dockerfile(x86_64/aarch64),含 CANN runtime + triton-ascend
common/ — 共享安装脚本(CANN/OBS/triton-ascend)
requirements-builder.txt — Builder 编译依赖
requirements-test.txt — 测试依赖声明
关联 Issue