Merge "Add --removekeywords wuks option to pybot command"
[releng/builder.git] / jjb / vtn / vtn-csit-manager.yaml
index c9a5716ef4d790eb95a6e6bd9510a76d1f1c6049..1e78e755ccade34c9ae1735fd2ef00e230268e3d 100644 (file)
 
     # Project branches
     stream:
-        - boron:
+        - carbon:
             branch: 'master'
+            jre: 'openjdk8'
+            mininet-image: 'ubuntu-trusty-mininet-ovs-25-2c-2g'
+        - boron:
+            branch: 'stable/boron'
+            jre: 'openjdk8'
+            mininet-image: 'ubuntu-trusty-mininet-ovs-25-2c-2g'
         - beryllium:
             branch: 'stable/beryllium'
+            jre: 'openjdk7'
 
     install:
         - only:
@@ -29,5 +36,6 @@
     # Robot custom options
     robot-options: ''
 
+
     # 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}'