From 696a5dc13c33e5101f4cb0f2e59eb825aa3f98e1 Mon Sep 17 00:00:00 2001 From: "Lott, Christopher (cl778h)" Date: Wed, 6 Nov 2019 09:34:14 -0500 Subject: [PATCH] Revise com-pylog verify/merge jobs for repo layout Python source for this package is now in subdirectory mdclogpy, so add tox-dir and gerrit_trigger_file_paths settings with that dir. Signed-off-by: Lott, Christopher (cl778h) Change-Id: Ic357664969a61d7f092e17cd194a6f8a302c4238 --- jjb/com-pylog/com-pylog.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/jjb/com-pylog/com-pylog.yaml b/jjb/com-pylog/com-pylog.yaml index bcd96593..6be814d1 100644 --- a/jjb/com-pylog/com-pylog.yaml +++ b/jjb/com-pylog/com-pylog.yaml @@ -28,6 +28,11 @@ - project: <<: *pylog_common name: pylog-pypi + # the code is in a subdirectory + tox-dir: mdclogpy + gerrit_trigger_file_paths: + - compare-type: REG_EXP + pattern: 'mdclogpy/.*' stream: - master: branch: master -- 2.16.6