diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2019-04-29 22:43:31 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-29 22:43:31 +0000 |
commit | 8b33c98aed46a6f1e5a03bd1bbb26ad1055fd851 (patch) | |
tree | 5fe740b5452bad7a0a2a0aa93a52cdb0a290c2ad /jjb | |
parent | ec1b3b0200439717f301a97755e48016460522d1 (diff) | |
parent | de97aa7d008324c124452c4502a7daa31fa7950e (diff) |
Merge "make pythontestingutils based off python jobs"
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/testsuite/testsuite-python-testing-utils.yaml | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/jjb/testsuite/testsuite-python-testing-utils.yaml b/jjb/testsuite/testsuite-python-testing-utils.yaml index 4857b2445..9ce205466 100644 --- a/jjb/testsuite/testsuite-python-testing-utils.yaml +++ b/jjb/testsuite/testsuite-python-testing-utils.yaml @@ -2,20 +2,23 @@ - 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}-verify-java' - - '{project-name}-{stream}-merge-java' - - '{project-name}-{stream}-release-version-java-daily' + - '{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-docker-4c-4g' - project: name: testsuite-python-testing-utils-master-clm |