X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fopenflowplugin%2Fopenflowplugin-csit-scale-stats-collection-daily.yaml;h=239e8d3de3139b4a402364f4b90bc2d248dbea2f;hb=bcb977c6d1e494f4c5ed2053b8efc0b4a8735c40;hp=077188f13c2f1eaffe09d19c2a52e8b3664ffb77;hpb=b2b18042a298c488839bec7014548a148cb54eeb;p=releng%2Fbuilder.git diff --git a/jjb/openflowplugin/openflowplugin-csit-scale-stats-collection-daily.yaml b/jjb/openflowplugin/openflowplugin-csit-scale-stats-collection-daily.yaml index 077188f13..239e8d3de 100644 --- a/jjb/openflowplugin/openflowplugin-csit-scale-stats-collection-daily.yaml +++ b/jjb/openflowplugin/openflowplugin-csit-scale-stats-collection-daily.yaml @@ -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' @@ -11,8 +11,15 @@ # Project branches stream: + - boron: + branch: 'master' + jdk: 'openjdk8' + - beryllium: + branch: 'stable/beryllium' + jdk: 'openjdk7' - stable-lithium: branch: 'stable/lithium' + jdk: 'openjdk7' install: - only: @@ -25,4 +32,15 @@ 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'