Skip to content

Commit ac02958

Browse files
committed
bump 570.195.03 and 535.274.02
1 parent 9cae45a commit ac02958

File tree

5 files changed

+18
-22
lines changed

5 files changed

+18
-22
lines changed

.common-ci.yml

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

2121
variables:
22-
DRIVER_VERSIONS: 535.261.03 570.172.08 580.82.07
22+
DRIVER_VERSIONS: 535.274.02 570.195.03 580.95.05
2323
BUILD_MULTI_ARCH_IMAGES: "true"
2424

2525
stages:
@@ -81,19 +81,13 @@ trigger-pipeline:
8181
.driver-versions:
8282
parallel:
8383
matrix:
84-
- DRIVER_VERSION: [535.261.03, 570.172.08, 580.82.07]
85-
86-
# Define the driver versions for jobs that can be run in parallel
87-
.driver-versions-ubuntu20.04:
88-
parallel:
89-
matrix:
90-
- DRIVER_VERSION: [535.261.03, 570.172.08]
84+
- DRIVER_VERSION: [535.274.02, 570.195.03, 580.95.05]
9185

9286
# Define the driver versions for jobs that can be run in parallel
9387
.driver-versions-ubuntu24.04:
9488
parallel:
9589
matrix:
96-
- DRIVER_VERSION: [570.172.08, 580.82.07]
90+
- DRIVER_VERSION: [570.195.03, 580.95.05]
9791

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

.github/workflows/image.yaml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ jobs:
3434
strategy:
3535
matrix:
3636
driver:
37-
- 535.261.03
38-
- 570.172.08
39-
- 580.82.07
37+
- 535.274.02
38+
- 570.195.03
39+
- 580.95.05
4040
dist:
4141
- ubuntu20.04
4242
- ubuntu22.04
@@ -48,11 +48,13 @@ jobs:
4848
exclude:
4949
- ispr: true
5050
dist: ubuntu20.04
51-
driver: 535.261.03
51+
driver: 535.274.02
5252
- dist: ubuntu24.04
53-
driver: 535.261.03
53+
driver: 535.274.02
5454
- dist: ubuntu20.04
55-
driver: 580.82.07
55+
driver: 580.95.05
56+
- dist: ubuntu20.04
57+
driver: 570.195.03
5658
fail-fast: false
5759
steps:
5860
- uses: actions/checkout@v5

.nvidia-ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -599,16 +599,16 @@ sign:ngc-ubuntu-rhel-rhcos:
599599
matrix:
600600
- SIGN_JOB_NAME: ["ubuntu"]
601601
VERSION: ["24.04"]
602-
DRIVER_VERSION: ["570.172.08", "580.82.07"]
602+
DRIVER_VERSION: ["570.195.03", "580.95.05"]
603603
- SIGN_JOB_NAME: ["ubuntu"]
604604
VERSION: ["22.04"]
605-
DRIVER_VERSION: ["535.261.03", "570.172.08", "580.82.07"]
605+
DRIVER_VERSION: ["535.274.02", "570.195.03", "580.95.05"]
606606
- SIGN_JOB_NAME: ["ubuntu"]
607607
VERSION: ["20.04"]
608-
DRIVER_VERSION: ["535.261.03", "570.172.08"]
608+
DRIVER_VERSION: ["535.274.02"]
609609
- SIGN_JOB_NAME: ["rhel"]
610610
VERSION: ["8.8", "8.10", "9.4", "9.5", "9.6"]
611-
DRIVER_VERSION: ["535.261.03", "570.172.08", "580.82.07"]
611+
DRIVER_VERSION: ["535.274.02", "570.195.03", "580.95.05"]
612612
- SIGN_JOB_NAME: ["rhcos"]
613613
VERSION: ["4.14", "4.15", "4.16", "4.17", "4.18"]
614-
DRIVER_VERSION: ["535.261.03", "570.172.08", "580.82.07"]
614+
DRIVER_VERSION: ["535.274.02", "570.195.03", "580.95.05"]

ubuntu22.04/precompiled/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ARG TARGETARCH
77
ENV TARGETARCH=$TARGETARCH
88
ARG DRIVER_BRANCH=535
99
ENV DRIVER_BRANCH=$DRIVER_BRANCH
10-
ARG DRIVER_VERSION=535.247.01
10+
ARG DRIVER_VERSION=535.274.02
1111
ENV DRIVER_VERSION=$DRIVER_VERSION
1212

1313
ARG KERNEL_VERSION=5.15.0-116-generic

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.261.03 570.172.08 580.82.07
16+
DRIVER_VERSIONS ?= 535.274.02 570.195.03 580.95.05
1717

1818
GOLANG_VERSION := 1.25.1

0 commit comments

Comments
 (0)