From 4ed867508a7701585218aab4a44f582de47a50c5 Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Wed, 17 Feb 2016 11:40:07 -0500 Subject: [PATCH] Add a job filter for old side subunit files This commit adds back the job filter on the old side subunit stream from grenade runs. The subunit stream will only end up under logs/old if it's a grenade run. So to be more efficient lets filter looking for a subunit stream there only to grenade jobs. Change-Id: I5a6c9b17f923526745507a131658f581a9d94e0a --- modules/openstack_project/files/logstash/jenkins-log-client.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/openstack_project/files/logstash/jenkins-log-client.yaml b/modules/openstack_project/files/logstash/jenkins-log-client.yaml index e77738bb2c..4163f8fa14 100644 --- a/modules/openstack_project/files/logstash/jenkins-log-client.yaml +++ b/modules/openstack_project/files/logstash/jenkins-log-client.yaml @@ -15,6 +15,7 @@ subunit-files: - name: logs/testrepository.subunit build-queue-filter: 'gate' - name: logs/old/testrepository.subunit + job-filter: '.*grenade-dsvm.*' build-queue-filter: 'gate' - name: testrepository.subunit build-queue-filter: 'gate'