Skip to content

Commit 8501aaf

Browse files
Remove EOL driver branches R570 and R590
1 parent f01cb13 commit 8501aaf

3 files changed

Lines changed: 8 additions & 15 deletions

File tree

.common-ci.yml

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

2121
variables:
22-
DRIVER_VERSIONS: 535.288.01 570.211.01 580.126.20 590.48.01
22+
DRIVER_VERSIONS: 535.288.01 580.126.20
2323
BUILD_MULTI_ARCH_IMAGES: "true"
2424

2525
stages:
@@ -81,32 +81,32 @@ trigger-pipeline:
8181
.driver-versions:
8282
parallel:
8383
matrix:
84-
- DRIVER_VERSION: [535.288.01, 570.211.01, 580.126.20, 590.48.01]
84+
- DRIVER_VERSION: [535.288.01, 580.126.20]
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.211.01, 580.126.20, 590.48.01]
90+
- DRIVER_VERSION: [580.126.20]
9191

9292
.driver-versions-rhel10:
9393
parallel:
9494
matrix:
95-
- DRIVER_VERSION: [580.126.20, 590.48.01]
95+
- DRIVER_VERSION: [580.126.20]
9696

9797
# Define the matrix of precompiled jobs that can be run in parallel for ubuntu22.04
9898
.driver-versions-precompiled-ubuntu22.04:
9999
parallel:
100100
matrix:
101-
- DRIVER_BRANCH: [535, 570, 580]
101+
- DRIVER_BRANCH: [535, 580]
102102
KERNEL_FLAVOR: [aws, azure, generic, nvidia, oracle]
103103
LTS_KERNEL: ["5.15", "6.8"]
104104

105105
# Define the matrix of precompiled jobs that can be run in parallel for ubuntu24.04
106106
.driver-versions-precompiled-ubuntu24.04:
107107
parallel:
108108
matrix:
109-
- DRIVER_BRANCH: [570, 580]
109+
- DRIVER_BRANCH: [580]
110110
KERNEL_FLAVOR: [aws, azure, azure-fde, generic, nvidia, oracle]
111111
LTS_KERNEL: ["6.8"]
112112

.github/workflows/image.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@ jobs:
2929
matrix:
3030
driver:
3131
- 535.288.01
32-
- 570.211.01
3332
- 580.126.20
34-
- 590.48.01
3533
dist:
3634
- ubuntu22.04
3735
- ubuntu24.04
@@ -46,8 +44,6 @@ jobs:
4644
driver: 535.288.01
4745
- dist: rhel10
4846
driver: 535.288.01
49-
- dist: rhel10
50-
driver: 570.211.01
5147
fail-fast: false
5248
steps:
5349
- uses: actions/checkout@v6
@@ -103,9 +99,8 @@ jobs:
10399
runs-on: linux-amd64-cpu4
104100
strategy:
105101
matrix:
106-
driver:
102+
driver:
107103
- 535
108-
- 570
109104
- 580
110105
flavor:
111106
- aws
@@ -139,8 +134,6 @@ jobs:
139134
dist: ubuntu22.04
140135
- dist: rhel10
141136
driver: 535
142-
- dist: rhel10
143-
driver: 570
144137
steps:
145138
- uses: actions/checkout@v6
146139
name: Check out code

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.288.01 570.211.01 580.126.20 590.48.01
16+
DRIVER_VERSIONS ?= 535.288.01 580.126.20
1717

1818
GOLANG_VERSION := 1.25.7

0 commit comments

Comments
 (0)