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:
parent
d78e3d66f5
commit
4ed867508a
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user