Age | Commit message (Collapse) | Author | Files | Lines |
|
Change-Id: I6c758395abff5c980c013cbe65f99ad8938e20af
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
|
|
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>
|
|
1, verify job added
2, put into document check cfg file
Change-Id: I3f6ce78653aab789ccdc0a11f36c1b6e735ae3cc
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
|