Skip to content

Commit add9ce0

Browse files
committed
Bump 580.105.08
Signed-off-by: Arjun <[email protected]>
1 parent 87517d2 commit add9ce0

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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.95.05
22+
DRIVER_VERSIONS: 535.274.02 570.195.03 580.105.08
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.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:

.github/workflows/image.yaml

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

.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.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.

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.95.05
16+
DRIVER_VERSIONS ?= 535.274.02 570.195.03 580.105.08
1717

1818
GOLANG_VERSION := 1.25.2

0 commit comments

Comments
 (0)