summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--jjb/testsuite/testsuite-python-testing-utils.yaml18
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'