From c49f8090b646541963f2b159b777f8a9bace5a88 Mon Sep 17 00:00:00 2001 From: DR695H Date: Thu, 16 Feb 2017 10:48:16 -0500 Subject: adding in a new yaml for python testing utils Change-Id: I2edd59178cf8bf60b2f53e6479df7fb82b85cd85 Signed-off-by: DR695H --- jjb/testsuite/testsuite-python-testing-utils.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 jjb/testsuite/testsuite-python-testing-utils.yaml (limited to 'jjb/testsuite/testsuite-python-testing-utils.yaml') 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' -- cgit 1.2.3-korg