From 034df25289ae0b37eabb848aef50532192036e88 Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Fri, 29 Apr 2016 11:30:52 -0400 Subject: [PATCH] Add post queue jobs to subunit collection This commit adds the post queue to the subunit collection for the gearman client. Change-Id: I48555e3300cf8be16cbd8d9769137a4130ba2115 --- .../openstack_project/files/logstash/jenkins-log-client.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/openstack_project/files/logstash/jenkins-log-client.yaml b/modules/openstack_project/files/logstash/jenkins-log-client.yaml index 4163f8fa14..15dfe99670 100644 --- a/modules/openstack_project/files/logstash/jenkins-log-client.yaml +++ b/modules/openstack_project/files/logstash/jenkins-log-client.yaml @@ -23,7 +23,10 @@ subunit-files: build-queue-filter: 'periodic' - name: logs/testrepository.subunit build-queue-filter: 'periodic' - + - name: testrepository.subunit + build-queue-filter: 'post' + - name: logs/testrepository.subunit + build-queue-filter: 'post' # List of files to source logs from. source-files: - name: console.html