From: DR695H Date: Tue, 21 Feb 2017 20:24:41 +0000 (-0500) Subject: adding in testsuite dockerjob X-Git-Tag: 1.0.0-Amsterdam~644^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=d6067436da17aea09e80a7c00a1dbb5bdc8b74b0;p=ci-management.git adding in testsuite dockerjob adding a job to allow docker build to run on the robot testsuite build Change-Id: I22e02828453cea9d297e99d2fdbcab348e45af1f Signed-off-by: DR695H --- 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'