X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fopenflowplugin%2Fopenflowplugin-csit-link-scalability-daily.yaml;h=4f2804e214e59ec55fc217b2682124dd99ccc5d7;hb=9fb02ffd64be734a874f6fb0563731fd4870f9fd;hp=3688f2302e1155e0e3146abcaa7bb2dcd7086f4f;hpb=d2a7cd7c77b7d8878de1dcddb9dcc824ea14d576;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..4f2804e21 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,36 @@ # Project branches stream: - - boron: - branch: 'master' - jdk: 'openjdk8' - - beryllium: - branch: 'stable/beryllium' - jdk: 'openjdk7' - - stable-lithium: - branch: 'stable/lithium' - jdk: 'openjdk7' + - carbon: + branch: 'master' + jre: 'openjdk8' + - boron: + branch: 'stable/boron' + jre: 'openjdk8' install: - - only: - scope: 'only' + - only: + scope: 'only' # Features to install - install-features: 'odl-openflowplugin-flow-services-ui' + install-features: > + odl-openflowplugin-flow-services-ui, + 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 14.04 - mininet-ovs-25 - 20170210-0300 # 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'