X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Flispflowmapping%2Flispflowmapping-csit-performance.yaml;h=54f832ec3a2c08405fd0c61cd8c74e12333901dc;hb=ee83ca710d9e75fde285e8216d8d793270c4de5c;hp=d96139d8cf216fafbf0a235b037b60b473e4ccbe;hpb=5b1aa89e131e618cffb401a54ffbd7c9d349bb8c;p=releng%2Fbuilder.git diff --git a/jjb/lispflowmapping/lispflowmapping-csit-performance.yaml b/jjb/lispflowmapping/lispflowmapping-csit-performance.yaml index d96139d8c..54f832ec3 100644 --- a/jjb/lispflowmapping/lispflowmapping-csit-performance.yaml +++ b/jjb/lispflowmapping/lispflowmapping-csit-performance.yaml @@ -1,7 +1,8 @@ +--- - project: name: lispflowmapping-csit-performance jobs: - - '{project}-csit-1node-{functionality}-{install}-{stream}' + - '{project}-csit-1node-{functionality}-{install}-{stream}' # The project name project: 'lispflowmapping' @@ -11,12 +12,19 @@ # Project branches stream: - - beryllium: - branch: 'master' + - carbon: + branch: 'master' + jre: 'openjdk8' + - boron: + branch: 'stable/boron' + jre: 'openjdk8' + - beryllium: + branch: 'stable/beryllium' + jre: 'openjdk8' install: - - only: - scope: 'only' + - only: + scope: 'only' # Features to install install-features: 'odl-lispflowmapping-msmr' @@ -24,11 +32,13 @@ # Robot custom options robot-options: '' - # Trigger jobs (upstream dependencies) - trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},mdsal-distribution-{stream},netconf-distribution-{stream},lispflowmapping-distribution-{stream}' - # Plot Info 01-plot-title: 'Southbound Map-Reply Rate' 01-plot-yaxis: 'req/sec' 01-plot-group: 'Performance' 01-plot-data-file: 'pps.csv' + + 02-plot-title: 'RPC mapping setup rate (for 10k IPv4-to-IPv4 mappings)' + 02-plot-yaxis: 'req/sec' + 02-plot-group: 'Performance' + 02-plot-data-file: 'rpcs.csv'