Create Docker Builds for Storperf Dockerfiles 19/37219/4
authorTrevor Bramwell <tbramwell@linuxfoundation.org>
Tue, 11 Jul 2017 22:30:27 +0000 (15:30 -0700)
committerTrevor Bramwell <tbramwell@linuxfoundation.org>
Mon, 24 Jul 2017 20:01:52 +0000 (13:01 -0700)
Taking advantage of the changes to the way the docker build job is
configured, this adds builds for all three dockerfiles in the storperf
repository.

Change-Id: I88480d8453486e0fd1610b48cdd517751f907d34
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
jjb/releng/opnfv-docker.yml

index 9f6158c..b898fa3 100644 (file)
             project: 'storperf'
             <<: *master
             <<: *other-receivers
+        - 'storperf-master':
+            project: 'storperf'
+            dockerdir: 'docker/storperf-master'
+            <<: *master
+            <<: *other-receivers
+        - 'storperf-httpfrontend':
+            project: 'storperf'
+            dockerdir: 'docker/storperf-httpfrontend'
+            <<: *master
+            <<: *other-receivers
+        - 'storperf-reporting':
+            project: 'storperf'
+            dockerdir: 'docker/storperf-reporting'
+            <<: *master
+            <<: *other-receivers
         - 'yardstick':
             project: 'yardstick'
             <<: *master