From ff8c21899b47ddbf320bf73122ef9c6caccd3c4c Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Wed, 29 Jul 2015 12:43:44 -0700 Subject: [PATCH] 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 --- jenkins/jobs/python-jobs.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/jenkins/jobs/python-jobs.yaml b/jenkins/jobs/python-jobs.yaml index e4e6c0c751..33dde83c37 100644 --- a/jenkins/jobs/python-jobs.yaml +++ b/jenkins/jobs/python-jobs.yaml @@ -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