X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fopenflowplugin%2Fopenflowplugin-csit-link-scalability-daily.yaml;h=3d21067b8e8cc6911c3844fff8ecbb828f3aff5a;hb=6491c9083b067c067aaee529fd686a08e71a6ded;hp=b9b9f3475effc32c1b9f10760b998c835c94f415;hpb=c5e04f9e6d91ae8fa9d2d73dd34d4b8f7224d0fb;p=releng%2Fbuilder.git diff --git a/jjb/openflowplugin/openflowplugin-csit-link-scalability-daily.yaml b/jjb/openflowplugin/openflowplugin-csit-link-scalability-daily.yaml index b9b9f3475..3d21067b8 100644 --- a/jjb/openflowplugin/openflowplugin-csit-link-scalability-daily.yaml +++ b/jjb/openflowplugin/openflowplugin-csit-link-scalability-daily.yaml @@ -1,7 +1,8 @@ +--- - project: name: openflowplugin-csit-link-scalability-daily jobs: - - '{project}-csit-1node-periodic-{functionality}-{install}-{stream}' + - '{project}-csit-1node-periodic-{functionality}-{install}-{stream}' # The project name project: 'openflowplugin' @@ -11,28 +12,41 @@ # 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' # Features to install - install-features: 'odl-openflowplugin-flow-services-ui' + install-features: > + odl-openflowplugin-flow-services-rest, + odl-openflowplugin-app-table-miss-enforcer, + decanter-collector-jmx, + decanter-appender-elasticsearch # Robot custom options robot-options: '' - # Trigger jobs (daily) - schedule: 'H H * * *' + # mininet image + tools_system_image: Ubuntu 16.04 - mininet-ovs-25 - 20170609-0221 # Plot Info - 01-plot-title: 'Max number of switch links' + 01-plot-title: 'Maximum Links Full Mesh Topology' 01-plot-yaxis: 'Links' - 01-plot-group: 'Inventory Switch Link Scalability' + 01-plot-group: 'Link Scalability' 01-plot-data-file: 'links.csv' + 02-plot-title: 'Topology Discover Time' + 02-plot-yaxis: 'Seconds' + 02-plot-group: 'Link Scalability' + 02-plot-data-file: 'time.csv'