From b8a7f91328aff4493db499427a893ba994253463 Mon Sep 17 00:00:00 2001 From: Christopher Desiniotis Date: Tue, 5 Mar 2024 08:55:32 -0800 Subject: [PATCH 1/5] Add rhcos4.15 to release matrix Signed-off-by: Christopher Desiniotis --- .nvidia-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.nvidia-ci.yml b/.nvidia-ci.yml index 4da44fa7..d32d3c63 100644 --- a/.nvidia-ci.yml +++ b/.nvidia-ci.yml @@ -372,6 +372,13 @@ release:ngc-rhcos4.14: variables: OUT_DIST: "rhcos4.14" +release:ngc-rhcos4.15: + extends: + - .release:ngc + - .dist-rhel8 + variables: + OUT_DIST: "rhcos4.15" + release:ngc-rhel8.6: extends: - .release:ngc From 6de2946f0fa3e6a291b6f3666314d55ec0343a2d Mon Sep 17 00:00:00 2001 From: Christopher Desiniotis Date: Tue, 5 Mar 2024 10:11:36 -0800 Subject: [PATCH 2/5] Remove rhel9 from internal pipelines This is temporary until we start publishing rhel9 tags externally. Signed-off-by: Christopher Desiniotis --- .nvidia-ci.yml | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/.nvidia-ci.yml b/.nvidia-ci.yml index d32d3c63..971128bf 100644 --- a/.nvidia-ci.yml +++ b/.nvidia-ci.yml @@ -115,11 +115,6 @@ image-rhel8: - .image-pull - .dist-rhel8 -image-rhel9: - extends: - - .image-pull - - .dist-rhel9 - image-centos7: extends: - .image-pull @@ -264,22 +259,6 @@ scan-rhel8-arm64: needs: - image-rhel8 -scan-rhel9-amd64: - extends: - - .scan - - .dist-rhel9 - - .platform-amd64 - needs: - - image-rhel9 - -scan-rhel9-arm64: - extends: - - .scan - - .dist-rhel9 - - .platform-arm64 - needs: - - image-rhel9 - scan-centos7-amd64: extends: - .scan From 999ef32b776b6234ab82a55aea18a3363302fd7d Mon Sep 17 00:00:00 2001 From: Christopher Desiniotis Date: Tue, 5 Mar 2024 10:18:10 -0800 Subject: [PATCH 3/5] Revert "Remove rhel9 from internal pipelines" This reverts commit 6de2946f0fa3e6a291b6f3666314d55ec0343a2d. --- .nvidia-ci.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/.nvidia-ci.yml b/.nvidia-ci.yml index 971128bf..d32d3c63 100644 --- a/.nvidia-ci.yml +++ b/.nvidia-ci.yml @@ -115,6 +115,11 @@ image-rhel8: - .image-pull - .dist-rhel8 +image-rhel9: + extends: + - .image-pull + - .dist-rhel9 + image-centos7: extends: - .image-pull @@ -259,6 +264,22 @@ scan-rhel8-arm64: needs: - image-rhel8 +scan-rhel9-amd64: + extends: + - .scan + - .dist-rhel9 + - .platform-amd64 + needs: + - image-rhel9 + +scan-rhel9-arm64: + extends: + - .scan + - .dist-rhel9 + - .platform-arm64 + needs: + - image-rhel9 + scan-centos7-amd64: extends: - .scan From 91487323b0bcf5e2248495cda2f4fd1a9845a543 Mon Sep 17 00:00:00 2001 From: Christopher Desiniotis Date: Tue, 5 Mar 2024 10:20:17 -0800 Subject: [PATCH 4/5] Fix internal image pull and scan jobs for rhel9 Signed-off-by: Christopher Desiniotis --- .nvidia-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.nvidia-ci.yml b/.nvidia-ci.yml index d32d3c63..768c632f 100644 --- a/.nvidia-ci.yml +++ b/.nvidia-ci.yml @@ -119,6 +119,7 @@ image-rhel9: extends: - .image-pull - .dist-rhel9 + - .driver-versions-rhel9 image-centos7: extends: @@ -269,6 +270,7 @@ scan-rhel9-amd64: - .scan - .dist-rhel9 - .platform-amd64 + - .driver-versions-rhel9 needs: - image-rhel9 @@ -277,6 +279,7 @@ scan-rhel9-arm64: - .scan - .dist-rhel9 - .platform-arm64 + - .driver-versions-rhel9 needs: - image-rhel9 From 59af038b47caeecbd6fe1d7bad0cbf6a013b0a48 Mon Sep 17 00:00:00 2001 From: Tariq Ibrahim Date: Wed, 6 Mar 2024 15:54:39 -0800 Subject: [PATCH 5/5] bump cuda base image version to 12.3.2 --- versions.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.mk b/versions.mk index 10b60570..81f1c729 100644 --- a/versions.mk +++ b/versions.mk @@ -15,4 +15,4 @@ # DRIVER_VERSIONS contains latest version in all active datacenter branches DRIVER_VERSIONS ?= 470.239.06 535.161.07 550.54.14 -CUDA_VERSION := 12.3.1 +CUDA_VERSION := 12.3.2