Skip to content
Snippets Groups Projects
Commit 456da898 authored by ale's avatar ale
Browse files

No output from save-logs

parent 8b870b06
No related branches found
No related tags found
No related merge requests found
......@@ -51,8 +51,10 @@ wait_for_vms() {
save_logs() {
local out_dir="$1"
# Try to keep ansible-playbook output to a minimum so as not to
# take too much space in the CI job logs.
mkdir -p "${out_dir}"
ANSIBLE_STDOUT_CALLBACK=actionable \
ANSIBLE_STDOUT_CALLBACK=null \
${float_dir}/float run --extra-vars "out_dir=${out_dir}" \
${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