X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fopenflowplugin%2Fopenflowplugin-csit-bulkomatic-perf-daily.yaml;h=eb0dea272cc2e10a1a4f9f91fc2c80365352ff2a;hb=9fb02ffd64be734a874f6fb0563731fd4870f9fd;hp=585b3d4468634603c69c46389b2ec660756e84c7;hpb=87b4fdc2b3493f2ee2a9af2478f62bac86032831;p=releng%2Fbuilder.git diff --git a/jjb/openflowplugin/openflowplugin-csit-bulkomatic-perf-daily.yaml b/jjb/openflowplugin/openflowplugin-csit-bulkomatic-perf-daily.yaml index 585b3d446..eb0dea272 100644 --- a/jjb/openflowplugin/openflowplugin-csit-bulkomatic-perf-daily.yaml +++ b/jjb/openflowplugin/openflowplugin-csit-bulkomatic-perf-daily.yaml @@ -1,40 +1,45 @@ +--- - project: name: openflowplugin-csit-bulkomatic-perf-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: 'bulkomatic-perf-daily' + functionality: + - bulkomatic-perf-daily + - gate-bulkomatic-perf-daily # Project branches stream: - - carbon: - branch: 'master' - jre: 'openjdk8' - - boron: - branch: 'stable/boron' - jre: 'openjdk8' + - carbon: + branch: 'master' + jre: 'openjdk8' + - boron: + branch: 'stable/boron' + jre: 'openjdk8' install: - - only: - scope: 'only' + - only: + scope: 'only' # Job images - controller-image: 'centos7-java-builder-4c-8g' - mininet-image: 'ubuntu-trusty-mininet-ovs-25-2c-2g' + odl_system_flavor: 8 GB General Purpose v1 + tools_system_image: Ubuntu 14.04 - mininet-ovs-25 - 20170210-0300 # Features to install - install-features: 'odl-openflowplugin-flow-services-ui,odl-openflowplugin-app-bulk-o-matic,odl-jolokia,decanter-collector-jmx,decanter-appender-elasticsearch' + install-features: > + odl-openflowplugin-flow-services-ui, + odl-openflowplugin-app-bulk-o-matic, + odl-jolokia, + decanter-collector-jmx, + decanter-appender-elasticsearch # Robot custom options robot-options: '-v ODL_OF_PLUGIN:lithium -v switch_count:32 -v flow_count_per_switch:2000' - # Trigger jobs (daily) - schedule: 'H H * * *' - # Plot Info 01-plot-title: 'Flow Add rate' 01-plot-yaxis: 'flow_mods/sec'