diff options
author | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2017-09-06 15:50:23 -0700 |
---|---|---|
committer | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2017-09-06 15:58:03 -0700 |
commit | a199806d77fc35744a3222be208302b4da825d2b (patch) | |
tree | e5d89cb1a0bbaf04ac3cf2ac747be9298b17d850 /jjb | |
parent | f597985c58f77eeed32fbcbcafd98de51390dcee (diff) |
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 <tbramwell@linuxfoundation.org>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/xci/xci-verify-jobs.yml | 9 |
1 files 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,14 +87,15 @@ 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 |