Skip to content

Commit

Permalink
remove centos support and bump cuda image base, golang versions
Browse files Browse the repository at this point in the history
Signed-off-by: Tariq Ibrahim <[email protected]>
  • Loading branch information
tariq1890 committed Apr 11, 2024
1 parent dd69782 commit 4ed3b1f
Show file tree
Hide file tree
Showing 23 changed files with 8 additions and 1,222 deletions.
11 changes: 0 additions & 11 deletions .common-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,6 @@ trigger-pipeline:
variables:
DIST: rhel9

.dist-centos7:
variables:
DIST: centos7

.dist-fedora36:
variables:
DIST: fedora36
Expand Down Expand Up @@ -278,13 +274,6 @@ release:staging-rhel9:
needs:
- image-rhel9

release:staging-centos7:
extends:
- .release:staging
- .dist-centos7
needs:
- image-centos7

.release:staging-precompiled:
stage: release
variables:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:
- ubuntu20.04
- ubuntu22.04
- rhel8
- centos7
- rhel9
- fedora36
ispr:
Expand Down
5 changes: 0 additions & 5 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,6 @@ image-rhel9:
- .image-build-rhel9
- .dist-rhel9

image-centos7:
extends:
- .image-build
- .dist-centos7

image-fedora36:
extends:
- .image-build
Expand Down
18 changes: 0 additions & 18 deletions .nvidia-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,6 @@ image-rhel9:
- .dist-rhel9
- .driver-versions-rhel9

image-centos7:
extends:
- .image-pull
- .dist-centos7

# The .scan step forms the base of the image scan operation performed before releasing
# images.
.scan-generic:
Expand Down Expand Up @@ -283,14 +278,6 @@ scan-rhel9-arm64:
needs:
- image-rhel9

scan-centos7-amd64:
extends:
- .scan
- .dist-centos7
- .platform-amd64
needs:
- image-centos7

.release:ngc-variables:
variables:
OUT_REGISTRY_USER: "${NGC_REGISTRY_USER}"
Expand Down Expand Up @@ -328,11 +315,6 @@ release:ngc-precompiled-ubuntu22.04:
# Only run NGC release job on scheduled pipelines
- if: $CI_PIPELINE_SOURCE == "schedule"

release:ngc-centos7:
extends:
- .release:ngc
- .dist-centos7

release:ngc-rhcos4.9:
extends:
- .release:ngc
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ OUT_IMAGE_TAG = $(OUT_IMAGE_VERSION)-$(OUT_DIST)
OUT_IMAGE = $(OUT_IMAGE_NAME):$(OUT_IMAGE_TAG)

##### Public rules #####
DISTRIBUTIONS := ubuntu18.04 ubuntu20.04 ubuntu22.04 signed_ubuntu20.04 signed_ubuntu22.04 rhel8 rhel9 centos7 flatcar fedora36 sles15.3 precompiled_rhcos
DISTRIBUTIONS := ubuntu18.04 ubuntu20.04 ubuntu22.04 signed_ubuntu20.04 signed_ubuntu22.04 rhel8 rhel9 flatcar fedora36 sles15.3 precompiled_rhcos
PUSH_TARGETS := $(patsubst %, push-%, $(DISTRIBUTIONS))
BASE_FROM := jammy focal
PUSH_TARGETS := $(patsubst %, push-%, $(DISTRIBUTIONS))
Expand Down
70 changes: 0 additions & 70 deletions centos7/Dockerfile

This file was deleted.

3 changes: 0 additions & 3 deletions centos7/README.md

This file was deleted.

Empty file removed centos7/empty
Empty file.
66 changes: 0 additions & 66 deletions centos7/install.sh

This file was deleted.

Loading

0 comments on commit 4ed3b1f

Please sign in to comment.