From ab85caa5d631f9c0ef90442ad78d6a898983e58e Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Mon, 9 Nov 2015 18:35:19 -0500 Subject: [PATCH] Fix regex for periodic job subunit collection This commit fixes the regex on periodic job subunit collection filter so it'll actually have matches. The jobs don't have a gate-* name on the periodic queue, so we shouldn't assume they do. Change-Id: I6f2d78b4b7d8cdb1d15dea0ad4b638c30b229f2b --- .../openstack_project/files/logstash/jenkins-log-client.yaml | 2 +- 1 file changed, 1 insertion(+), 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 baff8743e1..74b63d5f6f 100644 --- a/modules/openstack_project/files/logstash/jenkins-log-client.yaml +++ b/modules/openstack_project/files/logstash/jenkins-log-client.yaml @@ -22,7 +22,7 @@ subunit-files: - name: logs/testrepository.subunit retry-get: True build-queue-filter: 'periodic' - job-filter: 'gate-(tempest|grenade)-dsvm.*' + job-filter: '.*-(tempest|grenade)-dsvm.*' # List of files to source logs from. source-files: