Skip to content

Commit df9cddc

Browse files
authored
Merge pull request #380 from JunAr7112/update_driver
Updated versions to 570.172.08 and 535.261.03
2 parents 75a089b + 3089b23 commit df9cddc

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
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 570.158.01
22+
DRIVER_VERSIONS: 535.261.03 570.172.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, 570.158.01]
84+
- DRIVER_VERSION: [535.261.03, 570.172.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.158.01]
90+
- DRIVER_VERSION: [570.172.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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
strategy:
3535
matrix:
3636
driver:
37-
- 535.247.01
38-
- 570.158.01
37+
- 535.261.03
38+
- 570.172.08
3939
dist:
4040
- ubuntu20.04
4141
- ubuntu22.04
@@ -47,9 +47,9 @@ jobs:
4747
exclude:
4848
- ispr: true
4949
dist: ubuntu20.04
50-
driver: 535.247.01
50+
driver: 535.261.03
5151
- dist: ubuntu24.04
52-
driver: 535.247.01
52+
driver: 535.261.03
5353
fail-fast: false
5454
steps:
5555
- uses: actions/checkout@v4

.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: ["570.158.01"]
594+
DRIVER_VERSION: ["570.172.08"]
595595
- SIGN_JOB_NAME: ["ubuntu"]
596596
VERSION: ["22.04"]
597-
DRIVER_VERSION: ["535.247.01", "570.158.01"]
597+
DRIVER_VERSION: ["535.261.03", "570.172.08"]
598598
- SIGN_JOB_NAME: ["ubuntu"]
599599
VERSION: ["20.04"]
600-
DRIVER_VERSION: ["535.247.01", "570.158.01"]
600+
DRIVER_VERSION: ["535.261.03", "570.172.08"]
601601
- SIGN_JOB_NAME: ["rhel"]
602602
VERSION: ["8.8", "8.10", "9.4", "9.5", "9.6"]
603-
DRIVER_VERSION: ["535.247.01", "570.158.01"]
603+
DRIVER_VERSION: ["535.261.03", "570.172.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", "570.158.01"]
606+
DRIVER_VERSION: ["535.261.03", "570.172.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 570.158.01
16+
DRIVER_VERSIONS ?= 535.261.03 570.172.08
1717

18-
GOLANG_VERSION := 1.24.4
18+
GOLANG_VERSION := 1.24.5

0 commit comments

Comments
 (0)