From 379a3856b9c3e9d1d6f4b976f06541124c911c9e Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Wed, 17 May 2017 10:14:16 -0700 Subject: [PATCH] Stop copying console.log This is superceded by ansible_log.txt. This is a port of I0e9a39314312e29cab6c5a5911013a7f8a8da080 Change-Id: I318f0f4129e011207446ce66b6f3511b5a86910e --- playbooks/base/post.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/playbooks/base/post.yaml b/playbooks/base/post.yaml index ed3f7b8c..08fe60f5 100644 --- a/playbooks/base/post.yaml +++ b/playbooks/base/post.yaml @@ -1,11 +1,5 @@ - hosts: all tasks: - - name: Collect console log. - synchronize: - dest: "{{ zuul.executor.log_root }}" - mode: pull - src: "/tmp/console.log" - - name: Publish logs. copy: dest: "/opt/zuul-logs/{{ zuul.uuid}}"