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>
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