Skip to content

Commit 5fd7d92

Browse files
committed
bump R550 and R535 to the latest TRD releases
Signed-off-by: Tariq Ibrahim <[email protected]>
1 parent e807f3e commit 5fd7d92

File tree

9 files changed

+21
-21
lines changed

9 files changed

+21
-21
lines changed

.common-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ default:
1919
command: ["--experimental"]
2020

2121
variables:
22-
DRIVER_VERSIONS: 535.183.06 550.90.12 560.35.03
22+
DRIVER_VERSIONS: 535.216.01 550.127.05 560.35.03
2323
BUILD_MULTI_ARCH_IMAGES: "true"
2424

2525
stages:
@@ -73,13 +73,13 @@ trigger-pipeline:
7373
.driver-versions:
7474
parallel:
7575
matrix:
76-
- DRIVER_VERSION: [535.183.06, 550.90.12, 560.35.03]
76+
- DRIVER_VERSION: [535.216.01, 550.127.05, 560.35.03]
7777

7878
# Define the driver versions for jobs that can be run in parallel for ubuntu22.04
7979
.driver-versions-ubuntu22.04:
8080
parallel:
8181
matrix:
82-
- DRIVER_VERSION: [535.183.06, 550.90.12, 560.35.03]
82+
- DRIVER_VERSION: [535.216.01, 550.127.05, 560.35.03]
8383

8484
# Define the matrix of precompiled jobs that can be run in parallel for ubuntu22.04
8585
.driver-versions-precompiled-ubuntu22.04:
@@ -92,7 +92,7 @@ trigger-pipeline:
9292
.driver-versions-rhel9:
9393
parallel:
9494
matrix:
95-
- DRIVER_VERSION: [535.183.06, 550.90.12, 560.35.03]
95+
- DRIVER_VERSION: [535.216.01, 550.127.05, 560.35.03]
9696

9797
# Define the distribution targets
9898
.dist-ubuntu20.04:

.github/workflows/image.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
strategy:
3535
matrix:
3636
driver:
37-
- 535.183.06
38-
- 550.90.12
37+
- 535.216.01
38+
- 550.127.05
3939
- 560.35.03
4040
dist:
4141
- ubuntu20.04
@@ -49,10 +49,10 @@ jobs:
4949
dist: rhel8
5050
- ispr: true
5151
dist: ubuntu20.04
52-
driver: 535.183.06
52+
driver: 535.216.01
5353
- ispr: true
5454
dist: ubuntu20.04
55-
driver: 550.90.12
55+
driver: 550.127.05
5656
fail-fast: false
5757
steps:
5858
- uses: actions/checkout@v4

.nvidia-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -481,13 +481,13 @@ sign:ngc-ubuntu-rhel-rhcos:
481481
matrix:
482482
- SIGN_JOB_NAME: ["ubuntu"]
483483
VERSION: ["22.04"]
484-
DRIVER_VERSION: ["535.183.06", "550.90.12", "560.35.03"]
484+
DRIVER_VERSION: ["535.216.01", "550.127.05", "560.35.03"]
485485
- SIGN_JOB_NAME: ["ubuntu"]
486486
VERSION: ["20.04"]
487-
DRIVER_VERSION: ["535.183.06", "550.90.12", "560.35.03"]
487+
DRIVER_VERSION: ["535.216.01", "550.127.05", "560.35.03"]
488488
- SIGN_JOB_NAME: ["rhel"]
489489
VERSION: ["8.8", "8.10"]
490-
DRIVER_VERSION: ["535.183.06", "550.90.12", "560.35.03"]
490+
DRIVER_VERSION: ["535.216.01", "550.127.05", "560.35.03"]
491491
- SIGN_JOB_NAME: ["rhcos"]
492492
VERSION: ["4.12","4.13","4.14","4.15", "4.16", "4.17"]
493-
DRIVER_VERSION: ["535.183.06", "550.90.12", "560.35.03"]
493+
DRIVER_VERSION: ["535.216.01", "550.127.05", "560.35.03"]

rhel8/precompiled/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ DOCKERFILE = Dockerfile
22
RHEL_VERSION ?= 8.6
33
CUDA_VERSION ?= 12.6.0
44
CUDA_DIST ?= ubi8
5-
DRIVER_VERSION ?= 535.183.06
5+
DRIVER_VERSION ?= 535.216.01
66
KERNEL_VERSION ?= 4.18.0-372.51.1.el8_6.x86_64
77
TARGET_ARCH = $(shell echo "${KERNEL_VERSION}" | awk -F. '{print $$NF}')
88
CONTAINER_TOOL ?= docker

rhel8/precompiled/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The procedure is based on [building custom kmod packages](https://github.com/NVI
5050
export CUDA_VERSION=12.1.0
5151
export CUDA_DIST=ubi8
5252
export DRIVER_EPOCH=1
53-
export DRIVER_VERSION=535.183.06
53+
export DRIVER_VERSION=535.216.01
5454
export OS_TAG=rhcos4.13
5555
5656
make image image-push
@@ -66,7 +66,7 @@ The procedure is based on [building custom kmod packages](https://github.com/NVI
6666
6767
## NVIDIA GPU operator
6868
69-
In order to be used with the NVIDIA GPU Operator on Red Hat OpenShift, the image tag must follow the format `${DRIVER_VERSION}-${KERNEL_VERSION}-${OS_TAG}`, and the full name will look like `nvcr.io/nvidia/driver:535.183.06-4.18.0-513.9.1.el8_9.x86_64-rhcos4.13`.
69+
In order to be used with the NVIDIA GPU Operator on Red Hat OpenShift, the image tag must follow the format `${DRIVER_VERSION}-${KERNEL_VERSION}-${OS_TAG}`, and the full name will look like `nvcr.io/nvidia/driver:535.216.01-4.18.0-513.9.1.el8_9.x86_64-rhcos4.13`.
7070
7171
7272
Define the `ClusterPolicy` resource to make use of the pre-compiled driver image, e.g.:
@@ -76,7 +76,7 @@ Define the `ClusterPolicy` resource to make use of the pre-compiled driver image
7676
usePrecompiled: true
7777
image: driver
7878
repository: nvcr.io/nvidia
79-
version: 535.183.06
79+
version: 535.216.01
8080
```
8181
8282
Find more information in the [Precompiled Driver Containers](https://docs.nvidia.com/datacenter/cloud-native/gpu-operator/latest/precompiled-drivers.html) documentation.

rhel9/precompiled/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ The procedure is based on [building custom kmod packages](https://github.com/NVI
105105
```
106106
export CUDA_VERSION=12.3.2
107107
export DRIVER_EPOCH=1
108-
export DRIVER_VERSION=550.90.07
108+
export DRIVER_VERSION=550.127.05
109109
```
110110

111111
6. [Optional] Build the vGPU guest driver
@@ -153,7 +153,7 @@ Define the `NVIDIADDriver` custom resource to make use of the pre-compiled drive
153153
usePrecompiled: true
154154
repository: quay.io/acme
155155
image: nvidia-gpu-driver
156-
version: 550.90.07
156+
version: 550.127.05
157157
```
158158

159159
Define the `ClusterPolicy` resource to make use of the NVIDIADriver custom resource, e.g.:

rhel9/precompiled/nvidiadriver.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"usePrecompiled": true,
1010
"repository": "quay.io/fabiendupont",
1111
"image": "nvidia-gpu-driver",
12-
"version": "550.90.07",
12+
"version": "550.127.05",
1313
"imagePullPolicy": "Always",
1414
"nodeSelector": {},
1515
"manager": {},

ubuntu22.04/precompiled/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ENV DEBIAN_FRONTEND=noninteractive
44

55
ARG DRIVER_BRANCH=535
66
ENV DRIVER_BRANCH=$DRIVER_BRANCH
7-
ARG DRIVER_VERSION=535.183.06
7+
ARG DRIVER_VERSION=535.216.01
88
ENV DRIVER_VERSION=$DRIVER_VERSION
99

1010
ARG KERNEL_VERSION=5.15.0-116-generic

versions.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
# DRIVER_VERSIONS contains latest version in all active datacenter branches
16-
DRIVER_VERSIONS ?= 535.183.06 550.90.12 560.35.03
16+
DRIVER_VERSIONS ?= 535.216.01 550.127.05 560.35.03
1717

1818
CUDA_VERSION := 12.6.0
1919

0 commit comments

Comments
 (0)