From e610bf1a93d37f2c0f12fe22ed8d5129cefeb8ba Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Fri, 15 Dec 2017 16:27:01 +0000 Subject: [PATCH] jjb: xci: Do not trigger the CI when patchset modifies the CI VM The scripts in xci/scripts/vm are used to manage the VM on the CI so we shouldn't blindly test a patch that modifies them. It's better to use manual inspection since that script rarely changes anyway. Change-Id: I48d81f984a1a8d1500be2cc74ea79420962b9a15 Signed-off-by: Markos Chandras --- jjb/xci/xci-verify-jobs.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/jjb/xci/xci-verify-jobs.yml b/jjb/xci/xci-verify-jobs.yml index 1b2b74af8..9fa5633a0 100644 --- a/jjb/xci/xci-verify-jobs.yml +++ b/jjb/xci/xci-verify-jobs.yml @@ -107,11 +107,6 @@ - branch-compare-type: 'ANT' branch-pattern: '**/{branch}' 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: 'prototypes/**' @@ -121,6 +116,8 @@ pattern: '**/README.rst' - compare-type: ANT pattern: 'docs/**' + - compare-type: ANT + pattern: 'xci/scripts/vm/**' readable-message: true custom-url: '* $JOB_NAME $BUILD_URL' skip-vote: -- 2.16.6