From: Vratko Polák Date: Thu, 18 Feb 2016 16:12:58 +0000 (+0000) Subject: Merge "new car-people performance job for clustered setup" X-Git-Tag: release/beryllium~2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=a27ff325a779f064e8c1ee37273d4d8a8013c072;hp=eed29fcd4f6dd0a8f8b549e14cc86b80bccc6a82;p=releng%2Fbuilder.git Merge "new car-people performance job for clustered setup" --- diff --git a/jjb/controller/controller-csit-rest-clust-cars-perf.yaml b/jjb/controller/controller-csit-rest-clust-cars-perf.yaml new file mode 100644 index 000000000..1b27286f8 --- /dev/null +++ b/jjb/controller/controller-csit-rest-clust-cars-perf.yaml @@ -0,0 +1,35 @@ +- project: + name: controller-csit-rest-clust-cars-perf + jobs: + - '{project}-csit-3node-{functionality}-{install}-{stream}' + + # The project name + project: 'controller' + + # The functionality under test + functionality: 'rest-clust-cars-perf' + + # Project branches + stream: + - boron: + branch: 'master' + jre: 'openjdk8' + - beryllium: + branch: 'stable/beryllium' + jre: 'openjdk7' + - stable-lithium: + branch: 'stable/lithium' + jre: 'openjdk7' + + install: + - only: + scope: 'only' + + # Features to install + install-features: 'odl-restconf,odl-clustering-test-app' + + # Robot custom options + robot-options: '' + + # Trigger jobs (upstream dependencies) + trigger-jobs: 'odlparent-distribution-{stream},yangtools-distribution-{stream},controller-distribution-{stream},aaa-distribution-{stream},netconf-distribution-{stream},mdsal-distribution-{stream}'