From c7b8e2716bab8ad3d0ad2f8d6bf4342ad57f91cb Mon Sep 17 00:00:00 2001 From: Tariq Ibrahim Date: Tue, 29 Oct 2024 09:08:33 -0700 Subject: [PATCH] add gpu driver version 565.57.01 Signed-off-by: Tariq Ibrahim --- .common-ci.yml | 4 ++-- .github/workflows/image.yaml | 1 + .nvidia-ci.yml | 8 ++++---- versions.mk | 4 +--- 4 files changed, 8 insertions(+), 9 deletions(-) diff --git a/.common-ci.yml b/.common-ci.yml index f9a5cb27..d65c7c06 100644 --- a/.common-ci.yml +++ b/.common-ci.yml @@ -19,7 +19,7 @@ default: command: ["--experimental"] variables: - DRIVER_VERSIONS: 535.216.01 550.127.05 + DRIVER_VERSIONS: 535.216.01 550.127.05 565.57.01 BUILD_MULTI_ARCH_IMAGES: "true" stages: @@ -73,7 +73,7 @@ trigger-pipeline: .driver-versions: parallel: matrix: - - DRIVER_VERSION: [535.216.01, 550.127.05] + - DRIVER_VERSION: [535.216.01, 550.127.05, 565.57.01] # Define the matrix of precompiled jobs that can be run in parallel for ubuntu22.04 .driver-versions-precompiled-ubuntu22.04: diff --git a/.github/workflows/image.yaml b/.github/workflows/image.yaml index 5b65bae6..f59fb240 100644 --- a/.github/workflows/image.yaml +++ b/.github/workflows/image.yaml @@ -36,6 +36,7 @@ jobs: driver: - 535.216.01 - 550.127.05 + - 565.57.01 dist: - ubuntu20.04 - ubuntu22.04 diff --git a/.nvidia-ci.yml b/.nvidia-ci.yml index 243dd357..1ed6f664 100644 --- a/.nvidia-ci.yml +++ b/.nvidia-ci.yml @@ -429,13 +429,13 @@ sign:ngc-ubuntu-rhel-rhcos: matrix: - SIGN_JOB_NAME: ["ubuntu"] VERSION: ["22.04"] - DRIVER_VERSION: ["535.216.01", "550.127.05"] + DRIVER_VERSION: ["535.216.01", "550.127.05", "565.57.01"] - SIGN_JOB_NAME: ["ubuntu"] VERSION: ["20.04"] - DRIVER_VERSION: ["535.216.01", "550.127.05"] + DRIVER_VERSION: ["535.216.01", "550.127.05", "565.57.01"] - SIGN_JOB_NAME: ["rhel"] VERSION: ["8.8", "8.10"] - DRIVER_VERSION: ["535.216.01", "550.127.05"] + DRIVER_VERSION: ["535.216.01", "550.127.05", "565.57.01"] - SIGN_JOB_NAME: ["rhcos"] VERSION: ["4.12","4.13","4.14","4.15", "4.16", "4.17"] - DRIVER_VERSION: ["535.216.01", "550.127.05"] + DRIVER_VERSION: ["535.216.01", "550.127.05", "565.57.01"] diff --git a/versions.mk b/versions.mk index 212a4ee9..bb60ef12 100644 --- a/versions.mk +++ b/versions.mk @@ -13,8 +13,6 @@ # limitations under the License. # DRIVER_VERSIONS contains latest version in all active datacenter branches -DRIVER_VERSIONS ?= 535.216.01 550.127.05 - -CUDA_VERSION := 12.6.0 +DRIVER_VERSIONS ?= 535.216.01 550.127.05 565.57.01 GOLANG_VERSION := 1.22.8