Fix regex for periodic job subunit collection
This commit fixes the regex on periodic job subunit collection filter so it'll actually have matches. The jobs don't have a gate-* name on the periodic queue, so we shouldn't assume they do. Change-Id: I6f2d78b4b7d8cdb1d15dea0ad4b638c30b229f2b
This commit is contained in:
parent
11b297faf2
commit
ab85caa5d6
@ -22,7 +22,7 @@ subunit-files:
|
||||
- name: logs/testrepository.subunit
|
||||
retry-get: True
|
||||
build-queue-filter: 'periodic'
|
||||
job-filter: 'gate-(tempest|grenade)-dsvm.*'
|
||||
job-filter: '.*-(tempest|grenade)-dsvm.*'
|
||||
|
||||
# List of files to source logs from.
|
||||
source-files:
|
||||
|
Loading…
Reference in New Issue
Block a user