From a4269cbded23d629738f7d3233fcc93264e8ce0e Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Thu, 15 Jun 2017 14:53:21 -0400 Subject: [PATCH] Remove zuulv3-dev log publisher This no longer makes sense in zuulv3.o.o. We actually want to publish to logs.o.o, but we are missing SSH private keys currently. For now, just delete this old code as it appears to be delaying jobs. Change-Id: I2f4007c91f0f3131d7fc8e36a1d32cc38e686ec5 Signed-off-by: Paul Belanger --- playbooks/base/post.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/playbooks/base/post.yaml b/playbooks/base/post.yaml index 08fe60f5..f679dcea 100644 --- a/playbooks/base/post.yaml +++ b/playbooks/base/post.yaml @@ -1,7 +1,2 @@ - hosts: all - tasks: - - name: Publish logs. - copy: - dest: "/opt/zuul-logs/{{ zuul.uuid}}" - src: "{{ zuul.executor.log_root }}/" - delegate_to: 127.0.0.1 + tasks: []