Merge "Make message more clear"
[releng/builder.git] / jjb / sdninterfaceapp / sdninterfaceapp-csit-basic.yaml
index 3a385c2f278d77b190a8d3b1dffe3387f3984196..b0fe4acdccfc74cc2ab5415f27821e2ef3f89658 100644 (file)
 
     # Project branches
     stream:
-        - beryllium:
+        - carbon:
             branch: 'master'
+            jre: 'openjdk8'
+        - boron:
+            branch: 'stable/boron'
+            jre: 'openjdk8'
+        - beryllium:
+            branch: 'stable/beryllium'
+            jre: 'openjdk7'
 
     install:
         - only:
@@ -24,6 +31,3 @@
 
     # Robot custom options
     robot-options: ''
-
-    # Trigger jobs (upstream dependencies)
-    trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},openflowplugin-distribution-{stream},sdninterfaceapp-distribution-{stream}'