need to run the job twice a day
[releng/builder.git] / jjb / openflowplugin / openflowplugin-csit-scale-stats-collection-daily.yaml
index 2502ba7cae1b433e8ad25540387cf1a850a8897f..a8836797f08c40b2010ec07a056aee482a613fe0 100644 (file)
     robot-options: ''
 
     # Trigger jobs (daily)
-    schedule: 'H H * * *'
+    schedule: 'H H/12 * * *'
 
     # Plot Info
-    01-plot-title: 'Flows Setup Time'
+    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'