summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorAndrew Grimberg <agrimberg@linuxfoundation.org>2017-02-22 01:30:34 +0000
committerGerrit Code Review <gerrit@openecomp.org>2017-02-22 01:30:34 +0000
commit98f9b87b832a85a866edc798bad64f2f74add5ed (patch)
treed42a3bd7d6f4bc5b47dd1e14fd4038483104bfd8 /jjb
parent8f96dc09b6beff6d2a51e4c7fefec998460de363 (diff)
parentd6067436da17aea09e80a7c00a1dbb5bdc8b74b0 (diff)
Merge "adding in testsuite dockerjob"
Diffstat (limited to 'jjb')
-rw-r--r--jjb/testsuite/testsuite.yaml14
1 files changed, 14 insertions, 0 deletions
diff --git a/jjb/testsuite/testsuite.yaml b/jjb/testsuite/testsuite.yaml
new file mode 100644
index 000000000..399a53558
--- /dev/null
+++ b/jjb/testsuite/testsuite.yaml
@@ -0,0 +1,14 @@
+---
+- project:
+ name: testsuite
+ project-name: 'testsuite'
+ jobs:
+ - '{project-name}-{stream}-docker-shell-daily'
+
+ project: 'testsuite'
+
+ stream:
+ - 'master':
+ branch: 'master'
+
+ mvn-settings: 'testsuite-settings'