Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rdma tools - 12.5.3 #64

Merged
merged 1 commit into from
Nov 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,14 @@ helm repo update

chart for deploying OFED driver to install the driver of Mellanox network card

release chart
release chart and images:

1. build the image from CI action

2. update the image and chart version in Chart

3. push the tag

```shell
git tag ofe-driver-vXX.YY.ZZ
git push --tags
Expand All @@ -29,7 +36,14 @@ refer to [document](./ofed-driver/Readme.md) for usage

images including kinds of RDMA tools for debugging

release chart and images
release chart and images:

1. build the image from CI action

2. update the image and chart version in Chart

3. push the tag

```shell
git tag rdma-tools-vXX.YY.ZZ
git push --tags
Expand Down
2 changes: 1 addition & 1 deletion rdma-tools/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: rdma-test
image:
registry: ghcr.io
repository: spidernet-io/rdma-tools
tag: "12.5.1-2fb059063ddc5a9e530f413f60f6c4bc41709649"
tag: "12.5.1-6375976c237a1c0ee943e1a18b9dec51b60fc08b"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

镜像的 tag 跟着 chart 版本走?当前 chart 版本 12.5.2 or 12.5.3 ?

#registry: ghcr.io
#repository: coreweave/nccl-tests
#tag: "12.4.1-cudnn-devel-ubuntu22.04-nccl2.21.5-1-85f9143"
Expand Down
Loading