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:
Paul Belanger 2017-06-15 14:53:21 -04:00
parent 6e8064796b
commit a4269cbded
No known key found for this signature in database
GPG Key ID: 611A80832067AF38

View File

@ -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: []