From 30ad231a19b4d97b77a0d0d353750b6560c93919 Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Thu, 11 Feb 2016 17:54:34 -0500 Subject: [PATCH] Remove job filters and add missing paths to subunit collection This commit will enable collection of subunit results from all subunit emitting jobs in the gate and periodic pipelines. Now that we prune the database to only 6 months of history we should have plenty of headroom for the extra data generated by non-tempest-dsvm jobs. (hopefully) Depends-On: I58a640f804313e1e4b80680f0e39b86d76cb29da Change-Id: If5691af792409f02352f25b1498dd78294a7cd74 --- .../files/logstash/jenkins-log-client.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/modules/openstack_project/files/logstash/jenkins-log-client.yaml b/modules/openstack_project/files/logstash/jenkins-log-client.yaml index 2d08cb01a8..39f0153e52 100644 --- a/modules/openstack_project/files/logstash/jenkins-log-client.yaml +++ b/modules/openstack_project/files/logstash/jenkins-log-client.yaml @@ -14,15 +14,18 @@ zmq-publishers: subunit-files: - name: logs/testrepository.subunit retry-get: True - job-filter: '.*(tempest|grenade)-dsvm.*' build-queue-filter: 'gate' - name: logs/old/testrepository.subunit - job-filter: '.*grenade-dsvm.*' build-queue-filter: 'gate' + - name: testrepository.subunit + retry-get: True + build-queue-filter: 'gate' + - name: testrepository.subunit + retry-get: True + build-queue-filter: 'periodic' - name: logs/testrepository.subunit retry-get: True build-queue-filter: 'periodic' - job-filter: '.*(tempest|grenade)-dsvm.*' # List of files to source logs from. source-files: