From: Lott, Christopher (cl778h) Date: Wed, 10 Jun 2020 13:00:38 +0000 (-0400) Subject: Add trigger file path to com/log verify job X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=da93a90a745356021e5a63097723c5924abf4189;p=ci-management.git Add trigger file path to com/log verify job 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) Change-Id: I0f9b8293b8142bbf285693cdb1747ed0e8eb7104 --- diff --git a/jjb/com-log/com-log.yaml b/jjb/com-log/com-log.yaml index e5876e68..658bca01 100644 --- a/jjb/com-log/com-log.yaml +++ b/jjb/com-log/com-log.yaml @@ -31,6 +31,10 @@ 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: