summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Grimberg <agrimberg@linuxfoundation.org>2017-02-07 10:26:45 -0800
committerAndrew Grimberg <agrimberg@linuxfoundation.org>2017-02-07 10:26:45 -0800
commit53d3142419c72c71cc17afd946461f653c7a7d19 (patch)
treea1e523a3046051ecf44738d82f06d8a5264ea245
parent360dc8cb9733dd258c6b69587f33092a933bb7c0 (diff)
Update packer jobs with docker definition
Build docker defintion but only keep it on centos for now Change-Id: Ib550284800d94c185fc864d9288fe4074c86b2c0 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
-rw-r--r--jjb/ci-management/ci-management.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/jjb/ci-management/ci-management.yaml b/jjb/ci-management/ci-management.yaml
index 87f3a4862..8a6d7e473 100644
--- a/jjb/ci-management/ci-management.yaml
+++ b/jjb/ci-management/ci-management.yaml
@@ -19,6 +19,12 @@
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'