aboutsummaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorMartin Klozik <martinx.klozik@intel.com>2017-07-19 08:04:00 +0100
committerMartin Klozik <martinx.klozik@intel.com>2017-07-19 08:31:51 +0100
commit99cb59219d0c1c57c839f4508cc505849ade6142 (patch)
treeb0b4babedcf43336b045e61da7d8c4d60091bcf7 /ci
parentd3b124a22bf3aa2c05a5cb030f37b97db3d27dbd (diff)
ci: Fix path to CI report
Index file of CI report was restored and paths to it updated to reflect new documentation structure. JIRA: VSPERF-514 Change-Id: Id92eb2003a9e6737652313f7ecd03d48a0bfd2ce Signed-off-by: Martin Klozik <martinx.klozik@intel.com> Reviewed-by: Al Morton <acmorton@att.com> Reviewed-by: Christian Trautman <ctrautma@redhat.com> Reviewed-by: Sridhar Rao <sridhar.rao@spirent.com> Reviewed-by: Trevor Cooper <trevor.cooper@intel.com>
Diffstat (limited to 'ci')
-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