summaryrefslogtreecommitdiffstats
path: root/jjb/openretriever
AgeCommit message (Collapse)AuthorFilesLines
2017-03-15jjb: Set disable-strict-forbidden-file-verification to 'true'Markos Chandras1-0/+1
Previously, if an upstream patchset contained a change for a file listed in 'forbidden-file-paths' the job would not be triggered. This is not desirable since such a patchset may contain important changes so we enable the 'disable-strict-forbidden-file-verification' option which triggers the job unless the patchset only contains changes for the files listed in 'forbidden-file-paths'. Note: The diff was generated using the following script: for i in $(grep -l -r forbidden-file-paths *);do sed -i "s/\(^.*\)forbidden-file-paths/\1disable-strict-forbidden-file-verification: \'true\'\n&/" $i; done Please double check that the changes look sensible for each team's project. Change-Id: Ifa86d3a39b36375b2fd52b449e29c8dc757499b4 Signed-off-by: Markos Chandras <mchandras@suse.de>
2017-02-07openretriever: verify job added and document checkMatthewLi1-0/+62
1, verify job added 2, put into document check cfg file Change-Id: I3f6ce78653aab789ccdc0a11f36c1b6e735ae3cc Signed-off-by: MatthewLi <matthew.lijun@huawei.com>