From f2e9d9ae1fb8e390d2cee59aa5bf941184cd23bf Mon Sep 17 00:00:00 2001 From: "Lott, Christopher (cl778h)" Date: Fri, 29 May 2020 11:44:42 -0400 Subject: [PATCH] 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 --- jjb/ric-plt-xapp-frame-py/ric-plt-xapp-frame-py.yaml | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.16.6