Skip to content
Snippets Groups Projects
Commit 9d61ec56 authored by ale's avatar ale
Browse files

Print a message on log collection

This helps separate visually the cleanup stage from the "interesting"
part of the CI job output.
parent 28ab754a
No related branches found
No related tags found
1 merge request!183Reduce the number of expected errors
...@@ -53,6 +53,7 @@ save_logs() { ...@@ -53,6 +53,7 @@ save_logs() {
# Try to keep ansible-playbook output to a minimum so as not to # Try to keep ansible-playbook output to a minimum so as not to
# take too much space in the CI job logs. # take too much space in the CI job logs.
log "Saving logs from VMs (if any)"
mkdir -p "${out_dir}" mkdir -p "${out_dir}"
ANSIBLE_STDOUT_CALLBACK=null \ ANSIBLE_STDOUT_CALLBACK=null \
${float_dir}/float run --extra-vars "out_dir=${out_dir}" \ ${float_dir}/float run --extra-vars "out_dir=${out_dir}" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment