summaryrefslogtreecommitdiffstats
path: root/jjb/testsuite/testsuite.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/testsuite/testsuite.yaml')
-rw-r--r--jjb/testsuite/testsuite.yaml9
1 files changed, 8 insertions, 1 deletions
diff --git a/jjb/testsuite/testsuite.yaml b/jjb/testsuite/testsuite.yaml
index d9d883188..80897dbb9 100644
--- a/jjb/testsuite/testsuite.yaml
+++ b/jjb/testsuite/testsuite.yaml
@@ -3,7 +3,9 @@
name: testsuite
project-name: 'testsuite'
jobs:
- - '{project-name}-{stream}-2scm-docker-shell-daily'
+ - '{project-name}-{stream}-3scm-docker-shell-daily':
+ script:
+ !include-raw-escape: 'testsuite-docker.sh'
project: 'testsuite'
extra-project1: 'testsuite/python-testing-utils'
@@ -16,6 +18,11 @@
extra-refspec2: 'refs/heads/{branch}'
checkout-dir2: 'testsuite/heatbridge'
+ extra-project3: 'demo'
+ extra-branch3: 'master'
+ extra-refspec3: 'refs/heads/{branch}'
+ checkout-dir3: 'demo'
+
stream:
- 'master':
branch: 'master'