Skip to content

Commit 3172f08

Browse files
Update driver versions to 535.288.01, 570.211.01, 580.126.09
1 parent 67d1da1 commit 3172f08

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.common-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ default:
1919
command: ["--experimental"]
2020

2121
variables:
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

2525
stages:
@@ -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:

.github/workflows/image.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
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
@@ -40,7 +40,7 @@ jobs:
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

.nvidia-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

versions.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
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

1818
GOLANG_VERSION := 1.25.5

0 commit comments

Comments
 (0)