Add trigger file path to xapp-frame-py jobs 15/3915/1
authorLott, Christopher (cl778h) <cl778h@att.com>
Fri, 29 May 2020 15:44:42 +0000 (11:44 -0400)
committerLott, Christopher (cl778h) <cl778h@att.com>
Fri, 29 May 2020 15:44:42 +0000 (11:44 -0400)
Add pattern to ignore changes in docs/ and releases/
subdirs to skip tox-ing when no Python code changes.

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

jjb/ric-plt-xapp-frame-py/ric-plt-xapp-frame-py.yaml

index b6c4e04..d0f70f5 100644 (file)
 - project:
     name: ric-plt-xapp-frame-py-pypi
     <<: *py_common
+    # do not trigger on changes in docs, releases
+    gerrit_trigger_file_paths:
+        - compare-type: REG_EXP
+          pattern: '^((?!docs\/|releases\/|\/COMMIT_MSG).)*$'
     jobs:
       - gerrit-pypi-verify
       - gerrit-pypi-stage