From: Martin Klozik Date: Fri, 25 Aug 2017 14:13:13 +0000 (+0100) Subject: report: Update paths after doc reorganization X-Git-Tag: opnfv-5.0.RC1~19 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=3e22a019e196996230b47d91b9c3c4893656a3c6;p=vswitchperf.git report: Update paths after doc reorganization Directory with report files was moved to different location. Thus CI build script must be updated too. Change-Id: Id5b4c8b2740c01c821c25f8bfdaeb25352410e76 Signed-off-by: Martin Klozik Reviewed-by: Al Morton Reviewed-by: Christian Trautman Reviewed-by: Sridhar Rao Reviewed-by: Trevor Cooper --- diff --git a/ci/build-vsperf.sh b/ci/build-vsperf.sh index 30069c47..cee0e525 100755 --- a/ci/build-vsperf.sh +++ b/ci/build-vsperf.sh @@ -80,10 +80,10 @@ fi # Test report related configuration TEST_REPORT_PARTIAL="*_test_report.rst" -TEST_REPORT_DIR="${WORKSPACE}/docs/testing/developer/results" +TEST_REPORT_DIR="${WORKSPACE}/docs/testing/developer/devguide/results" TEST_REPORT_INDEX="${TEST_REPORT_DIR}/index.rst" TEST_REPORT_LINK_OLD="https://wiki.opnfv.org/wiki/vsperf_results" -TEST_REPORT_FILE="${WORKSPACE}/docs_output/testing/developer/results/index.html" +TEST_REPORT_FILE="${WORKSPACE}/docs_output/testing_developer_devguide_results/index.html" TEST_REPORT_TARBALL="vswitchperf_logs_${DATE}.tar.gz" if [[ "x${BRANCH}" == "xmaster" ]]; then