zuul: Also kafka logs and some configs during CI run

This is useful when investigating failures in the CI which are kafka
related.

Change-Id: I9aca8a37ed9fc6011c8fc14fa77420aaaf905a51
This commit is contained in:
Thomas Bechtold 2019-01-10 16:44:43 +01:00
parent 75ac7638d8
commit c89669d61e
1 changed files with 5 additions and 0 deletions

View File

@ -47,6 +47,11 @@
tempest_test_regex: monasca_tempest_tests.tests.api
devstack_plugins:
monasca-api: git://git.openstack.org/openstack/monasca-api
zuul_copy_output:
/var/log/kafka: logs
/etc/kafka/server.properties: logs
/etc/kafka/producer.properties: logs
/etc/kafka/consumer.properties: logs
irrelevant-files:
- ^.*\.rst$
- ^.*\.md$