Define builder jobs for ubuntu base images 34/434/1
authorLott, Christopher (cl778h) <cl778h@att.com>
Fri, 28 Jun 2019 15:17:01 +0000 (11:17 -0400)
committerLott, Christopher (cl778h) <cl778h@att.com>
Fri, 28 Jun 2019 15:17:01 +0000 (11:17 -0400)
Renames ubuntu to ubuntu16; adds ubuntu18.

Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
Change-Id: I1ad44df1b4f04e384af5789b73a92daeea146426

jjb/ci-management/ci-docker.yaml

index bf4da34..1fb5b57 100644 (file)
 
 - project:
     <<: *ci_docker_common
-    name: bldr-ubuntu-c-go-nng
+    name: bldr-ubuntu16-c-go-nng
+    project-name: '{project}-{name}'
+    docker-name: '{name}'
+    docker-root: 'docker/{name}'
+    gerrit_trigger_file_paths:
+      - compare-type: REG_EXP
+        pattern: 'docker/{name}/.*'
+    jobs:
+      - '{project-name}-gerrit-docker-jobs'
+
+- project:
+    <<: *ci_docker_common
+    name: bldr-ubuntu18-c-go-nng
     project-name: '{project}-{name}'
     docker-name: '{name}'
     docker-root: 'docker/{name}'