From fbc4fb4fbde311086e784c146a6de2fdef5d9c10 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Mon, 2 Feb 2015 10:57:11 -0800 Subject: [PATCH] Revert "Revert "Push dg-tempest-dsvm-full logs to swift"" This reverts commit 9fe1a61101890af1b405c87ba244fb3cc044e4d9. The original change was reverted because the virtualenv required to run the swift upload script was not built with all dependencies. We have since corrected the virtualenv builds and all current devstack-* images that run these d-g jobs are up to date with properly built virtualenvs. Change-Id: I217a2b92b80ce6cc3f286e11acea6455ec505655 --- jenkins/jobs/devstack-gate.yaml | 4 ++++ jenkins/jobs/macros.yaml | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/jenkins/jobs/devstack-gate.yaml b/jenkins/jobs/devstack-gate.yaml index 7623f9173f..c7623aea72 100644 --- a/jenkins/jobs/devstack-gate.yaml +++ b/jenkins/jobs/devstack-gate.yaml @@ -24,6 +24,8 @@ publishers: - devstack-logs - console-log + - zuul-swift-devstack-logs + - zuul-swift-upload-console-log - job-template: name: 'check-dg-tempest-dsvm-full-reexec' @@ -50,6 +52,8 @@ publishers: - devstack-logs - console-log + - zuul-swift-devstack-logs + - zuul-swift-upload-console-log - job-template: name: 'check-dg-hooks-dsvm' diff --git a/jenkins/jobs/macros.yaml b/jenkins/jobs/macros.yaml index 84a6ae7942..e78c34f3fd 100644 --- a/jenkins/jobs/macros.yaml +++ b/jenkins/jobs/macros.yaml @@ -679,3 +679,9 @@ # should run on every job regardless of status. onfailure: False onsuccess: False + +- publisher: + name: zuul-swift-devstack-logs + publishers: + - zuul-swift-upload-logs: + upload_source: 'logs'