From 34c1927e7cd5aa3ed80bfc706ed129355b23a3f7 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Thu, 6 Aug 2015 13:38:23 -0700 Subject: [PATCH] Fix coverage report links on logs.o.o If we copy the console.log but not cover report to the logs server then copy console log and cover report to swift os-loganalyze and apache will serve up the mod autoindex generated index that only shows the console log and does not show the cover report. This is because the cover report is only on swift and not on disk. We can ensure that the cover report always shows up in the index by not copying any logs on disk and using swift exclusively. Change-Id: I2ebcc33f8dcb03eb3674ff702f270d8cdca0afde --- jenkins/jobs/python-jobs.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/jenkins/jobs/python-jobs.yaml b/jenkins/jobs/python-jobs.yaml index 0ee4ffce01..49551a0981 100644 --- a/jenkins/jobs/python-jobs.yaml +++ b/jenkins/jobs/python-jobs.yaml @@ -12,7 +12,6 @@ - coverage publishers: - - console-log - zuul-swift-upload-logs-with-console: upload_source: 'cover/'