From 002fc66be3e13c70aca6319f27bd881acf78b337 Mon Sep 17 00:00:00 2001 From: Ed Kern Date: Fri, 10 Aug 2018 18:29:55 -0600 Subject: [PATCH] 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 --- jjb/vpp/vpp.yaml | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.16.6