From f2b2ab11d3a0ac9a8735d3833ac82f7dda7b73fb Mon Sep 17 00:00:00 2001 From: Colleen Murphy Date: Thu, 14 Feb 2019 15:14:49 +0100 Subject: [PATCH] Add shibboleth config to log output For help with debugging, copy the shibboleth config to the Zuul log workspace. Also clean up unneeded voting flag for experimental job. Change-Id: Iad9c5cea4f6db45cbfbb0a07fcace98ac19fc429 --- .zuul.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index af3ef76683..519cf93ec8 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -44,6 +44,8 @@ tls-proxy: false devstack_plugins: keystone: git://git.openstack.org/openstack/keystone + zuul_copy_output: + /etc/shibboleth: logs - job: name: keystone-dsvm-py35-functional-federation @@ -52,6 +54,8 @@ devstack_localrc: TEMPEST_PLUGINS: '/opt/stack/keystone-tempest-plugin' USE_PYTHON3: True + zuul_copy_output: + /etc/shibboleth: logs # This job will execute 'tox -e upgrade' from the OSA # repo specified in 'osa_test_repo'. @@ -101,6 +105,8 @@ tls-proxy: false devstack_plugins: keystone: git://git.openstack.org/openstack/keystone + zuul_copy_output: + /etc/shibboleth: logs # Experimental - job: @@ -115,6 +121,8 @@ tls-proxy: false devstack_plugins: keystone: git://git.openstack.org/openstack/keystone + zuul_copy_output: + /etc/shibboleth: logs # Experimental - job: @@ -124,6 +132,8 @@ devstack_localrc: TEMPEST_PLUGINS: '/opt/stack/keystone-tempest-plugin' USE_PYTHON3: True + zuul_copy_output: + /etc/shibboleth: logs - project: templates: @@ -205,7 +215,6 @@ - tempest-full-py3-opensuse150: irrelevant-files: *tempest-irrelevant-files - keystone-dsvm-functional-federation-centos7: - voting: false irrelevant-files: *irrelevant-files - keystone-dsvm-functional-federation-opensuse15: irrelevant-files: *irrelevant-files