From: DR695H Date: Thu, 16 Feb 2017 15:48:16 +0000 (-0500) Subject: adding in a new yaml for python testing utils X-Git-Tag: 1.0.0-Amsterdam~715 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=c49f8090b646541963f2b159b777f8a9bace5a88;p=ci-management.git adding in a new yaml for python testing utils Change-Id: I2edd59178cf8bf60b2f53e6479df7fb82b85cd85 Signed-off-by: DR695H --- diff --git a/jjb/testsuite/testsuite-python-testing-utils.yaml b/jjb/testsuite/testsuite-python-testing-utils.yaml new file mode 100644 index 000000000..ad8745ab8 --- /dev/null +++ b/jjb/testsuite/testsuite-python-testing-utils.yaml @@ -0,0 +1,18 @@ +--- +- project: + name: testsuite-python-testing-utils + project-name: 'testsuite-python-testing-utils' + subproject: + - python-testing-utils: + path: '.' + pattern: '**' + jobs: + - '{project-name}-{stream}-{subproject}-verify-python' + + project: 'testsuite/python-testing-utils' + + stream: + - 'master': + branch: 'master' + + mvn-settings: 'testsuite-python-testing-utils-settings'