Fix regex for periodic job collection (part2)
Some periodic jobs don't start with any prefix. Make it optional. Change-Id: Ibc26bcd1247dc4297c53bb93c93229fd1c8fa3e7
This commit is contained in:
parent
ab85caa5d6
commit
3e1aa44182
@ -22,7 +22,7 @@ subunit-files:
|
||||
- name: logs/testrepository.subunit
|
||||
retry-get: True
|
||||
build-queue-filter: 'periodic'
|
||||
job-filter: '.*-(tempest|grenade)-dsvm.*'
|
||||
job-filter: '.*(tempest|grenade)-dsvm.*'
|
||||
|
||||
# List of files to source logs from.
|
||||
source-files:
|
||||
|
Loading…
x
Reference in New Issue
Block a user