diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-08-08 14:38:22 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-08-09 17:18:34 +0000 |
commit | bf3c4f580bf56329e5ecf25b52065f232f217256 (patch) | |
tree | 0d358cb3e4b5a144db5422ec3fdc6c3d30f16a58 | |
parent | 30f0d78f0449156ec3cc19607a345adc3e91db7e (diff) |
Add redis to the list of image templates
This addition will also generate the merge-packer job that will help
us generate the image in our server provider.
Change-Id: Id74cd3119617c688506b3205573bf0fd3050025b
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
-rw-r--r-- | jjb/ci-management/ci-management.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jjb/ci-management/ci-management.yaml b/jjb/ci-management/ci-management.yaml index 39d57188d..141731bc4 100644 --- a/jjb/ci-management/ci-management.yaml +++ b/jjb/ci-management/ci-management.yaml @@ -19,6 +19,7 @@ templates: - basebuild - docker + - redis exclude: # only build the docker image on ubuntu at present |