Add ovs integration tests for netvirt
[releng/builder.git] / jjb / nemo / nemo-csit-engine.yaml
index 5e759d01351189c80cb3a76340bf09278b70bd96..11344951d82c272b539083e968fd62626e0ef0e6 100644 (file)
 
     # Project branches
     stream:
-        - beryllium:
+        - boron:
             branch: 'master'
+            jre: 'openjdk8'
+        - beryllium:
+            branch: 'stable/beryllium'
+            jre: 'openjdk7'
 
     install:
         - only:
             scope: 'all'
 
     # Features to install
-    install-features: 'odl-restconf,odl-mdsal-apidocs,odl-nemo-engine-ui'
+    install-features: 'odl-restconf,odl-mdsal-apidocs,odl-nemo-engine-ui,odl-nemo-openflow-renderer'
 
     # Robot custom options
     robot-options: ''
 
     # Trigger jobs (upstream dependencies)
-    trigger-jobs: 'odlparent-distribution-{stream},yangtools-distribution-{stream},controller-distribution-{stream},nemo-distribution-{stream}'
+    trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},nemo-distribution-{stream}'