Disable blocking on buildable queue (Functest)
[releng.git] / jjb / cperf / cperf-upload-logs-csit.sh
1 #!/usr/bin/env bash
2
3 set -o errexit
4 set -o nounset
5 set -o pipefail
6
7 ODL_STREAM=${ODL_BRANCH#"stable/"}
8
9 LOGS_LOCATION=/tmp/robot_results
10 UPLOAD_LOCATION=artifacts.opnfv.org/cperf/cperf-apex-csit-${ODL_STREAM}/${BUILD_NUMBER}/
11 echo "Uploading robot logs to ${UPLOAD_LOCATION}"
12 gsutil -m cp -r -v ${LOGS_LOCATION} gs://${UPLOAD_LOCATION} > gsutil.latest_logs.log