From: Lott, Christopher (cl778h) Date: Fri, 29 May 2020 15:44:42 +0000 (-0400) Subject: Add trigger file path to xapp-frame-py jobs X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=f2e9d9ae1fb8e390d2cee59aa5bf941184cd23bf;p=ci-management.git Add trigger file path to xapp-frame-py jobs 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) Change-Id: Idc70bf79ceb915a3502b11dad8d51066774670c3 --- diff --git a/jjb/ric-plt-xapp-frame-py/ric-plt-xapp-frame-py.yaml b/jjb/ric-plt-xapp-frame-py/ric-plt-xapp-frame-py.yaml index b6c4e04e..d0f70f59 100644 --- a/jjb/ric-plt-xapp-frame-py/ric-plt-xapp-frame-py.yaml +++ b/jjb/ric-plt-xapp-frame-py/ric-plt-xapp-frame-py.yaml @@ -30,6 +30,10 @@ - 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