Skip to content

Commit 1f297cc

Browse files
committed
removing ubuntu20.04 - no longer supported
Signed-off-by: agadiyar <[email protected]>
1 parent 69deec3 commit 1f297cc

File tree

3 files changed

+0
-97
lines changed

3 files changed

+0
-97
lines changed

.common-ci.yml

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,6 @@ trigger-pipeline:
8383
matrix:
8484
- DRIVER_VERSION: [535.274.02, 570.195.03, 580.95.05]
8585

86-
# Define the driver versions for jobs that can be run in parallel
87-
.driver-versions-ubuntu20.04:
88-
parallel:
89-
matrix:
90-
- DRIVER_VERSION: [535.274.02, 570.195.03]
91-
9286
# Define the driver versions for jobs that can be run in parallel
9387
.driver-versions-ubuntu24.04:
9488
parallel:
@@ -111,12 +105,6 @@ trigger-pipeline:
111105
KERNEL_FLAVOR: [aws, azure, generic, nvidia, oracle]
112106
LTS_KERNEL: ["6.8"]
113107

114-
# Define the distribution targets
115-
.dist-ubuntu20.04:
116-
variables:
117-
DIST: ubuntu20.04
118-
CVE_UPDATES: "openssl"
119-
120108
.dist-ubuntu22.04:
121109
variables:
122110
DIST: ubuntu22.04
@@ -189,14 +177,6 @@ trigger-pipeline:
189177
# Since OUT_IMAGE_NAME and OUT_VERSION are set, this will push the CI image to the target
190178
- if [[ "${PRECOMPILED}" == "true" ]]; then ./scripts/precompiled.sh push; else make push-${DIST}-${DRIVER_VERSION}; fi
191179

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-
200180
.release-ubuntu22.04:
201181
# Perform for each DRIVER_VERSION
202182
extends:
@@ -241,15 +221,6 @@ trigger-pipeline:
241221
OUT_REGISTRY: "${NGC_REGISTRY}"
242222
OUT_IMAGE_NAME: "${NGC_STAGING_REGISTRY}/driver"
243223

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-
253224
.release:staging-ubuntu22.04:
254225
extends:
255226
- .release-ubuntu22.04
@@ -317,13 +288,6 @@ trigger-pipeline:
317288
VERSION: "${RELEASE_DEVEL_TAG}"
318289
OUT_VERSION: "${DEVEL_RELEASE_IMAGE_VERSION}"
319290

320-
release:staging-ubuntu20.04:
321-
extends:
322-
- .release:staging-ubuntu20.04
323-
- .dist-ubuntu20.04
324-
needs:
325-
- image-ubuntu20.04
326-
327291
release:staging-ubuntu22.04:
328292
extends:
329293
- .release:staging-ubuntu22.04

.github/workflows/image.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,23 +32,15 @@ jobs:
3232
- 570.195.03
3333
- 580.95.05
3434
dist:
35-
- ubuntu20.04
3635
- ubuntu22.04
3736
- ubuntu24.04
3837
- rhel8
3938
- rhel9
4039
ispr:
4140
- ${{github.event_name == 'pull_request'}}
4241
exclude:
43-
- ispr: true
44-
dist: ubuntu20.04
45-
driver: 535.274.02
4642
- dist: ubuntu24.04
4743
driver: 535.274.02
48-
- dist: ubuntu20.04
49-
driver: 580.95.05
50-
- dist: ubuntu20.04
51-
driver: 570.195.03
5244
fail-fast: false
5345
steps:
5446
- uses: actions/checkout@v5

.nvidia-ci.yml

Lines changed: 0 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -101,16 +101,6 @@ image-precompiled-ubuntu24.04:
101101
- .driver-versions-precompiled-ubuntu24.04
102102
- .image-pull-generic
103103

104-
.image-pull-ubuntu20.04:
105-
# Perform for each DRIVER_VERSION
106-
extends:
107-
- .driver-versions-ubuntu20.04
108-
- .image-pull-generic
109-
rules:
110-
- if: $CI_PIPELINE_SOURCE == "schedule"
111-
when: never
112-
- !reference [.image-pull-rules, rules]
113-
114104
.image-pull-ubuntu22.04:
115105
# Perform for each DRIVER_VERSION
116106
extends:
@@ -135,11 +125,6 @@ image-precompiled-ubuntu22.04:
135125
- .driver-versions-precompiled-ubuntu22.04
136126
- .image-pull-generic
137127

138-
image-ubuntu20.04:
139-
extends:
140-
- .image-pull-ubuntu20.04
141-
- .dist-ubuntu20.04
142-
143128
image-ubuntu22.04:
144129
extends:
145130
- .image-pull-ubuntu22.04
@@ -217,18 +202,6 @@ image-rhel9:
217202
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
218203
- !reference [.pipeline-trigger-rules, rules]
219204

220-
.scan-ubuntu20.04:
221-
# Repeat for each DRIVER_VERSION
222-
extends:
223-
- .driver-versions-ubuntu20.04
224-
- .scan-generic
225-
rules:
226-
- !reference [.scan-rules-common, rules]
227-
- if: $CI_PIPELINE_SOURCE == "schedule"
228-
when: never
229-
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
230-
- !reference [.pipeline-trigger-rules, rules]
231-
232205
.scan-ubuntu22.04:
233206
# Repeat for each DRIVER_VERSION
234207
extends:
@@ -277,23 +250,6 @@ image-rhel9:
277250
- !reference [.scan-rules-common, rules]
278251
- !reference [.precompiled-rules, rules]
279252

280-
# Define the scan targets
281-
scan-ubuntu20.04-amd64:
282-
extends:
283-
- .scan-ubuntu20.04
284-
- .dist-ubuntu20.04
285-
- .platform-amd64
286-
needs:
287-
- image-ubuntu20.04
288-
289-
scan-ubuntu20.04-arm64:
290-
extends:
291-
- .scan-ubuntu20.04
292-
- .dist-ubuntu20.04
293-
- .platform-arm64
294-
needs:
295-
- image-ubuntu20.04
296-
297253
scan-ubuntu22.04-amd64:
298254
extends:
299255
- .scan-ubuntu22.04
@@ -389,12 +345,6 @@ scan-rhel9-arm64:
389345
- .release:external
390346
- .release:ngc-variables
391347

392-
release:ngc-ubuntu20.04:
393-
extends:
394-
- .release:ngc
395-
- .dist-ubuntu20.04
396-
- .driver-versions-ubuntu20.04
397-
398348
release:ngc-ubuntu22.04:
399349
extends:
400350
- .release:ngc
@@ -603,9 +553,6 @@ sign:ngc-ubuntu-rhel-rhcos:
603553
- SIGN_JOB_NAME: ["ubuntu"]
604554
VERSION: ["22.04"]
605555
DRIVER_VERSION: ["535.274.02", "570.195.03", "580.95.05"]
606-
- SIGN_JOB_NAME: ["ubuntu"]
607-
VERSION: ["20.04"]
608-
DRIVER_VERSION: ["535.274.02"]
609556
- SIGN_JOB_NAME: ["rhel"]
610557
VERSION: ["8.8", "8.10", "9.4", "9.5", "9.6"]
611558
DRIVER_VERSION: ["535.274.02", "570.195.03", "580.95.05"]

0 commit comments

Comments
 (0)