diff options
Diffstat (limited to 'jjb/testsuite/testsuite-python-testing-utils.yaml')
-rw-r--r-- | jjb/testsuite/testsuite-python-testing-utils.yaml | 37 |
1 files changed, 31 insertions, 6 deletions
diff --git a/jjb/testsuite/testsuite-python-testing-utils.yaml b/jjb/testsuite/testsuite-python-testing-utils.yaml index 400170c21..541359793 100644 --- a/jjb/testsuite/testsuite-python-testing-utils.yaml +++ b/jjb/testsuite/testsuite-python-testing-utils.yaml @@ -2,16 +2,41 @@ - project: name: testsuite-python-testing-utils project-name: 'testsuite-python-testing-utils' - subproject: - - python-testing-utils: - path: '.' - pattern: '**' + python-version: python2 jobs: - - '{project-name}-{stream}-{subproject}-verify-python' - + - '{project-name}-{subproject}-python-staging-{stream}' + - '{project-name}-{subproject}-python-release-{stream}' project: 'testsuite/python-testing-utils' + subproject: + - 'robotframework-onap': + tox-dir: robotframework-onap/ + tox-envs: '' + + stream: + - 'master': + branch: 'master' + mvn-settings: 'testsuite-python-testing-utils-settings' + files: '**' + archive-artifacts: '' + build-node: 'ubuntu1604-builder-4c-4g' +- 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 + jobs: + - gerrit-info-yaml-verify + project: testsuite/python-testing-utils + branch: master |