diff options
author | DR695H <dr695h@att.com> | 2019-04-25 16:30:14 -0400 |
---|---|---|
committer | DR695H <dr695h@att.com> | 2019-04-26 16:15:44 -0400 |
commit | de97aa7d008324c124452c4502a7daa31fa7950e (patch) | |
tree | fd1c0a343f0b8b265821611870d94b55feb4b77a /jjb/testsuite | |
parent | a43e55be511c6a1a0ebd5b7326d8c2079e65d9fa (diff) |
make pythontestingutils based off python jobs
make pythontestingutils based off python jobs as it allows us to do
things that we couldnt with just python like deploy to nexus and
do daily builds. i guess this is right way
Change-Id: If10b4d973012db1629729091c09bedfa33e02f8e
Issue-ID: TEST-141
Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'jjb/testsuite')
-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 |