Skip to content

Commit 3d6d98c

Browse files
committed
[cleanup] remove unsupported OS'es and EOL'ed driver branch
Signed-off-by: Tariq Ibrahim <[email protected]>
1 parent 5fd7d92 commit 3d6d98c

File tree

4 files changed

+8
-58
lines changed

4 files changed

+8
-58
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.216.01 550.127.05 560.35.03
22+
DRIVER_VERSIONS: 535.216.01 550.127.05
2323
BUILD_MULTI_ARCH_IMAGES: "true"
2424

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

7878
# Define the driver versions for jobs that can be run in parallel for ubuntu22.04
7979
.driver-versions-ubuntu22.04:
8080
parallel:
8181
matrix:
82-
- DRIVER_VERSION: [535.216.01, 550.127.05, 560.35.03]
82+
- DRIVER_VERSION: [535.216.01, 550.127.05]
8383

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

.github/workflows/image.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,13 @@ jobs:
3636
driver:
3737
- 535.216.01
3838
- 550.127.05
39-
- 560.35.03
4039
dist:
4140
- ubuntu20.04
4241
- ubuntu22.04
4342
- rhel8
44-
- rhel9
4543
ispr:
4644
- ${{github.event_name == 'pull_request'}}
4745
exclude:
48-
- ispr: true
49-
dist: rhel8
5046
- ispr: true
5147
dist: ubuntu20.04
5248
driver: 535.216.01

.nvidia-ci.yml

Lines changed: 4 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -260,24 +260,6 @@ scan-rhel8-arm64:
260260
needs:
261261
- image-rhel8
262262

263-
scan-rhel9-amd64:
264-
extends:
265-
- .scan
266-
- .dist-rhel9
267-
- .platform-amd64
268-
- .driver-versions-rhel9
269-
needs:
270-
- image-rhel9
271-
272-
scan-rhel9-arm64:
273-
extends:
274-
- .scan
275-
- .dist-rhel9
276-
- .platform-arm64
277-
- .driver-versions-rhel9
278-
needs:
279-
- image-rhel9
280-
281263
.release:ngc-variables:
282264
variables:
283265
OUT_REGISTRY_USER: "${NGC_REGISTRY_USER}"
@@ -371,34 +353,6 @@ release:ngc-rhel8.10:
371353
variables:
372354
OUT_DIST: "rhel8.10"
373355

374-
release:ngc-rhel9.0:
375-
extends:
376-
- .release:ngc
377-
- .dist-rhel9
378-
variables:
379-
OUT_DIST: "rhel9.0"
380-
381-
release:ngc-rhel9.1:
382-
extends:
383-
- .release:ngc
384-
- .dist-rhel9
385-
variables:
386-
OUT_DIST: "rhel9.1"
387-
388-
release:ngc-rhel9.2:
389-
extends:
390-
- .release:ngc
391-
- .dist-rhel9
392-
variables:
393-
OUT_DIST: "rhel9.2"
394-
395-
release:ngc-rhel9.3:
396-
extends:
397-
- .release:ngc
398-
- .dist-rhel9
399-
variables:
400-
OUT_DIST: "rhel9.3"
401-
402356
# Define the external image signing steps for NGC
403357
# Download the ngc cli binary for use in the sign steps
404358
.ngccli-setup:
@@ -481,13 +435,13 @@ sign:ngc-ubuntu-rhel-rhcos:
481435
matrix:
482436
- SIGN_JOB_NAME: ["ubuntu"]
483437
VERSION: ["22.04"]
484-
DRIVER_VERSION: ["535.216.01", "550.127.05", "560.35.03"]
438+
DRIVER_VERSION: ["535.216.01", "550.127.05"]
485439
- SIGN_JOB_NAME: ["ubuntu"]
486440
VERSION: ["20.04"]
487-
DRIVER_VERSION: ["535.216.01", "550.127.05", "560.35.03"]
441+
DRIVER_VERSION: ["535.216.01", "550.127.05"]
488442
- SIGN_JOB_NAME: ["rhel"]
489443
VERSION: ["8.8", "8.10"]
490-
DRIVER_VERSION: ["535.216.01", "550.127.05", "560.35.03"]
444+
DRIVER_VERSION: ["535.216.01", "550.127.05"]
491445
- SIGN_JOB_NAME: ["rhcos"]
492446
VERSION: ["4.12","4.13","4.14","4.15", "4.16", "4.17"]
493-
DRIVER_VERSION: ["535.216.01", "550.127.05", "560.35.03"]
447+
DRIVER_VERSION: ["535.216.01", "550.127.05"]

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 ?= 535.216.01 550.127.05 560.35.03
16+
DRIVER_VERSIONS ?= 535.216.01 550.127.05
1717

1818
CUDA_VERSION := 12.6.0
1919

0 commit comments

Comments
 (0)