Skip to content

Commit d14fc6a

Browse files
committed
removing ubuntu20.04 - no longer supported
1 parent 9eeb51a commit d14fc6a

File tree

3 files changed

+0
-38
lines changed

3 files changed

+0
-38
lines changed

.common-ci.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -189,14 +189,6 @@ trigger-pipeline:
189189
# Since OUT_IMAGE_NAME and OUT_VERSION are set, this will push the CI image to the target
190190
- if [[ "${PRECOMPILED}" == "true" ]]; then ./scripts/precompiled.sh push; else make push-${DIST}-${DRIVER_VERSION}; fi
191191

192-
.release-ubuntu20.04:
193-
# Perform for each DRIVER_VERSION
194-
extends:
195-
- .release-generic
196-
- .driver-versions-ubuntu20.04
197-
rules:
198-
- if: $CI_PIPELINE_SOURCE != "schedule"
199-
200192
.release-ubuntu22.04:
201193
# Perform for each DRIVER_VERSION
202194
extends:
@@ -241,15 +233,6 @@ trigger-pipeline:
241233
OUT_REGISTRY: "${NGC_REGISTRY}"
242234
OUT_IMAGE_NAME: "${NGC_STAGING_REGISTRY}/driver"
243235

244-
.release:staging-ubuntu20.04:
245-
extends:
246-
- .release-ubuntu20.04
247-
variables:
248-
OUT_REGISTRY_USER: "${NGC_REGISTRY_USER}"
249-
OUT_REGISTRY_TOKEN: "${NGC_REGISTRY_TOKEN}"
250-
OUT_REGISTRY: "${NGC_REGISTRY}"
251-
OUT_IMAGE_NAME: "${NGC_STAGING_REGISTRY}/driver"
252-
253236
.release:staging-ubuntu22.04:
254237
extends:
255238
- .release-ubuntu22.04
@@ -317,13 +300,6 @@ trigger-pipeline:
317300
VERSION: "${RELEASE_DEVEL_TAG}"
318301
OUT_VERSION: "${DEVEL_RELEASE_IMAGE_VERSION}"
319302

320-
release:staging-ubuntu20.04:
321-
extends:
322-
- .release:staging-ubuntu20.04
323-
- .dist-ubuntu20.04
324-
needs:
325-
- image-ubuntu20.04
326-
327303
release:staging-ubuntu22.04:
328304
extends:
329305
- .release:staging-ubuntu22.04

.github/workflows/image.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,23 +38,15 @@ jobs:
3838
- 570.195.03
3939
- 580.95.05
4040
dist:
41-
- ubuntu20.04
4241
- ubuntu22.04
4342
- ubuntu24.04
4443
- rhel8
4544
- rhel9
4645
ispr:
4746
- ${{github.event_name == 'pull_request'}}
4847
exclude:
49-
- ispr: true
50-
dist: ubuntu20.04
51-
driver: 535.274.02
5248
- dist: ubuntu24.04
5349
driver: 535.274.02
54-
- dist: ubuntu20.04
55-
driver: 580.95.05
56-
- dist: ubuntu20.04
57-
driver: 570.195.03
5850
fail-fast: false
5951
steps:
6052
- uses: actions/checkout@v5

.nvidia-ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -389,12 +389,6 @@ scan-rhel9-arm64:
389389
- .release:external
390390
- .release:ngc-variables
391391

392-
release:ngc-ubuntu20.04:
393-
extends:
394-
- .release:ngc
395-
- .dist-ubuntu20.04
396-
- .driver-versions-ubuntu20.04
397-
398392
release:ngc-ubuntu22.04:
399393
extends:
400394
- .release:ngc

0 commit comments

Comments
 (0)