Update packer jobs with docker definition
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Tue, 7 Feb 2017 18:26:45 +0000 (10:26 -0800)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Tue, 7 Feb 2017 18:26:45 +0000 (10:26 -0800)
Build docker defintion but only keep it on centos for now

Change-Id: Ib550284800d94c185fc864d9288fe4074c86b2c0
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
jjb/ci-management/ci-management.yaml

index 87f3a48..8a6d7e4 100644 (file)
 
     templates:
       - basebuild
+      - docker
+
+    exclude:
+      # only build the docker image on centos at present
+      - platforms: ubuntu-16.04
+        templates: docker
 
 - job-template:
     name: '{project}-verify-jjb'