已合并
feat(ci): add Docker image build system for builder and test environments #37457
feat(ci): add Docker image build system for builder and test environments #37457
已合并
WSs_321创建于 6月2日
WSs_321成员
6月2日

变更说明

为 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

  • Resolves #2164
likedislike
Pull Request已成功合入, 合并人@ascend-robot
(感谢 WSs_321 的贡献)
WWSs_321成员
6月2日 创建了 pull request,commit b7cfb9c6
ascend-robotascend-robot成员
6月2日 添加了label:ascend-cla/yes
ascend-robot
ascend-robot成员
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 /approve or /lgtm
  • Commenting /approve implies 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. 👍

likedislike
ascend-robot
ascend-robot成员
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,将立即执行同步操作

注意:

  1. /sync 命令可以指定同步到多个分支,仅最后一个 /sync 命令生效
  2. 如果创建的同步 PR 不正确,可通过向同步 PR 的源分支提交轻量级 PR 完善,或使用 /close 命令关闭
likedislike
此处折叠了330条消息 查看更多
dilililiwhy
dilililiwhy成员
29 天前 评论:

/approve

likedislike
ascend-robotascend-robot成员
29 天前 添加了label:approvedlgtm
ascend-robotascend-robot成员
29 天前 合入了pull request
ascend-robot
ascend-robot成员
29 天前 评论:

Pull Request 已合并或已关闭。

If you want to solve this problem, you can click here to do it in the FAQs.

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