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 <pabelanger@redhat.com>
This commit is contained in:
parent
6e8064796b
commit
a4269cbded
@ -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: []
|
||||
|
Loading…
x
Reference in New Issue
Block a user