From: Fatih Degirmenci Date: Wed, 12 Aug 2015 14:01:20 +0000 (+0200) Subject: Use bash in yardstick execute shells of verify and merge jobs X-Git-Tag: arno.2015.2.0~137 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=21548c212a581a13dc1bd8336892f4ac266d0321;p=releng.git Use bash in yardstick execute shells of verify and merge jobs JIRA: YARDSTICK-29 Change-Id: I0e91c4d58c8cdbafabbe322648e129abb66fa7f3 Signed-off-by: Fatih Degirmenci --- diff --git a/jjb/yardstick/yardstick.yml b/jjb/yardstick/yardstick.yml index 7b6a4fbf7..b11f006bd 100644 --- a/jjb/yardstick/yardstick.yml +++ b/jjb/yardstick/yardstick.yml @@ -132,6 +132,8 @@ builders: - shell: | + #!/bin/bash + echo "Running unit tests..." cd $WORKSPACE virtualenv $WORKSPACE/yardstick_venv @@ -192,6 +194,8 @@ builders: - shell: | + #!/bin/bash + echo "Running unit tests..." cd $WORKSPACE virtualenv $WORKSPACE/yardstick_venv @@ -290,4 +294,4 @@ name: yardstick-fetch-os-creds builders: - shell: - !include-raw ../../utils/fetch_os_creds.sh \ No newline at end of file + !include-raw ../../utils/fetch_os_creds.sh