File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ default:
1919 command : ["--experimental"]
2020
2121variables :
22- DRIVER_VERSIONS : 535.288.01 580.126.20
22+ DRIVER_VERSIONS : 535.288.01 580.126.20 595.58.03
2323 BUILD_MULTI_ARCH_IMAGES : " true"
2424
2525stages :
@@ -81,18 +81,18 @@ trigger-pipeline:
8181.driver-versions :
8282 parallel :
8383 matrix :
84- - DRIVER_VERSION : [535.288.01, 580.126.20]
84+ - DRIVER_VERSION : [535.288.01, 580.126.20, 595.58.03 ]
8585
8686# Define the driver versions for jobs that can be run in parallel
8787.driver-versions-ubuntu24.04 :
8888 parallel :
8989 matrix :
90- - DRIVER_VERSION : [580.126.20]
90+ - DRIVER_VERSION : [580.126.20, 595.58.03 ]
9191
9292.driver-versions-rhel10 :
9393 parallel :
9494 matrix :
95- - DRIVER_VERSION : [580.126.20]
95+ - DRIVER_VERSION : [580.126.20, 595.58.03 ]
9696
9797# Define the matrix of precompiled jobs that can be run in parallel for ubuntu22.04
9898.driver-versions-precompiled-ubuntu22.04 :
Original file line number Diff line number Diff line change 2929 shell : bash
3030 run : |
3131 if [[ "${{ inputs.dist }}" =~ ^(rhel|rocky) ]]; then
32- echo "CVE_UPDATES=openssl python3-urllib3 libarchive libxml2 pam python3 sqlite-libs gnupg2 " >> $GITHUB_ENV
32+ echo "CVE_UPDATES=" >> $GITHUB_ENV
3333 elif [[ "${{ inputs.dist }}" =~ ^ubuntu ]]; then
34- echo "CVE_UPDATES=gnupg2 " >> $GITHUB_ENV
34+ echo "CVE_UPDATES=libgnutls30 libsystemd0 libudev1 " >> $GITHUB_ENV
3535 fi
Original file line number Diff line number Diff line change 3030 driver :
3131 - 535.288.01
3232 - 580.126.20
33+ - 595.58.03
3334 dist :
3435 - ubuntu22.04
3536 - ubuntu24.04
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ variables:
3434 # Define the public staging registry
3535 STAGING_REGISTRY : ghcr.io/nvidia
3636 STAGING_VERSION : " ${CI_COMMIT_SHORT_SHA}"
37- PUBLISH_VERSIONS : 580.126.20
37+ PUBLISH_VERSIONS : 595.58.03
3838
3939.image-pull-rules :
4040 # We delay the job start to allow the public pipeline to generate the required images.
Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515# DRIVER_VERSIONS contains latest version in all active datacenter branches
16- DRIVER_VERSIONS ?= 535.288.01 580.126.20
16+ DRIVER_VERSIONS ?= 535.288.01 580.126.20 595.58.03
1717
1818GOLANG_VERSION := 1.26.1
You can’t perform that action at this time.
0 commit comments