File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ default:
1919 command : ["--experimental"]
2020
2121variables :
22- DRIVER_VERSIONS : 535.274.02 570.195.03 580.95.05
22+ DRIVER_VERSIONS : 535.274.02 570.195.03 580.105.08
2323 BUILD_MULTI_ARCH_IMAGES : " true"
2424
2525stages :
@@ -81,13 +81,13 @@ trigger-pipeline:
8181.driver-versions :
8282 parallel :
8383 matrix :
84- - DRIVER_VERSION : [535.274.02, 570.195.03, 580.95.05 ]
84+ - DRIVER_VERSION : [535.274.02, 570.195.03, 580.105.08 ]
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 : [570.195.03, 580.95.05 ]
90+ - DRIVER_VERSION : [570.195.03, 580.105.08 ]
9191
9292# Define the matrix of precompiled jobs that can be run in parallel for ubuntu22.04
9393.driver-versions-precompiled-ubuntu22.04 :
Original file line number Diff line number Diff line change 3030 driver :
3131 - 535.274.02
3232 - 570.195.03
33- - 580.95.05
33+ - 580.105.08
3434 dist :
3535 - ubuntu22.04
3636 - 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 : 535.274.02 570.195.03 580.95.05
37+ PUBLISH_VERSIONS : 535.274.02 570.195.03 580.105.08
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.274.02 570.195.03 580.95.05
16+ DRIVER_VERSIONS ?= 535.274.02 570.195.03 580.105.08
1717
1818GOLANG_VERSION := 1.25.4
You can’t perform that action at this time.
0 commit comments