From 9d61ec5614c459b372619b88ad9b2bb4851dba4a Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Wed, 31 Mar 2021 12:57:45 +0100 Subject: [PATCH] Print a message on log collection This helps separate visually the cleanup stage from the "interesting" part of the CI job output. --- test-driver | 1 + 1 file changed, 1 insertion(+) diff --git a/test-driver b/test-driver index 879d7055..440c5c8c 100755 --- a/test-driver +++ b/test-driver @@ -53,6 +53,7 @@ save_logs() { # Try to keep ansible-playbook output to a minimum so as not to # take too much space in the CI job logs. + log "Saving logs from VMs (if any)" mkdir -p "${out_dir}" ANSIBLE_STDOUT_CALLBACK=null \ ${float_dir}/float run --extra-vars "out_dir=${out_dir}" \ -- GitLab