X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fopenflowplugin%2Fopenflowplugin-csit-perf-bulkomatic.yaml;h=54a7e24b53d0f96fbd1f0e6580515868b1d8d7a7;hb=fb9297d20fe434066a9c84064d79cf9daf89dda2;hp=79df63be04d3f495dcba87fd98c55fe0f99409d6;hpb=807fca79b9cbd070495690797e1b0cc019caf5f9;p=releng%2Fbuilder.git diff --git a/jjb/openflowplugin/openflowplugin-csit-perf-bulkomatic.yaml b/jjb/openflowplugin/openflowplugin-csit-perf-bulkomatic.yaml index 79df63be0..54a7e24b5 100644 --- a/jjb/openflowplugin/openflowplugin-csit-perf-bulkomatic.yaml +++ b/jjb/openflowplugin/openflowplugin-csit-perf-bulkomatic.yaml @@ -5,7 +5,7 @@ - inttest-csit-1node # The project name - project: 'openflowplugin' + project: "openflowplugin" # The functionality under test functionality: @@ -14,40 +14,35 @@ # Project branches stream: - - sodium: - branch: 'master' - - neon: - branch: 'stable/neon' - - fluorine: - branch: 'stable/fluorine' - - oxygen: - branch: 'stable/oxygen' - disable-job: true + - chlorine: + branch: "master" + jre: "openjdk11" + - sulfur: + branch: "stable/sulfur" + jre: "openjdk11" + - phosphorus: + branch: "stable/phosphorus" + jre: "openjdk11" install: - only: - scope: 'only' - - # Job images - tools_system_image: 'ZZCI - Ubuntu 16.04 - mininet-ovs-28 - 20181001-220228.326' + scope: "only" # Features to install install-features: > - odl-openflowplugin-flow-services-rest, - odl-openflowplugin-app-bulk-o-matic, - odl-jolokia, - decanter-collector-jmx, - decanter-appender-elasticsearch + odl-openflowplugin-flow-services-rest, + odl-openflowplugin-app-bulk-o-matic, + odl-jolokia # Robot custom options - robot-options: '-v ODL_OF_PLUGIN:lithium -v switch_count:32 -v flow_count_per_switch:3125' + robot-options: "-v ODL_OF_PLUGIN:lithium -v switch_count:32 -v flow_count_per_switch:3125" # Plot Info - 01-plot-title: 'Flow Add rate' - 01-plot-yaxis: 'flow_mods/sec' - 01-plot-group: 'Java Performance' - 01-plot-data-file: 'rate.csv' - 02-plot-title: 'Flow Add time' - 02-plot-yaxis: 'seconds' - 02-plot-group: 'Java Performance' - 02-plot-data-file: 'time.csv' + 01-plot-title: "Flow Add rate" + 01-plot-yaxis: "flow_mods/sec" + 01-plot-group: "Java Performance" + 01-plot-data-file: "rate.csv" + 02-plot-title: "Flow Add time" + 02-plot-yaxis: "seconds" + 02-plot-group: "Java Performance" + 02-plot-data-file: "time.csv"