Remove the setting of ODL_VERSION from robot parameters
[releng/builder.git] / jjb / groupbasedpolicy / groupbasedpolicy-csit-6node.yaml
index f330303b028f5e07e071a3c1937845b6bcc74a36..1f457346ec8ed5b436294786328604a2f991d347 100644 (file)
 
     # Project branches
     stream:
-        - boron:
+        - carbon:
             branch: 'master'
+            jre: 'openjdk8'
+        - boron:
+            branch: 'stable/boron'
+            jre: 'openjdk8'
         - beryllium:
             branch: 'stable/beryllium'
-        - stable-lithium:
-            branch: 'stable/lithium'
+            jre: 'openjdk7'
 
     install:
         - only:
@@ -26,9 +29,8 @@
             scope: 'all'
 
     # 6 Ubuntu VMs in JCloud configuration
-    mininet-image: 'gbp-trusty'
-    mininet-cloud-name: 'Ubuntu'
-    mininet-vms: 6
+    tools_system_count: 6
+    tools_system_image: Ubuntu 14.04 - gbp - 20161031-0916
 
     # Features to install
     install-features: 'odl-groupbasedpolicy-ofoverlay,
                        odl-restconf-all'
 
     # Robot custom options
-    robot-options: '-v ODL_VERSION:{stream}'
+    robot-options: ''
+
 
     # Trigger jobs (upstream dependencies)
     trigger-jobs: 'groupbasedpolicy-distribution-{stream},
                    neutron-distribution-{stream},
                    ovsdb-distribution-{stream},
-                   controller-distribution-{stream},
                    openflowplugin-distribution-{stream},
-                   yangtools-distribution-{stream},
                    sfc-distribution-{stream},
                    dlux-distribution-{stream}'