From: DR695H Date: Mon, 22 Apr 2019 17:30:01 +0000 (-0400) Subject: make python testing utils based off maven jobs X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=a43e55be511c6a1a0ebd5b7326d8c2079e65d9fa;p=ci-management.git 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 --- 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