We noticed old logs in the Jenkins `ceph-windows-pull-requests` job
artifacts. This is very likely due to the fact that there were
existing logs from previous runs.
Make sure that there are no leftover logs from previous runs by
cleaning up the `$WORKSPACE/logs` dir prior to collecting new logs
from the Windows tests machine.
Signed-off-by: Ionut Balutoiu <ibalutoiu@cloudbasesolutions.com>
#
# Collect logs
#
+rm -rf $WORKSPACE/logs
mkdir -p $WORKSPACE/logs
scp_download /workspace/test_results $WORKSPACE/logs/test_results