From: Martin Klozik Date: Tue, 13 Jun 2017 06:27:07 +0000 (+0100) Subject: ci: Fix of CI graphs generation X-Git-Tag: opnfv-5.0.RC1~33 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=e668c362f4dc8589df3899d86f28e7b815a79a85;p=vswitchperf.git ci: Fix of CI graphs generation Parameters must be quoted, otherwise list of testcases is split among many parameters. Change-Id: I16ca4feb7e8d30bbbed60fd259e3bd3155f382b3 Signed-off-by: Martin Klozik --- diff --git a/ci/build-vsperf.sh b/ci/build-vsperf.sh index d34c72fb..dc7e6ec2 100755 --- a/ci/build-vsperf.sh +++ b/ci/build-vsperf.sh @@ -310,7 +310,7 @@ function generate_report() { # generates graphs from recent test results function generate_and_push_graphs() { # create graphs from results in archive directory - ./ci/plot-results.sh $1 $2 $RESULTS_ARCHIVE + ./ci/plot-results.sh "$1" "$2" "$RESULTS_ARCHIVE" # push graphs into artifactory if ls *png &> /dev/null ; then