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
This commit is contained in:
Matthew Treinish 2015-11-09 18:35:19 -05:00
parent 11b297faf2
commit ab85caa5d6
No known key found for this signature in database
GPG Key ID: FD12A0F214C9E177
1 changed files with 1 additions and 1 deletions

View File

@ -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: