Skip to content

Commit 23e8e7e

Browse files
authored
Merge pull request #424 from NVIDIA/580.82.07
Add driver 580.82.07
2 parents 6aac34f + 2a97658 commit 23e8e7e

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.261.03 570.172.08 580.65.06
22+
DRIVER_VERSIONS: 535.261.03 570.172.08 580.82.07
2323
BUILD_MULTI_ARCH_IMAGES: "true"
2424

2525
stages:
@@ -81,7 +81,7 @@ trigger-pipeline:
8181
.driver-versions:
8282
parallel:
8383
matrix:
84-
- DRIVER_VERSION: [535.261.03, 570.172.08, 580.65.06]
84+
- DRIVER_VERSION: [535.261.03, 570.172.08, 580.82.07]
8585

8686
# Define the driver versions for jobs that can be run in parallel
8787
.driver-versions-ubuntu20.04:
@@ -93,7 +93,7 @@ trigger-pipeline:
9393
.driver-versions-ubuntu24.04:
9494
parallel:
9595
matrix:
96-
- DRIVER_VERSION: [570.172.08, 580.65.06]
96+
- DRIVER_VERSION: [570.172.08, 580.82.07]
9797

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

.github/workflows/image.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
driver:
3737
- 535.261.03
3838
- 570.172.08
39-
- 580.65.06
39+
- 580.82.07
4040
dist:
4141
- ubuntu20.04
4242
- ubuntu22.04
@@ -52,7 +52,7 @@ jobs:
5252
- dist: ubuntu24.04
5353
driver: 535.261.03
5454
- dist: ubuntu20.04
55-
driver: 580.65.06
55+
driver: 580.82.07
5656
fail-fast: false
5757
steps:
5858
- uses: actions/checkout@v4

.nvidia-ci.yml

Lines changed: 4 additions & 4 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.65.06"]
602+
DRIVER_VERSION: ["570.172.08", "580.82.07"]
603603
- SIGN_JOB_NAME: ["ubuntu"]
604604
VERSION: ["22.04"]
605-
DRIVER_VERSION: ["535.261.03", "570.172.08", "580.65.06"]
605+
DRIVER_VERSION: ["535.261.03", "570.172.08", "580.82.07"]
606606
- SIGN_JOB_NAME: ["ubuntu"]
607607
VERSION: ["20.04"]
608608
DRIVER_VERSION: ["535.261.03", "570.172.08"]
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.65.06"]
611+
DRIVER_VERSION: ["535.261.03", "570.172.08", "580.82.07"]
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.65.06"]
614+
DRIVER_VERSION: ["535.261.03", "570.172.08", "580.82.07"]

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.65.06
16+
DRIVER_VERSIONS ?= 535.261.03 570.172.08 580.82.07
1717

1818
GOLANG_VERSION := 1.24.5

0 commit comments

Comments
 (0)