From 6593f3c2e47643d0560b8fc55c0323aeab16c2ad Mon Sep 17 00:00:00 2001 From: Evan Lezar Date: Tue, 30 Jan 2024 16:03:30 +0100 Subject: [PATCH] Merge pull request #320 from elezar/remove-centos8-jobs Remove centos8 jobs Signed-off-by: Evan Lezar --- .gitlab-ci.yml | 14 -------------- DEVELOPMENT.md | 2 +- build/container/Makefile | 2 -- test/release/docker/centos8/Dockerfile | 2 +- 4 files changed, 2 insertions(+), 18 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ee74ce1d..9efa0bf1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -138,24 +138,12 @@ package-centos7-x86_64: - .dist-centos7 - .arch-x86_64 -package-centos8-aarch64: - extends: - - .package-build - - .dist-centos8 - - .arch-aarch64 - package-centos8-ppc64le: extends: - .package-build - .dist-centos8 - .arch-ppc64le -package-centos8-x86_64: - extends: - - .package-build - - .dist-centos8 - - .arch-x86_64 - package-ubuntu18.04-amd64: extends: - .package-build @@ -238,8 +226,6 @@ image-packaging: - .package-artifacts - .dist-packaging needs: - - job: package-centos8-aarch64 - - job: package-centos8-x86_64 - job: package-ubuntu18.04-amd64 - job: package-ubuntu18.04-arm64 - job: package-amazonlinux2-aarch64 diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 3d9419d1..a723fd43 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -19,7 +19,7 @@ where `TARGET` is a make target that is valid for each of the sub-components. These include: * `ubuntu18.04-amd64` -* `centos8-x86_64` +* `centos7-x86_64` If no `TARGET` is specified, all valid release targets are built. diff --git a/build/container/Makefile b/build/container/Makefile index a16a89d9..983598a3 100644 --- a/build/container/Makefile +++ b/build/container/Makefile @@ -145,9 +145,7 @@ test-packaging: @echo "Testing package image contents" @$(DOCKER) run --rm $(IMAGE) test -d "/artifacts/packages/centos7/aarch64" || echo "Missing centos7/aarch64" @$(DOCKER) run --rm $(IMAGE) test -d "/artifacts/packages/centos7/x86_64" || echo "Missing centos7/x86_64" - @$(DOCKER) run --rm $(IMAGE) test -d "/artifacts/packages/centos8/aarch64" || echo "Missing centos8/aarch64" @$(DOCKER) run --rm $(IMAGE) test -d "/artifacts/packages/centos8/ppc64le" || echo "Missing centos8/ppc64le" - @$(DOCKER) run --rm $(IMAGE) test -d "/artifacts/packages/centos8/x86_64" || echo "Missing centos8/x86_64" @$(DOCKER) run --rm $(IMAGE) test -d "/artifacts/packages/ubuntu18.04/amd64" || echo "Missing ubuntu18.04/amd64" @$(DOCKER) run --rm $(IMAGE) test -d "/artifacts/packages/ubuntu18.04/arm64" || echo "Missing ubuntu18.04/arm64" @$(DOCKER) run --rm $(IMAGE) test -d "/artifacts/packages/ubuntu18.04/ppc64le" || echo "Missing ubuntu18.04/ppc64le" diff --git a/test/release/docker/centos8/Dockerfile b/test/release/docker/centos8/Dockerfile index ab2152c8..b8ec62c5 100644 --- a/test/release/docker/centos8/Dockerfile +++ b/test/release/docker/centos8/Dockerfile @@ -25,7 +25,7 @@ RUN fpm -s empty \ rm -f /tmp/docker.rpm -RUN curl -s -L https://nvidia.github.io/libnvidia-container/centos8/libnvidia-container.repo \ +RUN curl -s -L https://nvidia.github.io/libnvidia-container/stable/rpm/libnvidia-container.repo \ | tee /etc/yum.repos.d/nvidia-container-toolkit.repo COPY entrypoint.sh /