Merge "Replace `` cmd substitution with $()"
[releng/builder.git] / jjb / lispflowmapping / lispflowmapping-csit-msmr.yaml
index b60d0233c1d00b41c21e5e2c9f5868763b507f00..45e6dd36e3886faa7de4d1fb68d0fa72115bcda8 100644 (file)
@@ -1,31 +1,40 @@
+---
 - project:
-    name: lispflowmapping-csit-all
+    name: lispflowmapping-csit-msmr
     jobs:
-        - '{project}-csit-1node-{functionality}-{install}-{stream}'
-        - '{project}-csit-verify-1node-{functionality}'
+      - '{project}-csit-3node-{functionality}-{install}-{stream}'
+      - '{project}-csit-1node-{functionality}-{install}-{stream}'
+      - '{project}-csit-verify-1node-{functionality}'
 
     # The project name
     project: 'lispflowmapping'
 
     # The functionality under test
-    functionality: 'all'
+    functionality: 'msmr'
 
     # Project branches
     stream:
-        - beryllium:
-            branch: 'master'
+      - nitrogen:
+          branch: 'master'
+          jre: 'openjdk8'
+      - carbon:
+          branch: 'stable/carbon'
+          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-lispflowmapping-msmr'
 
     # Robot custom options
     robot-options: ''
-
-    # Trigger jobs (upstream dependencies)
-    trigger-jobs: 'odlparent-distribution-{stream},yangtools-distribution-{stream},controller-distribution-{stream},neutron-distribution-{stream},lispflowmapping-distribution-{stream}'