diff options
author | DR695H <dr695h@att.com> | 2017-02-16 10:48:16 -0500 |
---|---|---|
committer | DR695H <dr695h@att.com> | 2017-02-16 10:51:30 -0500 |
commit | c49f8090b646541963f2b159b777f8a9bace5a88 (patch) | |
tree | 2d4c39a4b6b176d9e2921faa3bde0e0b17fd38bb /jjb | |
parent | 03b11f763a56c75a93909959e09d22ff496434a9 (diff) |
adding in a new yaml for python testing utils
Change-Id: I2edd59178cf8bf60b2f53e6479df7fb82b85cd85
Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/testsuite/testsuite-python-testing-utils.yaml | 18 |
1 files changed, 18 insertions, 0 deletions
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' |