Remove job filters and add missing paths to subunit collection

This commit will enable collection of subunit results from all subunit
emitting jobs in the gate and periodic pipelines. Now that we prune
the database to only 6 months of history we should have plenty of
headroom for the extra data generated by non-tempest-dsvm jobs.
(hopefully)

Depends-On: I58a640f804313e1e4b80680f0e39b86d76cb29da
Change-Id: If5691af792409f02352f25b1498dd78294a7cd74
This commit is contained in:
Matthew Treinish 2016-02-11 17:54:34 -05:00
parent 8e21ec389c
commit 30ad231a19
No known key found for this signature in database
GPG Key ID: FD12A0F214C9E177
1 changed files with 6 additions and 3 deletions

View File

@ -14,15 +14,18 @@ zmq-publishers:
subunit-files:
- name: logs/testrepository.subunit
retry-get: True
job-filter: '.*(tempest|grenade)-dsvm.*'
build-queue-filter: 'gate'
- name: logs/old/testrepository.subunit
job-filter: '.*grenade-dsvm.*'
build-queue-filter: 'gate'
- name: testrepository.subunit
retry-get: True
build-queue-filter: 'gate'
- name: testrepository.subunit
retry-get: True
build-queue-filter: 'periodic'
- name: logs/testrepository.subunit
retry-get: True
build-queue-filter: 'periodic'
job-filter: '.*(tempest|grenade)-dsvm.*'
# List of files to source logs from.
source-files: