Remove project distribution job
[releng/builder.git] / jjb / openflowplugin / openflowplugin-csit-scale-stats-collection-daily.yaml
index 077188f13c2f1eaffe09d19c2a52e8b3664ffb77..7892556b452cb832e6bda785d1ec9b2aa335d215 100644 (file)
@@ -1,7 +1,7 @@
 - project:
     name: openflowplugin-csit-scale-stats-collection-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:
-        - stable-lithium:
-            branch: 'stable/lithium'
+        - carbon:
+            branch: 'master'
+            jre: 'openjdk8'
+        - boron:
+            branch: 'stable/boron'
+            jre: 'openjdk8'
 
     install:
         - only:
     install-features: 'odl-openflowplugin-flow-services-ui'
 
     # Robot custom options
-    robot-options: ''
+    robot-options: '-v flnr:50000'
 
-    # Trigger jobs (daily)
-    schedule: 'H H * * *'
+    # Plot Info
+    01-plot-title: 'Flows (100k) Setup Time'
+    01-plot-yaxis: '[s]'
+    01-plot-group: 'Config Performance'
+    01-plot-data-file: 'flows_setup_time.csv'
+
+    02-plot-title: 'REST setup rate (for 100k flows)'
+    02-plot-yaxis: 'setup time[s], req[flows/s]'
+    02-plot-group: 'Performance Rate'
+    02-plot-data-file: 'flows_install_rate.csv'