CPERF: Fix ODL_STREAM to not include 'stable/'
[releng.git] / jjb / cperf / cperf-upload-logs-csit.sh
index 7bf91df..bd86804 100644 (file)
@@ -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