Merge "Trigger jjb-verify on all changes in jjb/shell dir" v0.25.0
authorThanh Ha (zxiiro) <thanh.ha@linuxfoundation.org>
Fri, 21 Sep 2018 13:53:55 +0000 (13:53 +0000)
committerGerrit Code Review <gerrit@linuxfoundation.org>
Fri, 21 Sep 2018 13:53:55 +0000 (13:53 +0000)
jjb/lf-ci-jobs.yaml
releasenotes/notes/jjb-verify-shell-regex-aabf004fcb6de35b.yaml [new file with mode: 0644]

index 502b1cf..9cfa4b8 100644 (file)
     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 (file)
index 0000000..5101c5a
--- /dev/null
@@ -0,0 +1,4 @@
+---
+fixes:
+  - |
+    Replace jjb-verify to test on all changes in the shell/* directory.