Skip to content
Snippets Groups Projects
Commit 135193f3 authored by ale's avatar ale
Browse files

Reduce noise from the log collection stage of CI jobs

parent 1c87d160
No related branches found
No related tags found
No related merge requests found
...@@ -56,7 +56,7 @@ save_logs() { ...@@ -56,7 +56,7 @@ save_logs() {
log "Saving logs from VMs (if any)" log "Saving logs from VMs (if any)"
mkdir -p "${out_dir}" mkdir -p "${out_dir}"
ANSIBLE_STDOUT_CALLBACK=default \ ANSIBLE_STDOUT_CALLBACK=default \
${float_dir}/float run -v --extra-vars "out_dir=${out_dir}" \ ${float_dir}/float run -v -e "stdout_callback=null" -e "out_dir=${out_dir}" \
${float_dir}/test/save-logs.yml ${float_dir}/test/save-logs.yml
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment