summaryrefslogtreecommitdiffstats
path: root/jjb/cperf/cperf-robot-netvirt-csit.sh
diff options
context:
space:
mode:
authorJamo Luhrsen <jluhrsen@redhat.com>2018-07-24 07:27:34 -0700
committerJamo Luhrsen <jluhrsen@redhat.com>2018-07-24 07:29:21 -0700
commit2d19c30a4d2c8d67b38fce6ba8ed110e076c1295 (patch)
tree1f32084837efe60c3db7e2b481f4fe9e552dd43e /jjb/cperf/cperf-robot-netvirt-csit.sh
parent93fa78bec3fcc5cca7e7c8a1554f2583d2e99b69 (diff)
Log where the robot files are being uploaded to
Change-Id: I4f933d18c47fff80923d3d79320f0bb873efb2e7 Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
Diffstat (limited to 'jjb/cperf/cperf-robot-netvirt-csit.sh')
-rwxr-xr-xjjb/cperf/cperf-robot-netvirt-csit.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/jjb/cperf/cperf-robot-netvirt-csit.sh b/jjb/cperf/cperf-robot-netvirt-csit.sh
index 42c44665a..4c4f47732 100755
--- a/jjb/cperf/cperf-robot-netvirt-csit.sh
+++ b/jjb/cperf/cperf-robot-netvirt-csit.sh
@@ -120,4 +120,5 @@ docker run -i --net=host \
$robot_cmd /home/opnfv/repos/odl_test/csit/suites/openstack/connectivity/l2.robot;"
UPLOAD_LOCATION=artifacts.opnfv.org/cperf/cperf-apex-csit-${ODL_BRANCH}/${BUILD_NUMBER}/
-gsutil -m cp -r ${LOGS_LOCATION} gs://${UPLOAD_LOCATION} > gsutil.latest_logs.log \ No newline at end of file
+echo "Uploading robot logs to ${UPLOAD_LOCATION}"
+gsutil -m cp -r -v ${LOGS_LOCATION} gs://${UPLOAD_LOCATION} > gsutil.latest_logs.log \ No newline at end of file