Rework the way Java version is set in CSIT jobs
[releng/builder.git] / jjb / openflowplugin / openflowplugin-csit-scale-stats-collection-daily.yaml
index 077188f13c2f1eaffe09d19c2a52e8b3664ffb77..480dedbaef8b716541c8578501afe56f69ccd98b 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:
+        - boron:
+            branch: 'master'
+            jre: 'openjdk8'
+        - beryllium:
+            branch: 'stable/beryllium'
+            jre: 'openjdk7'
         - stable-lithium:
             branch: 'stable/lithium'
+            jre: 'openjdk7'
 
     install:
         - only:
     robot-options: ''
 
     # Trigger jobs (daily)
-    schedule: 'H H * * *'
+    schedule: 'H H/12 * * *'
+
+    # 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'