From a43e55be511c6a1a0ebd5b7326d8c2079e65d9fa Mon Sep 17 00:00:00 2001 From: DR695H Date: Mon, 22 Apr 2019 13:30:01 -0400 Subject: [PATCH] make python testing utils based off maven jobs make python testing utils based off maven jobs as it allows us to do things that we couldnt with just python like deploy to nexus and do daily builds Change-Id: I4d78e63ea427042747c682d7b81d90b797f527cd Issue-ID: TEST-141 Signed-off-by: DR695H --- jjb/testsuite/testsuite-python-testing-utils.yaml | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/jjb/testsuite/testsuite-python-testing-utils.yaml b/jjb/testsuite/testsuite-python-testing-utils.yaml index e69be7193..4857b2445 100644 --- a/jjb/testsuite/testsuite-python-testing-utils.yaml +++ b/jjb/testsuite/testsuite-python-testing-utils.yaml @@ -7,8 +7,9 @@ path: '.' pattern: '**' jobs: - - '{project-name}-{stream}-{subproject}-verify-python' - + - '{project-name}-{stream}-verify-java' + - '{project-name}-{stream}-merge-java' + - '{project-name}-{stream}-release-version-java-daily' project: 'testsuite/python-testing-utils' stream: @@ -16,6 +17,19 @@ branch: 'master' mvn-settings: 'testsuite-python-testing-utils-settings' +- project: + name: testsuite-python-testing-utils-master-clm + jobs: + - gerrit-maven-clm + nexus-iq-namespace: 'onap-' + project: testsuite/python-testing-utils + project-name: 'testsuite-python-testing-utils' + build-node: ubuntu1604-builder-4c-4g + stream: + - 'master': + branch: 'master' + mvn-settings: 'testsuite-python-testing-utils-settings' + - project: name: testsuite-python-testing-utils-info project-name: testsuite-python-testing-utils -- 2.16.6