From c628da949c01bcf2b3e90099f718857da5855da2 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Fri, 16 Feb 2018 09:53:32 +0000 Subject: [PATCH] Only show errors when copying logs When copying the logs, the log shows all the files copied which is unnecessary and just consumes console log space. In this patch we do not show all the files copied, but we still show errors which is informative enough without wasting log lines. Change-Id: Iffe4baad65d1d2a1812e62f78d54441ae8dbaff2 --- zuul.d/playbooks/post.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zuul.d/playbooks/post.yml b/zuul.d/playbooks/post.yml index d5983bfd..db2ac3cb 100644 --- a/zuul.d/playbooks/post.yml +++ b/zuul.d/playbooks/post.yml @@ -43,6 +43,8 @@ src: "{{ ansible_user_dir }}/src/{{ zuul.project.canonical_name }}/logs" dest: "{{ zuul.executor.log_root }}/" mode: pull + rsync_opts: + - "--quiet" when: - logs_folder.stat is defined - logs_folder.stat.exists | bool