From: Thanh Ha (zxiiro) Date: Fri, 21 Sep 2018 13:53:55 +0000 (+0000) Subject: Merge "Trigger jjb-verify on all changes in jjb/shell dir" X-Git-Tag: v0.25.0^0 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=b774f4d61b404c53b4051981acff659442cd5fcd;hp=fb4690af739f87ee5619b5fd41a6f6a96cc594c5;p=releng%2Fglobal-jjb.git Merge "Trigger jjb-verify on all changes in jjb/shell dir" --- diff --git a/jjb/lf-ci-jobs.yaml b/jjb/lf-ci-jobs.yaml index 502b1cf6..9cfa4b82 100644 --- a/jjb/lf-ci-jobs.yaml +++ b/jjb/lf-ci-jobs.yaml @@ -101,27 +101,18 @@ submodule-recursive: true gerrit_trigger_file_paths: - - compare-type: REG_EXP - pattern: '.*\.groovy' - - compare-type: REG_EXP - pattern: '.*\.sh' - - compare-type: REG_EXP - pattern: '.*\.bat' - - compare-type: REG_EXP - pattern: '.*\.ps1' - compare-type: REG_EXP pattern: 'jjb/.*' - compare-type: REG_EXP pattern: 'global-jjb' + - compare-type: REG_EXP + pattern: 'shell/.*' # github_included_regions MUST match gerrit_trigger_file_paths github_included_regions: - - '.*\.groovy' - - '.*\.sh' - - '.*\.bat' - - '.*\.ps1' - 'jjb/.*' - 'global-jjb' + - 'shell/.*' ##################### # Job Configuration # diff --git a/releasenotes/notes/jjb-verify-shell-regex-aabf004fcb6de35b.yaml b/releasenotes/notes/jjb-verify-shell-regex-aabf004fcb6de35b.yaml new file mode 100644 index 00000000..5101c5a5 --- /dev/null +++ b/releasenotes/notes/jjb-verify-shell-regex-aabf004fcb6de35b.yaml @@ -0,0 +1,4 @@ +--- +fixes: + - | + Replace jjb-verify to test on all changes in the shell/* directory.