Skip to content

Commit 19173c9

Browse files
authored
Merge pull request #333 from NVIDIA/570-trd4
2 parents 2d3f008 + cfc5311 commit 19173c9

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
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.247.01 550.163.01 570.133.20
22+
DRIVER_VERSIONS: 535.247.01 550.163.01 570.148.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.247.01, 550.163.01, 570.133.20]
84+
- DRIVER_VERSION: [535.247.01, 550.163.01, 570.148.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: [550.163.01, 570.133.20]
90+
- DRIVER_VERSION: [550.163.01, 570.148.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
@@ -36,7 +36,7 @@ jobs:
3636
driver:
3737
- 535.247.01
3838
- 550.163.01
39-
- 570.133.20
39+
- 570.148.08
4040
dist:
4141
- ubuntu20.04
4242
- ubuntu22.04

.nvidia-ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -584,16 +584,16 @@ sign:ngc-ubuntu-rhel-rhcos:
584584
matrix:
585585
- SIGN_JOB_NAME: ["ubuntu"]
586586
VERSION: ["24.04"]
587-
DRIVER_VERSION: ["550.163.01", "570.133.20"]
587+
DRIVER_VERSION: ["550.163.01", "570.148.08"]
588588
- SIGN_JOB_NAME: ["ubuntu"]
589589
VERSION: ["22.04"]
590-
DRIVER_VERSION: ["535.247.01", "550.163.01", "570.133.20"]
590+
DRIVER_VERSION: ["535.247.01", "550.163.01", "570.148.08"]
591591
- SIGN_JOB_NAME: ["ubuntu"]
592592
VERSION: ["20.04"]
593-
DRIVER_VERSION: ["535.247.01", "550.163.01", "570.133.20"]
593+
DRIVER_VERSION: ["535.247.01", "550.163.01", "570.148.08"]
594594
- SIGN_JOB_NAME: ["rhel"]
595595
VERSION: ["8.8", "8.10", "9.4", "9.5"]
596-
DRIVER_VERSION: ["535.247.01", "550.163.01", "570.133.20"]
596+
DRIVER_VERSION: ["535.247.01", "550.163.01", "570.148.08"]
597597
- SIGN_JOB_NAME: ["rhcos"]
598598
VERSION: ["4.12", "4.13", "4.14", "4.15", "4.16", "4.17", "4.18"]
599-
DRIVER_VERSION: ["535.247.01", "550.163.01", "570.133.20"]
599+
DRIVER_VERSION: ["535.247.01", "550.163.01", "570.148.08"]

versions.mk

Lines changed: 2 additions & 2 deletions
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.247.01 550.163.01 570.133.20
16+
DRIVER_VERSIONS ?= 535.247.01 550.163.01 570.148.08
1717

18-
GOLANG_VERSION := 1.24.2
18+
GOLANG_VERSION := 1.24.3

0 commit comments

Comments
 (0)