Merge "move nexus repository to parameter with default value"
[releng/builder.git] / jjb / openflowplugin / openflowplugin-csit-flow-services.yaml
index d311dc6f6d7432cd05180e71a53c5e88efec3952..212d3aa15a283c649b6083c591c2c39125009bac 100644 (file)
@@ -2,7 +2,6 @@
     name: openflowplugin-csit-flow-services
     jobs:
         - '{project}-csit-1node-{functionality}-{install}-{stream}'
-        - '{project}-csit-verify-1node-{functionality}'
 
     # The project name
     project: 'openflowplugin'
 
     # Project branches
     stream:
-        - boron:
+        - carbon:
             branch: 'master'
-        - beryllium:
-            branch: 'stable/beryllium'
+            jre: 'openjdk8'
+        - boron:
+            branch: 'stable/boron'
+            jre: 'openjdk8'
 
     install:
         - only:
@@ -27,7 +28,7 @@
     install-features: 'odl-openflowplugin-flow-services-ui'
 
     # Robot custom options
-    robot-options: '-e adsal'
+    robot-options: ''
 
     # Trigger jobs (upstream dependencies)
     trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},openflowjava-distribution-{stream},openflowplugin-distribution-{stream}'