Add trigger file path to com/log verify job 53/4053/1
authorLott, Christopher (cl778h) <cl778h@att.com>
Wed, 10 Jun 2020 13:00:38 +0000 (09:00 -0400)
committerLott, Christopher (cl778h) <cl778h@att.com>
Wed, 10 Jun 2020 13:00:38 +0000 (09:00 -0400)
Add pattern to ignore changes in docs/ and releases/ subdirs
to skip compiling and testing when no C code changes.

Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
Change-Id: I0f9b8293b8142bbf285693cdb1747ed0e8eb7104

jjb/com-log/com-log.yaml

index e5876e6..658bca0 100644 (file)
     name: com-log-lib
     build-node: ubuntu1804-builder-2c-2g
     make-opts: -j 2 test
+    # do not trigger on changes in docs, releases
+    gerrit_trigger_file_paths:
+        - compare-type: REG_EXP
+          pattern: '^((?!docs\/|releases\/|\/COMMIT_MSG).)*$'
     jobs:
       - gerrit-autotools-verify
     stream: