summaryrefslogtreecommitdiffstats
path: root/jjb/testsuite
diff options
context:
space:
mode:
authormrichomme <morgan.richomme@orange.com>2020-04-28 14:52:54 +0200
committermrichomme <morgan.richomme@orange.com>2020-04-28 14:52:54 +0200
commitbbfb12f49dd1ee86a47b29c1007994deb547210e (patch)
tree450c73d7dab98a52e67c3393d96f16120460ccae /jjb/testsuite
parent7b9909c7089b806f16b38a6ecbe74a8ee0644b3c (diff)
Simplify testsuite build chain
Docker is built from the Dockerfile, no need to reference extra repositories Issue-ID: INT-1558 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: I024d847b96ddedbf985feffa8b9efc1ce8c991ad
Diffstat (limited to 'jjb/testsuite')
-rw-r--r--jjb/testsuite/testsuite.yaml17
1 files changed, 0 insertions, 17 deletions
diff --git a/jjb/testsuite/testsuite.yaml b/jjb/testsuite/testsuite.yaml
index 58bab20a6..cb70a0819 100644
--- a/jjb/testsuite/testsuite.yaml
+++ b/jjb/testsuite/testsuite.yaml
@@ -24,26 +24,9 @@
project: 'testsuite'
- extra-project1: 'testsuite/python-testing-utils'
- extra-branch1: '{branch}'
- extra-refspec1: 'refs/heads/{branch}'
- checkout-dir1: 'testsuite/eteutils'
-
- extra-project2: 'testsuite/heatbridge'
- extra-branch2: '{branch}'
- extra-refspec2: 'refs/heads/{branch}'
- checkout-dir2: 'testsuite/heatbridge'
-
- extra-project3: 'demo'
- extra-branch3: '{branch}'
- extra-refspec3: 'refs/heads/{branch}'
- checkout-dir3: 'demo'
-
stream:
- 'master':
branch: 'master'
- - 'dublin':
- branch: 'dublin'
- 'elalto':
branch: 'elalto'
mvn-settings: 'testsuite-settings'