X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fcperf%2Fcperf-upload-logs-csit.sh;h=bd868040661e91ba02b010b2aa790b63e34801f1;hb=351e5623582731756fedee5c506dc5fbdc836b93;hp=7bf91df8bf77aba4d5dac68e3c4c28f6c7994f5f;hpb=525aa95f876fe68385ad09bce6a2865003669f9f;p=releng.git diff --git a/jjb/cperf/cperf-upload-logs-csit.sh b/jjb/cperf/cperf-upload-logs-csit.sh index 7bf91df8b..bd8680406 100644 --- a/jjb/cperf/cperf-upload-logs-csit.sh +++ b/jjb/cperf/cperf-upload-logs-csit.sh @@ -4,7 +4,9 @@ set -o errexit set -o nounset set -o pipefail +ODL_STREAM=${ODL_BRANCH#"stable/"} + LOGS_LOCATION=/tmp/robot_results -UPLOAD_LOCATION=artifacts.opnfv.org/cperf/cperf-apex-csit-${ODL_BRANCH}/${BUILD_NUMBER}/ +UPLOAD_LOCATION=artifacts.opnfv.org/cperf/cperf-apex-csit-${ODL_STREAM}/${BUILD_NUMBER}/ echo "Uploading robot logs to ${UPLOAD_LOCATION}" gsutil -m cp -r -v ${LOGS_LOCATION} gs://${UPLOAD_LOCATION} > gsutil.latest_logs.log