Skip to content

Commit dcbb903

Browse files
authored
Merge pull request #1008 from NVIDIA/rm-610.57.04
chore: remove 610.57.04 driver as it's EOL
2 parents 6357f52 + 72427f3 commit dcbb903

3 files changed

Lines changed: 6 additions & 7 deletions

File tree

.common-ci.yml

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

2121
variables:
22-
DRIVER_VERSIONS: 580.178.04 595.91.07 610.57.04 615.71.09
22+
DRIVER_VERSIONS: 580.178.04 595.91.07 615.71.09
2323
BUILD_MULTI_ARCH_IMAGES: "true"
2424

2525
stages:
@@ -81,23 +81,23 @@ trigger-pipeline:
8181
.driver-versions:
8282
parallel:
8383
matrix:
84-
- DRIVER_VERSION: [580.178.04, 595.91.07, 610.57.04, 615.71.09]
84+
- DRIVER_VERSION: [580.178.04, 595.91.07, 615.71.09]
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: [580.178.04, 595.91.07, 610.57.04, 615.71.09]
90+
- DRIVER_VERSION: [580.178.04, 595.91.07, 615.71.09]
9191

9292
.driver-versions-ubuntu26.04:
9393
parallel:
9494
matrix:
95-
- DRIVER_VERSION: [595.91.07, 610.57.04, 615.71.09]
95+
- DRIVER_VERSION: [595.91.07, 615.71.09]
9696

9797
.driver-versions-rhel10:
9898
parallel:
9999
matrix:
100-
- DRIVER_VERSION: [580.178.04, 595.91.07, 610.57.04, 615.71.09]
100+
- DRIVER_VERSION: [580.178.04, 595.91.07, 615.71.09]
101101

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

.github/workflows/image.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jobs:
3030
driver:
3131
- 580.178.04
3232
- 595.91.07
33-
- 610.57.04
3433
- 615.71.09
3534
dist:
3635
- ubuntu22.04

versions.mk

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

1515
# DRIVER_VERSIONS contains latest version in all active datacenter branches
16-
DRIVER_VERSIONS ?= 580.178.04 595.91.07 610.57.04 615.71.09
16+
DRIVER_VERSIONS ?= 580.178.04 595.91.07 615.71.09
1717

1818
GOLANG_VERSION := 1.26.6
1919

0 commit comments

Comments
 (0)