File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
Expand file tree Collapse file tree 4 files changed +9
-9
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.105.08
22+ DRIVER_VERSIONS : 535.288.01 570.211.01 580.126.09
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.105.08 ]
84+ - DRIVER_VERSION : [535.288.01 , 570.211.01 , 580.126.09 ]
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.105.08 ]
90+ - DRIVER_VERSION : [570.211.01 , 580.126.09 ]
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 2828 strategy :
2929 matrix :
3030 driver :
31- - 535.274.02
32- - 570.195.03
33- - 580.105.08
31+ - 535.288.01
32+ - 570.211.01
33+ - 580.126.09
3434 dist :
3535 - ubuntu22.04
3636 - ubuntu24.04
4040 - ${{github.event_name == 'pull_request'}}
4141 exclude :
4242 - dist : ubuntu24.04
43- driver : 535.274.02
43+ driver : 535.288.01
4444 fail-fast : false
4545 steps :
4646 - uses : actions/checkout@v6
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.105.08
37+ PUBLISH_VERSIONS : 535.288.01 570.211.01 580.126.09
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.105.08
16+ DRIVER_VERSIONS ?= 535.288.01 570.211.01 580.126.09
1717
1818GOLANG_VERSION := 1.25.5
You can’t perform that action at this time.
0 commit comments