diff options
author | Martin Klozik <martinx.klozik@intel.com> | 2016-03-01 12:29:20 +0000 |
---|---|---|
committer | Maryam Tahhan <maryam.tahhan@intel.com> | 2016-03-04 10:42:01 +0000 |
commit | 86bc27fe76137a777979f17556fa999a74027428 (patch) | |
tree | c739ea883f8b450af53be1a22a3c4ac4f745b4bb | |
parent | 365ef8903939dba44f328ca4b7e3f0461e64f4ca (diff) |
bugfix: Fix link to the artifactory
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>
-rwxr-xr-x | ci/build-vsperf.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/build-vsperf.sh b/ci/build-vsperf.sh index d50a431d..5370898a 100755 --- a/ci/build-vsperf.sh +++ b/ci/build-vsperf.sh @@ -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" |