Skip to content

Commit 5f4a343

Browse files
committed
removing ubuntu20.04 - no longer supported
1 parent ac02958 commit 5f4a343

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
@@ -183,14 +183,6 @@ trigger-pipeline:
183183
# Since OUT_IMAGE_NAME and OUT_VERSION are set, this will push the CI image to the target
184184
- if [[ "${PRECOMPILED}" == "true" ]]; then ./scripts/precompiled.sh push; else make push-${DIST}-${DRIVER_VERSION}; fi
185185

186-
.release-ubuntu20.04:
187-
# Perform for each DRIVER_VERSION
188-
extends:
189-
- .release-generic
190-
- .driver-versions-ubuntu20.04
191-
rules:
192-
- if: $CI_PIPELINE_SOURCE != "schedule"
193-
194186
.release-ubuntu22.04:
195187
# Perform for each DRIVER_VERSION
196188
extends:
@@ -235,15 +227,6 @@ trigger-pipeline:
235227
OUT_REGISTRY: "${NGC_REGISTRY}"
236228
OUT_IMAGE_NAME: "${NGC_STAGING_REGISTRY}/driver"
237229

238-
.release:staging-ubuntu20.04:
239-
extends:
240-
- .release-ubuntu20.04
241-
variables:
242-
OUT_REGISTRY_USER: "${NGC_REGISTRY_USER}"
243-
OUT_REGISTRY_TOKEN: "${NGC_REGISTRY_TOKEN}"
244-
OUT_REGISTRY: "${NGC_REGISTRY}"
245-
OUT_IMAGE_NAME: "${NGC_STAGING_REGISTRY}/driver"
246-
247230
.release:staging-ubuntu22.04:
248231
extends:
249232
- .release-ubuntu22.04
@@ -311,13 +294,6 @@ trigger-pipeline:
311294
VERSION: "${RELEASE_DEVEL_TAG}"
312295
OUT_VERSION: "${DEVEL_RELEASE_IMAGE_VERSION}"
313296

314-
release:staging-ubuntu20.04:
315-
extends:
316-
- .release:staging-ubuntu20.04
317-
- .dist-ubuntu20.04
318-
needs:
319-
- image-ubuntu20.04
320-
321297
release:staging-ubuntu22.04:
322298
extends:
323299
- .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)