diff options
author | Ed Kern <ejk@cisco.com> | 2018-08-10 18:29:55 -0600 |
---|---|---|
committer | Ed Kern <ejk@cisco.com> | 2018-08-10 18:33:04 -0600 |
commit | 002fc66be3e13c70aca6319f27bd881acf78b337 (patch) | |
tree | 68467897fbbb47b39ecac1cd0737754c0b221aa8 /jjb/vpp | |
parent | 268f2bbd732f08a47d04a9aed52c21ba61bb4aed (diff) |
VPP: no verify on extras/emacs dir
This directory does not alter vpp so it does not
need verify passes done when changes are made.
Change-Id: Ic0037f45ad66cfe9714f236c61af0825d674ed61
Signed-off-by: Ed Kern <ejk@cisco.com>
Diffstat (limited to 'jjb/vpp')
-rw-r--r-- | jjb/vpp/vpp.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml index c59894004..c463d1d75 100644 --- a/jjb/vpp/vpp.yaml +++ b/jjb/vpp/vpp.yaml @@ -461,6 +461,8 @@ forbidden-file-paths: - compare-type: REG_EXP pattern: .*docs\/.* + - compare-type: REG_EXP + pattern: .*extras\/emacs\/.* disable-strict-forbidden-file-verification: 'true' override-votes: true gerrit-build-notbuilt-verified-value: 0 |