From 792a273b8745c5da9fb770917fb99b73176cafe7 Mon Sep 17 00:00:00 2001 From: Trevor Bramwell Date: Wed, 6 Sep 2017 15:03:16 -0700 Subject: [PATCH] Update XCI Forbidden Paths to include all READMEs There is no 'README.rst' at the root of the repo, but there are README.rst under xci, bifrost, etc. Changes to these READMEs shouldn't trigger builds. Change-Id: I6a09388cf40b35211d58413b45b5ac8c596a2dc7 Signed-off-by: Trevor Bramwell --- jjb/xci/xci-verify-jobs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/xci/xci-verify-jobs.yml b/jjb/xci/xci-verify-jobs.yml index 39bdb8fc9..051cb3889 100644 --- a/jjb/xci/xci-verify-jobs.yml +++ b/jjb/xci/xci-verify-jobs.yml @@ -95,7 +95,7 @@ - compare-type: ANT pattern: 'bifrost/**' - compare-type: ANT - pattern: 'README.rst' + pattern: '**/README.rst' readable-message: true parameters: -- 2.16.6