diff options
author | 2017-09-18 14:33:39 +0100 | |
---|---|---|
committer | 2017-09-18 14:34:29 +0100 | |
commit | 01f43d8c23fab744628d70d6d3f18a81a0444a94 (patch) | |
tree | a3302797ae6f80c0cc72beeb892a7c3dcf8c3086 /jjb/xci | |
parent | 46e697f06307bebd78e29a399b68058d0521ec77 (diff) |
jjb: xci: Trigger when changing bifrost files
bifrost is part of XCI so we should run the Jenkins jobs when only
submitting bifrost related changes.
Change-Id: I215b4ca241fd4ffba90c0201dbe8f4c23b8ec280
Signed-off-by: Markos Chandras <mchandras@suse.de>
Diffstat (limited to 'jjb/xci')
-rw-r--r-- | jjb/xci/xci-verify-jobs.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/xci/xci-verify-jobs.yml b/jjb/xci/xci-verify-jobs.yml index 4433836ba..324bfd14c 100644 --- a/jjb/xci/xci-verify-jobs.yml +++ b/jjb/xci/xci-verify-jobs.yml @@ -90,11 +90,11 @@ disable-strict-forbidden-file-verification: 'true' file-paths: - compare-type: ANT + pattern: 'bifrost/**' + - compare-type: ANT pattern: 'xci/**' forbidden-file-paths: - compare-type: ANT - pattern: 'bifrost/**' - - compare-type: ANT pattern: 'prototypes/**' - compare-type: ANT pattern: 'upstream/**' |