X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fopenflowplugin%2Fopenflowplugin-csit-link-scalability-daily.yaml;h=04cbf8a2ac91b56c37d3e4b39191ffb866be54f5;hb=refs%2Fchanges%2F05%2F60105%2F1;hp=3688f2302e1155e0e3146abcaa7bb2dcd7086f4f;hpb=92edcb7273183a92cc329b2d9d016b41d6d896e1;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 3688f2302..04cbf8a2a 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,31 +12,41 @@ # Project branches stream: - - boron: - branch: 'master' - jdk: 'openjdk8' - - beryllium: - branch: 'stable/beryllium' - jdk: 'openjdk7' - - stable-lithium: - branch: 'stable/lithium' - jdk: 'openjdk7' + - 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 - 20170703-2150 # 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'