From: Lott, Christopher (cl778h) Date: Wed, 25 Mar 2020 18:55:12 +0000 (-0400) Subject: Drop jobs for builder images from ci-management X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=39dbc6c45c8e1cb16f88d6948efee06ab5c38d69;p=ci-management.git Drop jobs for builder images from ci-management The docker files and jobs are now maintained in/for the it/dev repo. One job lingers here, it should be cleaned up when the last project migrates from Ubuntu 16 to 18. Signed-off-by: Lott, Christopher (cl778h) Change-Id: Ie9a167b85d4dde783a86dcadb10038fbb2f57d97 --- diff --git a/jjb/ci-management/ci-docker.yaml b/jjb/ci-management/ci-docker.yaml index 1c2274d5..253758f1 100644 --- a/jjb/ci-management/ci-docker.yaml +++ b/jjb/ci-management/ci-docker.yaml @@ -36,18 +36,8 @@ # Each project name is a subdirectory in ci-management/docker # with a Dockerfile and a container-tag.yaml file -- project: - name: bldr-alpine3 - <<: *ci_docker_common - -- project: - name: bldr-alpine3-go - <<: *ci_docker_common - +# This image is deprecated, projects should move to Ubuntu 18 +# TODO remove entirely - project: name: bldr-ubuntu16-c-go <<: *ci_docker_common - -- project: - name: bldr-ubuntu18-c-go - <<: *ci_docker_common