Write post job logs to apache and swift

Currently we don't get generated parent dir indexes for swift uploaded
logs. This is mostly ok for check/gate jobs as we address the log dirs
directly in the path supplied to gerrit and presented to users. For post
jobs we do not do this so rely on something to provide a proper index.
Go back to apache uploaded logs in addition to swift uploaded logs so
that these files will be indexed until we can set up indexing with
swift.

Change-Id: I7f688834e0d3ad91b81dcbde7643a4b5c208748e
This commit is contained in:
Clark Boylan 2015-07-29 12:43:44 -07:00
parent a788eff090
commit ff8c21899b

View File

@ -12,6 +12,7 @@
- coverage
publishers:
- console-log
- zuul-swift-upload-logs-with-console:
upload_source: 'cover/'
@ -201,6 +202,7 @@
- wheel:
project: '{name}'
site: '{tarball-site}'
- console-log
- zuul-swift-upload-console-log
@ -222,6 +224,7 @@
- tarball:
project: '{name}'
site: '{tarball-site}'
- console-log
- zuul-swift-upload-console-log