Add script for running yardstick tasks back-to-back 82/1182/4
authorKristian Hunt <kristian.hunt@gmail.com>
Thu, 13 Aug 2015 12:48:30 +0000 (14:48 +0200)
committerJörgen Karlsson <jorgen.w.karlsson@ericsson.com>
Wed, 26 Aug 2015 11:10:50 +0000 (11:10 +0000)
commit89febc5277827e665200acb86f1c333c1d511efb
tree87a7fbf6012f48f45dfedf5a53da68c3a89d3856
parent92c599e30571557bc3d5fc882b0bff0a88716db9
Add script for running yardstick tasks back-to-back

This script enables to run multiple yardstick tasks in the yardstick
daily build without having to change the Jenkins job in the releng
repository.

This script should be executed from the main yardstick directory just
as run_tests.sh.

If at least one of the tasks listed returns a non-zero value then the
script continues executing, but in the end will exit with value 1.

JIRA: YARDSTICK-106

Change-Id: I8a6bb7e6c03ec551709ff66a45aad7257fb36e92
Signed-off-by: Kristian Hunt <kristian.hunt@gmail.com>
ci/run_tasks.sh [new file with mode: 0644]