Skip to content

Commit 6b1d84d

Browse files
committed
Added support for driver 615.71.09
1 parent 06a208c commit 6b1d84d

4 files changed

Lines changed: 8 additions & 7 deletions

File tree

.common-ci.yml

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

2121
variables:
22-
DRIVER_VERSIONS: 580.178.04 595.91.07 610.57.04
22+
DRIVER_VERSIONS: 580.178.04 595.91.07 610.57.04 615.71.09
2323
BUILD_MULTI_ARCH_IMAGES: "true"
2424

2525
stages:
@@ -81,23 +81,23 @@ trigger-pipeline:
8181
.driver-versions:
8282
parallel:
8383
matrix:
84-
- DRIVER_VERSION: [580.178.04, 595.91.07, 610.57.04]
84+
- DRIVER_VERSION: [580.178.04, 595.91.07, 610.57.04, 615.71.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: [580.178.04, 595.91.07, 610.57.04]
90+
- DRIVER_VERSION: [580.178.04, 595.91.07, 610.57.04, 615.71.09]
9191

9292
.driver-versions-ubuntu26.04:
9393
parallel:
9494
matrix:
95-
- DRIVER_VERSION: [595.91.07, 610.57.04]
95+
- DRIVER_VERSION: [595.91.07, 610.57.04, 615.71.09]
9696

9797
.driver-versions-rhel10:
9898
parallel:
9999
matrix:
100-
- DRIVER_VERSION: [580.178.04, 595.91.07, 610.57.04]
100+
- DRIVER_VERSION: [580.178.04, 595.91.07, 610.57.04, 615.71.09]
101101

102102
# Define the matrix of precompiled jobs that can be run in parallel for ubuntu22.04
103103
.driver-versions-precompiled-ubuntu22.04:

.github/workflows/image.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
- 580.178.04
3232
- 595.91.07
3333
- 610.57.04
34+
- 615.71.09
3435
dist:
3536
- ubuntu22.04
3637
- ubuntu24.04

.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: 580.178.04 595.91.07 610.57.04
37+
PUBLISH_VERSIONS: 580.178.04 595.91.07 610.57.04 615.71.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,7 +13,7 @@
1313
# limitations under the License.
1414

1515
# DRIVER_VERSIONS contains latest version in all active datacenter branches
16-
DRIVER_VERSIONS ?= 580.178.04 595.91.07 610.57.04
16+
DRIVER_VERSIONS ?= 580.178.04 595.91.07 610.57.04 615.71.09
1717

1818
GOLANG_VERSION := 1.26.6
1919

0 commit comments

Comments
 (0)