From 95b647dc911b76e9e8936c67ee84e4067810aae4 Mon Sep 17 00:00:00 2001 From: wahidw Date: Fri, 6 Nov 2020 04:37:40 +0000 Subject: [PATCH] pylog_pypi project was incorrectly terminated in jjb template Change-Id: Ifb78a3893e91afabe64aa2c03a764c78207c674d Signed-off-by: wahidw --- jjb/com-pylog/com-pylog.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/jjb/com-pylog/com-pylog.yaml b/jjb/com-pylog/com-pylog.yaml index 83f2a3b8..45a391fb 100644 --- a/jjb/com-pylog/com-pylog.yaml +++ b/jjb/com-pylog/com-pylog.yaml @@ -30,6 +30,15 @@ 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 + jobs: + - gerrit-pypi-verify + - gerrit-pypi-stage - project: <<: *pylog_common @@ -43,15 +52,6 @@ build-node: centos7-docker-2c-8g # do not trigger on changes in docs, releases - gerrit_trigger_file_paths: - - compare-type: REG_EXP - pattern: 'mdclogpy/.*' - stream: - - master: - branch: master - jobs: - - gerrit-pypi-verify - - gerrit-pypi-stage - pylog_python: &pylog_python # settings for python builds -- 2.16.6