X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fopenflowplugin%2Fopenflowplugin-csit-cbench-daily.yaml;h=d3ca6366ac17d6ff6bd4b8f07ef0a04918e3f9fc;hb=34c0a4decedded19d47c841436b2f1be623a88a3;hp=3260786da724c64e592878e43e20b80043682018;hpb=2a8744f668e76ecda6b4f579fa9cc01da649963b;p=releng%2Fbuilder.git diff --git a/jjb/openflowplugin/openflowplugin-csit-cbench-daily.yaml b/jjb/openflowplugin/openflowplugin-csit-cbench-daily.yaml index 3260786da..d3ca6366a 100644 --- a/jjb/openflowplugin/openflowplugin-csit-cbench-daily.yaml +++ b/jjb/openflowplugin/openflowplugin-csit-cbench-daily.yaml @@ -1,7 +1,8 @@ +--- - project: name: openflowplugin-csit-cbench-daily jobs: - - '{project}-csit-1node-periodic-{functionality}-{install}-{stream}' + - '{project}-csit-1node-periodic-{functionality}-{install}-{stream}' # The project name project: 'openflowplugin' @@ -11,26 +12,28 @@ # Project branches stream: - - carbon: - branch: 'master' - jre: 'openjdk8' - - boron: - branch: 'stable/boron' - jre: 'openjdk8' + - nitrogen: + branch: 'master' + jre: 'openjdk8' + - carbon: + branch: 'stable/carbon' + jre: 'openjdk8' + karaf-version: karaf3 + - boron: + branch: 'stable/boron' + jre: 'openjdk8' + karaf-version: karaf3 install: - - only: - scope: 'only' + - only: + scope: 'only' # Features to install - install-features: 'odl-openflowplugin-flow-services-ui,odl-openflowplugin-drop-test' + install-features: 'odl-openflowplugin-flow-services-rest,odl-openflowplugin-drop-test' # Robot custom options robot-options: '-v duration_in_secs:180 -v throughput_threshold:20000 -v latency_threshold:5000' - # Trigger jobs (daily) - schedule: 'H H * * *' - # Plot Info 01-plot-title: 'Throughput Mode' 01-plot-yaxis: 'flow_mods/sec'