Convert merge|verify|sonar job to regular jjb template
[releng/builder.git] / jjb / openflowplugin / openflowplugin-csit-scalability-daily.yaml
index bc8d2de8a0c4d78be600d9a42b63800ba987bf10..1e04849cadde4c74172b80f18bcc788776aab33f 100644 (file)
@@ -1,7 +1,7 @@
 - project:
     name: openflowplugin-csit-scalability-daily
     jobs:
-        - '{project}-csit-periodic-1node-cds-{functionality}-{install}-{stream}'
+        - '{project}-csit-1node-periodic-{functionality}-{install}-{stream}'
 
     # The project name
     project: 'openflowplugin'
 
     # Project branches
     stream:
-        - master:
+        - boron:
             branch: 'master'
-        - stable-lithium:
-            branch: 'stable/lithium'
+            jre: 'openjdk8'
 
     install:
         - only:
@@ -24,7 +23,7 @@
     install-features: 'odl-openflowplugin-flow-services-ui'
 
     # Robot custom options
-    robot-options: '-v MIN_SWITCHES:100 -v MAX_SWITCHES:500 -v STEP_SWITCHES:100'
+    robot-options: '-v MIN_SWITCHES:100 -v MAX_SWITCHES:400 -v STEP_SWITCHES:50'
 
     # Trigger jobs (daily)
     schedule: 'H H * * *'