From 39dbc6c45c8e1cb16f88d6948efee06ab5c38d69 Mon Sep 17 00:00:00 2001 From: "Lott, Christopher (cl778h)" Date: Wed, 25 Mar 2020 14:55:12 -0400 Subject: [PATCH] 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 --- jjb/ci-management/ci-docker.yaml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) 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 -- 2.16.6