X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fopenflowplugin%2Fopenflowplugin-csit-scale-stats-collection-daily.yaml;h=dde7afad3567fd843c5b8dfa7cbe9096ceed8498;hb=a345dde393688cbe66a0171e184e4e02f94d2371;hp=033fe811bb2df7e68b570a3e36fa345a8de6b79e;hpb=55cfb6b185c108236002e4c0663e6f0fa5403e30;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 033fe811b..dde7afad3 100644 --- a/jjb/openflowplugin/openflowplugin-csit-scale-stats-collection-daily.yaml +++ b/jjb/openflowplugin/openflowplugin-csit-scale-stats-collection-daily.yaml @@ -1,43 +1,51 @@ +--- - project: name: openflowplugin-csit-scale-stats-collection-daily jobs: - - '{project}-csit-1node-periodic-{functionality}-{install}-{stream}' + - '{project}-csit-1node-periodic-{functionality}-{install}-{stream}' # The project name project: 'openflowplugin' # The functionality under test - functionality: 'scale-stats-collection-daily' + functionality: + - scale-stats-collection-daily + - gate-scale-stats-collection-daily # Project branches stream: - - carbon: - branch: 'master' - jre: 'openjdk8' - - boron: - branch: 'stable/boron' - jre: 'openjdk8' + - nitrogen: + branch: 'master' + jre: 'openjdk8' + - carbon: + branch: 'stable/carbon' + jre: 'openjdk8' + karaf-version: karaf3 + - boron: + branch: 'stable/boron' + jre: 'openjdk8' + karaf-version: karaf3 install: - - only: - scope: 'only' + - only: + scope: 'only' + + # Job images + odl_system_flavor: '8 GB General Purpose v1' + tools_system_image: 'Ubuntu 16.04 - mininet-ovs-25 - 20170609-0221' # Features to install - install-features: 'odl-openflowplugin-flow-services-ui' + install-features: 'odl-openflowplugin-flow-services-rest' # Robot custom options - robot-options: '-v flnr:50000' - - # Trigger jobs (daily) - schedule: 'H H * * *' + robot-options: '-v flnr:100000 -v swnr:32 -v fpr:200' # 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' + 01-plot-title: 'Stats Collection Rate' + 01-plot-yaxis: 'flow_mods/sec' + 01-plot-group: 'Stats Collection Performance' + 01-plot-data-file: 'stats_rate.csv' + 02-plot-title: 'Stats Collection Time' + 02-plot-yaxis: 'seconds' + 02-plot-group: 'Stats Collection Performance' + 02-plot-data-file: 'stats_time.csv'