Log where the robot files are being uploaded to 57/60157/2
authorJamo Luhrsen <jluhrsen@redhat.com>
Tue, 24 Jul 2018 14:27:34 +0000 (07:27 -0700)
committerJamo Luhrsen <jluhrsen@redhat.com>
Tue, 24 Jul 2018 14:29:21 +0000 (07:29 -0700)
Change-Id: I4f933d18c47fff80923d3d79320f0bb873efb2e7
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
jjb/cperf/cperf-robot-netvirt-csit.sh

index 42c4466..4c4f477 100755 (executable)
@@ -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