bugfix: Fix link to the artifactory 55/10955/2
authorMartin Klozik <martinx.klozik@intel.com>
Tue, 1 Mar 2016 12:29:20 +0000 (12:29 +0000)
committerMaryam Tahhan <maryam.tahhan@intel.com>
Fri, 4 Mar 2016 10:42:01 +0000 (10:42 +0000)
Test report PDF publishes the link to the logs collected
during CI build. Link has been fixed to point to the right
file.

Change-Id: I3d482d3934874af69f9630b95c7813736ae94afe
Signed-off-by: Martin Klozik <martinx.klozik@intel.com>
Reviewed-by: Maryam Tahhan <maryam.tahhan@intel.com>
Reviewed-by: Al Morton <acmorton@att.com>
Reviewed-by: Brian Castelli <brian.castelli@spirent.com>
ci/build-vsperf.sh

index d50a431..5370898 100755 (executable)
@@ -69,9 +69,9 @@ TEST_REPORT_FILE="${WORKSPACE}/docs_output/results/results.pdf"
 TEST_REPORT_TARBALL="vswitchperf_logs_${DATE}.tar.gz"
 
 if [[ "x${BRANCH}" == "xmaster" ]]; then
-    TEST_REPORT_LINK_NEW="https://artifactory.opnfv.org/logs/$PROJECT/$NODE_NAME/$DATE/${TEST_REPORT_TARBALL}"
+    TEST_REPORT_LINK_NEW="https://artifacts.opnfv.org/logs/$PROJECT/$NODE_NAME/$DATE/${TEST_REPORT_TARBALL}"
 else
-    TEST_REPORT_LINK_NEW="https://artifactory.opnfv.org/logs/$PROJECT/$NODE_NAME/$BRANCH/$DATE/${TEST_REPORT_TARBALL}"
+    TEST_REPORT_LINK_NEW="https://artifacts.opnfv.org/logs/$PROJECT/$NODE_NAME/$BRANCH/$DATE/${TEST_REPORT_TARBALL}"
 fi
 
 TEST_REPORT_LOG_DIR="${HOME}/opnfv/$PROJECT/results/$BRANCH"