summaryrefslogtreecommitdiffstats
path: root/jjb/ipv6
diff options
context:
space:
mode:
authorMarkos Chandras <mchandras@suse.de>2017-03-10 01:00:19 +0000
committerAric Gardner <agardner@linuxfoundation.org>2017-03-15 14:58:43 +0000
commite34f5a8852f9c7b6d83b44c642e534b42df12cd9 (patch)
treefc28b0cc779dd5753e33dbd12a707ef0f73f57d5 /jjb/ipv6
parent1b49afe8ee46ca7fb085a44d3d4e49265b8bff48 (diff)
jjb: Set disable-strict-forbidden-file-verification to 'true'
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>
Diffstat (limited to 'jjb/ipv6')
-rw-r--r--jjb/ipv6/ipv6.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/jjb/ipv6/ipv6.yml b/jjb/ipv6/ipv6.yml
index a6745cd99..b0db7640a 100644
--- a/jjb/ipv6/ipv6.yml
+++ b/jjb/ipv6/ipv6.yml
@@ -53,6 +53,7 @@
branches:
- branch-compare-type: 'ANT'
branch-pattern: '**/{branch}'
+ disable-strict-forbidden-file-verification: 'true'
forbidden-file-paths:
- compare-type: ANT
pattern: 'docs/**|.gitignore'