Merge "Fix yamllint for coe"
[releng/builder.git] / jjb / netide / netide-csit-basic.yaml
index 9b536415f22fd83d01a83978b950553272f6a90f..b6917ee7e9446e6b299c2130aa9e31c33a6a37aa 100644 (file)
@@ -1,7 +1,9 @@
+---
 - project:
     name: netide-csit-basic
     jobs:
-        - '{project}-csit-verify-1node-{functionality}'
+      - '{project}-csit-verify-1node-{functionality}'
+      - '{project}-csit-1node-{functionality}-{install}-{stream}'
 
     # The project name
     project: 'netide'
 
     # Project branches
     stream:
-        - beryllium:
-            branch: 'master'
+      - carbon:
+          branch: 'master'
+          jre: 'openjdk8'
+      - boron:
+          branch: 'stable/boron'
+          jre: 'openjdk8'
+      - beryllium:
+          branch: 'stable/beryllium'
+          jre: 'openjdk7'
 
     install:
-        - only:
-            scope: 'only'
-        - all:
-            scope: 'all'
+      - only:
+          scope: 'only'
+      - all:
+          scope: 'all'
 
     # Features to install
     install-features: 'odl-openflowplugin-flow-services-ui,odl-netide-rest'
 
     # Robot custom options
     robot-options: ''
-
-    # Trigger jobs (upstream dependencies)
-    trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},openflowjava-distribution-{stream},openflowplugin-distribution-{stream},netide-distribution-{stream}'