From f65dd337e87b73755fc5eb7e3e8644f1705532b2 Mon Sep 17 00:00:00 2001 From: Joshua Hesketh Date: Wed, 17 Sep 2014 23:41:23 +1000 Subject: [PATCH] Turn on swift log uploading for infra jobs Dogfood our swift uploading on infra jobs. This will allow us to compare disk copies to swift. Note that disk copies are served first if available (unless ?source=swift is in the get params). Change-Id: Iee52d4f906ae78d3c253055e4e86b3615ccad0af --- .../files/jenkins_job_builder/config/infra.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/modules/openstack_project/files/jenkins_job_builder/config/infra.yaml b/modules/openstack_project/files/jenkins_job_builder/config/infra.yaml index dfed27e05b..ce0e7c5aa3 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/infra.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/infra.yaml @@ -6,6 +6,7 @@ - revoke-sudo - gerrit-git-prep - shell: ./tools/run-compare-xml.sh + - zuul_swift_upload_console_log publishers: - console-log @@ -20,6 +21,7 @@ - gerrit-git-prep - tox: envlist: 'irc' + - zuul_swift_upload_console_log publishers: - console-log @@ -34,6 +36,7 @@ - gerrit-git-prep - shell: | ./tools/run-layout.sh + - zuul_swift_upload_console_log publishers: - console-log @@ -48,6 +51,8 @@ - revoke-sudo - gerrit-git-prep - docs + - zuul_swift_upload_console_log + # TODO(jhesketh): Add job for uploading built docs publishers: - scp: @@ -67,6 +72,8 @@ - revoke-sudo - gerrit-git-prep - docs + - zuul_swift_upload_console_log + # TODO(jhesketh): Add job for uploading sphinx docs publishers: - console-log @@ -82,6 +89,7 @@ - gerrit-git-prep - tox: envlist: projects + - zuul_swift_upload_console_log publishers: - console-log @@ -96,6 +104,7 @@ /usr/zuul-env/bin/zuul-cloner --cache-dir /opt/git git://git.openstack.org openstack-infra/config cd openstack-infra/config ./tools/apply-test.sh + - zuul_swift_upload_console_log publishers: - console-log