Skip to content

Commit 33628c7

Browse files
authored
Merge pull request #360 from NVIDIA/add-570.158.01
2 parents f86785d + 53214bf commit 33628c7

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
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.148.08 575.57.08
22+
DRIVER_VERSIONS: 535.247.01 550.163.01 570.158.01 575.57.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.148.08, 575.57.08]
84+
- DRIVER_VERSION: [535.247.01, 550.163.01, 570.158.01, 575.57.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.148.08, 575.57.08]
90+
- DRIVER_VERSION: [550.163.01, 570.158.01, 575.57.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.148.08
39+
- 570.158.01
4040
- 575.57.08
4141
dist:
4242
- ubuntu20.04

.nvidia-ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -591,16 +591,16 @@ sign:ngc-ubuntu-rhel-rhcos:
591591
matrix:
592592
- SIGN_JOB_NAME: ["ubuntu"]
593593
VERSION: ["24.04"]
594-
DRIVER_VERSION: ["550.163.01", "570.148.08", "575.57.08"]
594+
DRIVER_VERSION: ["550.163.01", "570.158.01", "575.57.08"]
595595
- SIGN_JOB_NAME: ["ubuntu"]
596596
VERSION: ["22.04"]
597-
DRIVER_VERSION: ["535.247.01", "550.163.01", "570.148.08", "575.57.08"]
597+
DRIVER_VERSION: ["535.247.01", "550.163.01", "570.158.01", "575.57.08"]
598598
- SIGN_JOB_NAME: ["ubuntu"]
599599
VERSION: ["20.04"]
600-
DRIVER_VERSION: ["535.247.01", "550.163.01", "570.148.08", "575.57.08"]
600+
DRIVER_VERSION: ["535.247.01", "550.163.01", "570.158.01", "575.57.08"]
601601
- SIGN_JOB_NAME: ["rhel"]
602602
VERSION: ["8.8", "8.10", "9.4", "9.5", "9.6"]
603-
DRIVER_VERSION: ["535.247.01", "550.163.01", "570.148.08", "575.57.08"]
603+
DRIVER_VERSION: ["535.247.01", "550.163.01", "570.158.01", "575.57.08"]
604604
- SIGN_JOB_NAME: ["rhcos"]
605605
VERSION: ["4.12", "4.13", "4.14", "4.15", "4.16", "4.17", "4.18"]
606-
DRIVER_VERSION: ["535.247.01", "550.163.01", "570.148.08", "575.57.08"]
606+
DRIVER_VERSION: ["535.247.01", "550.163.01", "570.158.01", "575.57.08"]

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.247.01 550.163.01 570.148.08 575.57.08
16+
DRIVER_VERSIONS ?= 535.247.01 550.163.01 570.158.01 575.57.08
1717

1818
GOLANG_VERSION := 1.24.3

0 commit comments

Comments
 (0)