diff options
author | DR695H <dr695h@att.com> | 2019-06-26 16:36:57 -0400 |
---|---|---|
committer | DR695H <dr695h@att.com> | 2019-06-26 16:56:19 -0400 |
commit | e2f71f2a8e5d2f2be756638c7ab70d980073d848 (patch) | |
tree | 235656e39e1000327d8af920faa1e0f89db40b8a /jjb | |
parent | bf901817678fb7ad8f38d9a86f208ba6c3e87b1a (diff) |
add back in verify step of the build
Issue-ID: TEST-170
Change-Id: I06a4a584939f6d3b9b5d54e116d603032e54bbad
Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/testsuite/testsuite-python-testing-utils.yaml | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/jjb/testsuite/testsuite-python-testing-utils.yaml b/jjb/testsuite/testsuite-python-testing-utils.yaml index db8c90c61..5cd681510 100644 --- a/jjb/testsuite/testsuite-python-testing-utils.yaml +++ b/jjb/testsuite/testsuite-python-testing-utils.yaml @@ -11,7 +11,6 @@ - 'robotframework-onap': tox-dir: robotframework-onap/ tox-envs: '' - stream: - 'master': branch: 'master' @@ -23,6 +22,24 @@ build-node: 'ubuntu1604-builder-4c-4g' - project: + name: testsuite-python-testing-utils-verify + project-name: 'testsuite-python-testing-utils' + project: 'testsuite/python-testing-utils' + stream: + - 'master': + branch: 'master' + - 'dublin': + branch: 'dublin' + mvn-settings: 'testsuite-python-testing-utils-settings' + build-node: 'ubuntu1604-builder-4c-4g' + subproject: + - 'robotframework-onap': + path: 'robotframework-onap' + pattern: 'robotframework-onap/**' + jobs: + - '{project-name}-{stream}-{subproject}-verify-python' + +- project: name: testsuite-python-testing-utils-master-clm jobs: - gerrit-maven-clm |