Replace single file regex with change to any file in
shell dir.
Change-Id: I0ca9a9d1bddd2c21034e70c1413f7d2a64d8ee58
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
submodule-recursive: true
gerrit_trigger_file_paths:
- - compare-type: REG_EXP
- pattern: '.*\.groovy'
- - compare-type: REG_EXP
- pattern: '.*\.sh'
- - compare-type: REG_EXP
- pattern: '.*\.bat'
- - compare-type: REG_EXP
- pattern: '.*\.ps1'
- compare-type: REG_EXP
pattern: 'jjb/.*'
- compare-type: REG_EXP
pattern: 'global-jjb'
+ - compare-type: REG_EXP
+ pattern: 'shell/.*'
# github_included_regions MUST match gerrit_trigger_file_paths
github_included_regions:
- - '.*\.groovy'
- - '.*\.sh'
- - '.*\.bat'
- - '.*\.ps1'
- 'jjb/.*'
- 'global-jjb'
+ - 'shell/.*'
#####################
# Job Configuration #
--- /dev/null
+---
+fixes:
+ - |
+ Replace jjb-verify to test on all changes in the shell/* directory.