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
This commit is contained in:
Matthew Treinish 2016-02-17 11:40:07 -05:00
parent d78e3d66f5
commit 4ed867508a
No known key found for this signature in database
GPG Key ID: FD12A0F214C9E177
1 changed files with 1 additions and 0 deletions

View File

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