diff options
author | Jamo Luhrsen <jluhrsen@redhat.com> | 2018-07-24 07:27:34 -0700 |
---|---|---|
committer | Jamo Luhrsen <jluhrsen@redhat.com> | 2018-07-24 07:29:21 -0700 |
commit | 2d19c30a4d2c8d67b38fce6ba8ed110e076c1295 (patch) | |
tree | 1f32084837efe60c3db7e2b481f4fe9e552dd43e /jjb | |
parent | 93fa78bec3fcc5cca7e7c8a1554f2583d2e99b69 (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')
-rwxr-xr-x | jjb/cperf/cperf-robot-netvirt-csit.sh | 3 |
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 |