From: Fatih Degirmenci Date: Thu, 28 May 2015 08:03:05 +0000 (+0200) Subject: Execute run_tests.sh in yardstick verify and merge jobs X-Git-Tag: arno.2015.1.0~8 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=releng.git;a=commitdiff_plain;h=e8df383db5a424e4c8edc3915fdcdac637c7f718 Execute run_tests.sh in yardstick verify and merge jobs JIRA: YARDSTICK-21 Change-Id: Iff80bc89cd9c7116adc7c3ece548a6bb347d4381 Signed-off-by: Fatih Degirmenci --- diff --git a/jjb/yardstick/yardstick.yml b/jjb/yardstick/yardstick.yml index 4783ba1b7..d7a8c0d5d 100644 --- a/jjb/yardstick/yardstick.yml +++ b/jjb/yardstick/yardstick.yml @@ -121,9 +121,9 @@ builders: - shell: | - pwd - find . - echo "Hello world from yardstick" + echo "Running unit tests..." + cd $WORKSPACE + ./run_tests.sh - job-template: name: 'yardstick-merge' @@ -177,6 +177,6 @@ builders: - shell: | - pwd - find . - echo "Hello world from yardstick" + echo "Running unit tests..." + cd $WORKSPACE + ./run_tests.sh