Update subunit job name selection regex
This commit updates the selection regex to be a bit more general an ensure that the subunit streams from all the gate tempest jobs are being picked up. There are certain jobs that don't start with gate-tempest-dsvm or gate-grenade-dsvm that we wanted to collect results for. For example the puppet jobs will be named something like: gate-puppet-openstack-integration-scenario001-tempest-dsvm-centos7 and those would not be picked up with the old regex. Change-Id: If68978679a9ebb6252663691b1850918db913990
This commit is contained in:
parent
ff17732828
commit
178d1817ae
@ -14,10 +14,10 @@ zmq-publishers:
|
||||
subunit-files:
|
||||
- name: logs/testrepository.subunit
|
||||
retry-get: True
|
||||
job-filter: 'gate-(tempest|grenade)-dsvm.*'
|
||||
job-filter: '.*(tempest|grenade)-dsvm.*'
|
||||
build-queue-filter: 'gate'
|
||||
- name: logs/old/testrepository.subunit
|
||||
job-filter: 'gate-grenade-dsvm.*'
|
||||
job-filter: '.*grenade-dsvm.*'
|
||||
build-queue-filter: 'gate'
|
||||
- name: logs/testrepository.subunit
|
||||
retry-get: True
|
||||
|
Loading…
Reference in New Issue
Block a user