Make stream for CSIT verify configurable
[releng/builder.git] / jjb / vtn / vtn-csit-manager.yaml
index ca41b780c725588815b893fba84e9cb5f8faa9c8..203d811a41801ffd96600e2ef5bc4736c3f6bd2a 100644 (file)
 
     # Project branches
     stream:
-#        - beryllium:
-#            branch: 'master'
-        - stable-lithium:
-            branch: 'stable/lithium'
+        - carbon:
+            branch: 'master'
+            jre: 'openjdk8'
+        - boron:
+            branch: 'stable/boron'
+            jre: 'openjdk8'
+        - beryllium:
+            branch: 'stable/beryllium'
+            jre: 'openjdk7'
+            tools_system_image: Ubuntu 14.04 - mininet - 20170117-0003
 
     install:
         - only:
@@ -29,5 +35,7 @@
     # Robot custom options
     robot-options: ''
 
+    tools_system_image: Ubuntu 14.04 - mininet-ovs-2.5 - 20170117-0004
+
     # Trigger jobs (upstream dependencies)
-    trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},openflowjava-distribution-{stream},openflowplugin-distribution-{stream},vtn-distribution-{stream}'
+    trigger-jobs: 'openflowjava-distribution-{stream},openflowplugin-distribution-{stream},vtn-distribution-{stream}'