From a199806d77fc35744a3222be208302b4da825d2b Mon Sep 17 00:00:00 2001 From: Trevor Bramwell Date: Wed, 6 Sep 2017 15:50:23 -0700 Subject: [PATCH] Ignore All Changes to non-XCI Directories We only care to trigger builds based on changes under xci/, not including xci/README.rst Change-Id: I347e0d7ef658c41322b7c3e25740fa4d2f960bdc Signed-off-by: Trevor Bramwell --- jjb/xci/xci-verify-jobs.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/jjb/xci/xci-verify-jobs.yml b/jjb/xci/xci-verify-jobs.yml index 051cb3889..61d25585c 100644 --- a/jjb/xci/xci-verify-jobs.yml +++ b/jjb/xci/xci-verify-jobs.yml @@ -87,13 +87,14 @@ branches: - branch-compare-type: 'ANT' branch-pattern: '**/{branch}' - file-paths: - - compare-type: ANT - pattern: 'xci/**' - disable-strict-forbidden-file-verification: 'true' + disable-strict-forbidden-file-verification: 'false' forbidden-file-paths: - compare-type: ANT pattern: 'bifrost/**' + - compare-type: ANT + pattern: 'prototypes/**' + - compare-type: ANT + pattern: 'upstream/**' - compare-type: ANT pattern: '**/README.rst' readable-message: true -- 2.16.6