Skip to content

Commit

Permalink
bump driver versions to 550.90.07, 470.256.02 and 535.183.01
Browse files Browse the repository at this point in the history
Signed-off-by: Tariq Ibrahim <[email protected]>
  • Loading branch information
tariq1890 committed Jun 7, 2024
1 parent 497684d commit f629284
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions .common-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ default:
command: ["--experimental"]

variables:
DRIVER_VERSIONS: 470.239.06 535.161.08 550.54.15
DRIVER_VERSIONS: 470.256.02 535.183.01 550.90.07
BUILD_MULTI_ARCH_IMAGES: "true"

stages:
Expand Down Expand Up @@ -72,13 +72,13 @@ trigger-pipeline:
.driver-versions:
parallel:
matrix:
- DRIVER_VERSION: [470.239.06, 535.161.08, 550.54.15]
- DRIVER_VERSION: [470.256.02, 535.183.01, 550.90.07]

# Define the driver versions for jobs that can be run in parallel for ubuntu22.04
.driver-versions-ubuntu22.04:
parallel:
matrix:
- DRIVER_VERSION: [535.161.08, 550.54.15]
- DRIVER_VERSION: [535.183.01, 550.90.07]

# Define the matrix of precompiled jobs that can be run in parallel for ubuntu22.04
.driver-versions-precompiled-ubuntu22.04:
Expand All @@ -91,7 +91,7 @@ trigger-pipeline:
.driver-versions-rhel9:
parallel:
matrix:
- DRIVER_VERSION: [535.161.08, 550.54.15]
- DRIVER_VERSION: [535.183.01, 550.90.07]

# Define the distribution targets
.dist-ubuntu20.04:
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
strategy:
matrix:
driver:
- 470.223.02
- 535.161.08
- 550.54.15
- 470.256.02
- 535.183.01
- 550.90.07
dist:
- ubuntu20.04
- ubuntu22.04
Expand All @@ -52,13 +52,13 @@ jobs:
dist: rhel8
- ispr: true
dist: ubuntu20.04
driver: 535.183.01
- ispr: true
driver: 470.223.02
- ispr: true
driver: 535.161.07
- driver: 470.223.02
dist: ubuntu20.04
driver: 550.90.07
- driver: 470.256.02
dist: ubuntu22.04
- driver: 470.223.02
- driver: 470.256.02
dist: rhel9
fail-fast: false
steps:
Expand Down
4 changes: 2 additions & 2 deletions rhel9/precompiled/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ The procedure is based on [building custom kmod packages](https://github.com/NVI
```
export CUDA_VERSION=12.3.2
export DRIVER_EPOCH=1
export DRIVER_VERSION=550.54.15
export DRIVER_VERSION=550.90.07
```

6. [Optional] Build the vGPU guest driver
Expand Down Expand Up @@ -153,7 +153,7 @@ Define the `NVIDIADDriver` custom resource to make use of the pre-compiled drive
usePrecompiled: true
repository: quay.io/acme
image: nvidia-gpu-driver
version: 550.54.15
version: 550.90.07
```

Define the `ClusterPolicy` resource to make use of the NVIDIADriver custom resource, e.g.:
Expand Down
2 changes: 1 addition & 1 deletion rhel9/precompiled/nvidiadriver.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"usePrecompiled": true,
"repository": "quay.io/fabiendupont",
"image": "nvidia-gpu-driver",
"version": "550.54.15",
"version": "550.90.07",
"imagePullPolicy": "Always",
"nodeSelector": {},
"manager": {},
Expand Down
2 changes: 1 addition & 1 deletion versions.mk
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
# limitations under the License.

# DRIVER_VERSIONS contains latest version in all active datacenter branches
DRIVER_VERSIONS ?= 470.239.06 535.161.08 550.54.15
DRIVER_VERSIONS ?= 470.256.02 535.183.01 550.90.07

CUDA_VERSION := 12.4.1

0 comments on commit f629284

Please sign in to comment.