Trigger jjb-verify on all changes in jjb/shell dir 84/12684/2
authorAnil Belur <abelur@linuxfoundation.org>
Thu, 20 Sep 2018 15:54:09 +0000 (21:24 +0530)
committerAnil Belur <abelur@linuxfoundation.org>
Fri, 21 Sep 2018 04:40:25 +0000 (10:10 +0530)
Replace single file regex with change to any file in
shell dir.

Change-Id: I0ca9a9d1bddd2c21034e70c1413f7d2a64d8ee58
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
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.