Make stream for CSIT verify configurable
[releng/builder.git] / jjb / vtn / vtn-csit-manager.yaml
index 95b4a9039e546f96ec70b56fea36ecb1a96b3e1a..203d811a41801ffd96600e2ef5bc4736c3f6bd2a 100644 (file)
 
     # Project branches
     stream:
-        - boron:
+        - carbon:
             branch: 'master'
-            jdk: 'openjdk8'
+            jre: 'openjdk8'
+        - boron:
+            branch: 'stable/boron'
+            jre: 'openjdk8'
         - beryllium:
             branch: 'stable/beryllium'
-            jdk: 'openjdk7'
+            jre: 'openjdk7'
+            tools_system_image: Ubuntu 14.04 - mininet - 20170117-0003
 
     install:
         - only:
@@ -31,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}'