diff --git a/.common-ci.yml b/.common-ci.yml index a2121730..472ac440 100644 --- a/.common-ci.yml +++ b/.common-ci.yml @@ -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: @@ -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: @@ -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: diff --git a/.github/workflows/image.yaml b/.github/workflows/image.yaml index 193efc6c..741c8c7c 100644 --- a/.github/workflows/image.yaml +++ b/.github/workflows/image.yaml @@ -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 @@ -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: diff --git a/rhel9/precompiled/README.md b/rhel9/precompiled/README.md index 63e493a3..eb48e600 100644 --- a/rhel9/precompiled/README.md +++ b/rhel9/precompiled/README.md @@ -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 @@ -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.: diff --git a/rhel9/precompiled/nvidiadriver.json b/rhel9/precompiled/nvidiadriver.json index 45d0c893..daefd7af 100644 --- a/rhel9/precompiled/nvidiadriver.json +++ b/rhel9/precompiled/nvidiadriver.json @@ -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": {}, diff --git a/versions.mk b/versions.mk index 0fdeb368..8f4e863d 100644 --- a/versions.mk +++ b/versions.mk @@ -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