Skip to content

Commit c7b8e27

Browse files
committed
add gpu driver version 565.57.01
Signed-off-by: Tariq Ibrahim <[email protected]>
1 parent 2014a3a commit c7b8e27

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

.common-ci.yml

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

2121
variables:
22-
DRIVER_VERSIONS: 535.216.01 550.127.05
22+
DRIVER_VERSIONS: 535.216.01 550.127.05 565.57.01
2323
BUILD_MULTI_ARCH_IMAGES: "true"
2424

2525
stages:
@@ -73,7 +73,7 @@ trigger-pipeline:
7373
.driver-versions:
7474
parallel:
7575
matrix:
76-
- DRIVER_VERSION: [535.216.01, 550.127.05]
76+
- DRIVER_VERSION: [535.216.01, 550.127.05, 565.57.01]
7777

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

.github/workflows/image.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
driver:
3737
- 535.216.01
3838
- 550.127.05
39+
- 565.57.01
3940
dist:
4041
- ubuntu20.04
4142
- ubuntu22.04

.nvidia-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -429,13 +429,13 @@ sign:ngc-ubuntu-rhel-rhcos:
429429
matrix:
430430
- SIGN_JOB_NAME: ["ubuntu"]
431431
VERSION: ["22.04"]
432-
DRIVER_VERSION: ["535.216.01", "550.127.05"]
432+
DRIVER_VERSION: ["535.216.01", "550.127.05", "565.57.01"]
433433
- SIGN_JOB_NAME: ["ubuntu"]
434434
VERSION: ["20.04"]
435-
DRIVER_VERSION: ["535.216.01", "550.127.05"]
435+
DRIVER_VERSION: ["535.216.01", "550.127.05", "565.57.01"]
436436
- SIGN_JOB_NAME: ["rhel"]
437437
VERSION: ["8.8", "8.10"]
438-
DRIVER_VERSION: ["535.216.01", "550.127.05"]
438+
DRIVER_VERSION: ["535.216.01", "550.127.05", "565.57.01"]
439439
- SIGN_JOB_NAME: ["rhcos"]
440440
VERSION: ["4.12","4.13","4.14","4.15", "4.16", "4.17"]
441-
DRIVER_VERSION: ["535.216.01", "550.127.05"]
441+
DRIVER_VERSION: ["535.216.01", "550.127.05", "565.57.01"]

versions.mk

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
# limitations under the License.
1414

1515
# DRIVER_VERSIONS contains latest version in all active datacenter branches
16-
DRIVER_VERSIONS ?= 535.216.01 550.127.05
17-
18-
CUDA_VERSION := 12.6.0
16+
DRIVER_VERSIONS ?= 535.216.01 550.127.05 565.57.01
1917

2018
GOLANG_VERSION := 1.22.8

0 commit comments

Comments
 (0)