diff options
author | Markos Chandras <mchandras@suse.de> | 2017-12-19 15:02:10 +0000 |
---|---|---|
committer | Markos Chandras <mchandras@suse.de> | 2017-12-19 17:01:01 +0000 |
commit | 2adb72891c884765d3482b43769448fd99cf086c (patch) | |
tree | 7d4a624eec79670ba55b8a732a26aee9a39265f8 /jjb/xci | |
parent | bd73235d8f53662f5048e8a2e9e79c343619229d (diff) |
jjb: xci: xci-verify-jobs: Do not trigger on forbidden paths
We should set 'disable-strict-forbidden-file-verification' to 'false'
to really prevent any changes to the forbidden paths to trigger a CI
job. When this option is set to 'True', then a patchset that modifies
both allowed and forbidden paths will trigger a job. However, in order
to be on the same side in regards to the start-new-vm.sh script, we
really shouldn't trigger the job. Moreover, we drop the rest of the
forbidden paths since we can use the 'skip-verify' topic name to
skip the deployment.
Change-Id: I2a89e51861c7fb8541fe774b128ea4049e91df43
Signed-off-by: Markos Chandras <mchandras@suse.de>
Diffstat (limited to 'jjb/xci')
-rw-r--r-- | jjb/xci/xci-verify-jobs.yml | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/jjb/xci/xci-verify-jobs.yml b/jjb/xci/xci-verify-jobs.yml index 9fa5633a0..7ca25e4d7 100644 --- a/jjb/xci/xci-verify-jobs.yml +++ b/jjb/xci/xci-verify-jobs.yml @@ -106,17 +106,9 @@ branches: - branch-compare-type: 'ANT' branch-pattern: '**/{branch}' - disable-strict-forbidden-file-verification: 'true' + disable-strict-forbidden-file-verification: 'false' forbidden-file-paths: - compare-type: ANT - pattern: 'prototypes/**' - - compare-type: ANT - pattern: 'upstream/**' - - compare-type: ANT - pattern: '**/README.rst' - - compare-type: ANT - pattern: 'docs/**' - - compare-type: ANT pattern: 'xci/scripts/vm/**' readable-message: true custom-url: '* $JOB_NAME $BUILD_URL' |