aboutsummaryrefslogtreecommitdiffstats
path: root/ci/build-vsperf.sh
diff options
context:
space:
mode:
authorMartin Klozik <martinx.klozik@intel.com>2017-07-27 06:30:50 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-07-27 06:30:50 +0000
commit73025baf2e393c61c59957e8714d2ddd54d25e51 (patch)
tree2cd6d0bdb8ef8b85813b2394a04cdc98f9a01e65 /ci/build-vsperf.sh
parent01455386f7186721ffd7578d95a84580a5ff7087 (diff)
parent99cb59219d0c1c57c839f4508cc505849ade6142 (diff)
Merge "ci: Fix path to CI report"
Diffstat (limited to 'ci/build-vsperf.sh')
-rwxr-xr-xci/build-vsperf.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/build-vsperf.sh b/ci/build-vsperf.sh
index 3ad67079..30069c47 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/results"
+TEST_REPORT_DIR="${WORKSPACE}/docs/testing/developer/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/results/index.html"
+TEST_REPORT_FILE="${WORKSPACE}/docs_output/testing/developer/results/index.html"
TEST_REPORT_TARBALL="vswitchperf_logs_${DATE}.tar.gz"
if [[ "x${BRANCH}" == "xmaster" ]]; then