X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fopenflowplugin%2Fopenflowplugin-csit-config-performance.yaml;h=d6c58e7132f2e7351943b3e96d4bbed56ad48e18;hb=3d3c92e9b6f1b6e05046214980329be77057a7a0;hp=2b0284ab07b08d4d8b054fc091ebf445923d5df3;hpb=76e315e1f95bc12220067b814986976ad232cb9d;p=releng%2Fbuilder.git diff --git a/jjb/openflowplugin/openflowplugin-csit-config-performance.yaml b/jjb/openflowplugin/openflowplugin-csit-config-performance.yaml index 2b0284ab0..d6c58e713 100644 --- a/jjb/openflowplugin/openflowplugin-csit-config-performance.yaml +++ b/jjb/openflowplugin/openflowplugin-csit-config-performance.yaml @@ -1,7 +1,7 @@ - project: name: openflowplugin-csit-config-performance jobs: - - '{project}-csit-1node-cds-{functionality}-{install}-{stream}' + - '{project}-csit-1node-{functionality}-{install}-{stream}' # The project name project: 'openflowplugin' @@ -11,10 +11,15 @@ # Project branches stream: - - master: + - boron: branch: 'master' + jre: 'openjdk8' + - beryllium: + branch: 'stable/beryllium' + jre: 'openjdk7' - stable-lithium: branch: 'stable/lithium' + jre: 'openjdk7' install: - only: @@ -30,7 +35,12 @@ trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},openflowjava-distribution-{stream},openflowplugin-distribution-{stream}' # Plot Info - 01-plot-title: 'Config Rest Api Rate' + 01-plot-title: 'Flow REST API Rate' 01-plot-yaxis: 'http_req/sec' - 01-plot-group: 'Config Performance' + 01-plot-group: 'Flow Config Performance' 01-plot-data-file: 'rates.csv' + 02-plot-title: 'Flow Stats Collect Time' + 02-plot-yaxis: 'seconds' + 02-plot-group: 'Stats Collect Performance' + 02-plot-data-file: 'times.csv' +