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:
parent
8e21ec389c
commit
30ad231a19
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user