Skip to content

Commit 75a089b

Browse files
authored
Merge pull request #381 from NVIDIA/rm-eol-branches
remove EOL'ed driver branches R550 & R575
2 parents 4ab4de9 + e514f05 commit 75a089b

File tree

6 files changed

+13
-19
lines changed

6 files changed

+13
-19
lines changed

.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: 535.247.01 550.163.01 570.158.01 575.57.08
22+
DRIVER_VERSIONS: 535.247.01 570.158.01
2323
BUILD_MULTI_ARCH_IMAGES: "true"
2424

2525
stages:
@@ -81,27 +81,27 @@ trigger-pipeline:
8181
.driver-versions:
8282
parallel:
8383
matrix:
84-
- DRIVER_VERSION: [535.247.01, 550.163.01, 570.158.01, 575.57.08]
84+
- DRIVER_VERSION: [535.247.01, 570.158.01]
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: [550.163.01, 570.158.01, 575.57.08]
90+
- DRIVER_VERSION: [570.158.01]
9191

9292
# Define the matrix of precompiled jobs that can be run in parallel for ubuntu22.04
9393
.driver-versions-precompiled-ubuntu22.04:
9494
parallel:
9595
matrix:
96-
- DRIVER_BRANCH: [535, 550, 570]
96+
- DRIVER_BRANCH: [535, 570]
9797
KERNEL_FLAVOR: [aws, azure, generic, nvidia, oracle]
9898
LTS_KERNEL: ["5.15"]
9999

100100
# Define the matrix of precompiled jobs that can be run in parallel for ubuntu24.04
101101
.driver-versions-precompiled-ubuntu24.04:
102102
parallel:
103103
matrix:
104-
- DRIVER_BRANCH: [550, 570]
104+
- DRIVER_BRANCH: [570]
105105
KERNEL_FLAVOR: [aws, azure, generic, nvidia, oracle]
106106
LTS_KERNEL: ["6.8"]
107107

.github/workflows/image.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ jobs:
3535
matrix:
3636
driver:
3737
- 535.247.01
38-
- 550.163.01
3938
- 570.158.01
40-
- 575.57.08
4139
dist:
4240
- ubuntu20.04
4341
- ubuntu22.04
@@ -50,9 +48,6 @@ jobs:
5048
- ispr: true
5149
dist: ubuntu20.04
5250
driver: 535.247.01
53-
- ispr: true
54-
dist: ubuntu20.04
55-
driver: 550.163.01
5651
- dist: ubuntu24.04
5752
driver: 535.247.01
5853
fail-fast: false
@@ -103,7 +98,6 @@ jobs:
10398
matrix:
10499
driver:
105100
- 535
106-
- 550
107101
- 570
108102
flavor:
109103
- aws

.github/workflows/precompiled.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
id: extract_driver_branch
3535
run: |
3636
# get driver_branch
37-
DRIVER_BRANCH=("535" "550" "570")
37+
DRIVER_BRANCH=("535" "570")
3838
driver_branch_json=$(printf '%s\n' "${DRIVER_BRANCH[@]}" | jq -R . | jq -cs .)
3939
echo "driver_branch=$driver_branch_json" >> $GITHUB_OUTPUT
4040

.nvidia-ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -591,16 +591,16 @@ sign:ngc-ubuntu-rhel-rhcos:
591591
matrix:
592592
- SIGN_JOB_NAME: ["ubuntu"]
593593
VERSION: ["24.04"]
594-
DRIVER_VERSION: ["550.163.01", "570.158.01", "575.57.08"]
594+
DRIVER_VERSION: ["570.158.01"]
595595
- SIGN_JOB_NAME: ["ubuntu"]
596596
VERSION: ["22.04"]
597-
DRIVER_VERSION: ["535.247.01", "550.163.01", "570.158.01", "575.57.08"]
597+
DRIVER_VERSION: ["535.247.01", "570.158.01"]
598598
- SIGN_JOB_NAME: ["ubuntu"]
599599
VERSION: ["20.04"]
600-
DRIVER_VERSION: ["535.247.01", "550.163.01", "570.158.01", "575.57.08"]
600+
DRIVER_VERSION: ["535.247.01", "570.158.01"]
601601
- SIGN_JOB_NAME: ["rhel"]
602602
VERSION: ["8.8", "8.10", "9.4", "9.5", "9.6"]
603-
DRIVER_VERSION: ["535.247.01", "550.163.01", "570.158.01", "575.57.08"]
603+
DRIVER_VERSION: ["535.247.01", "570.158.01"]
604604
- SIGN_JOB_NAME: ["rhcos"]
605605
VERSION: ["4.12", "4.13", "4.14", "4.15", "4.16", "4.17", "4.18"]
606-
DRIVER_VERSION: ["535.247.01", "550.163.01", "570.158.01", "575.57.08"]
606+
DRIVER_VERSION: ["535.247.01", "570.158.01"]

rhel9/precompiled/nvidiadriver.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"usePrecompiled": true,
1010
"repository": "quay.io/fabiendupont",
1111
"image": "nvidia-gpu-driver",
12-
"version": "550.163.01",
12+
"version": "570.158.01",
1313
"imagePullPolicy": "Always",
1414
"nodeSelector": {},
1515
"manager": {},

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.247.01 550.163.01 570.158.01 575.57.08
16+
DRIVER_VERSIONS ?= 535.247.01 570.158.01
1717

1818
GOLANG_VERSION := 1.24.4

0 commit comments

Comments
 (0)