From d6067436da17aea09e80a7c00a1dbb5bdc8b74b0 Mon Sep 17 00:00:00 2001 From: DR695H Date: Tue, 21 Feb 2017 15:24:41 -0500 Subject: 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 --- jjb/testsuite/testsuite.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 jjb/testsuite/testsuite.yaml (limited to 'jjb') 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' -- cgit 1.2.3-korg