From: Peter Gubka Date: Thu, 3 Sep 2015 12:38:57 +0000 (+0200) Subject: Jenkins build template controller-csit-rest-cars-perf X-Git-Tag: release/beryllium~378^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;ds=sidebyside;h=f87988806dc1c003c512451c14def42ff74e30ef;p=releng%2Fbuilder.git Jenkins build template controller-csit-rest-cars-perf Generates jobs: controller-csit-1node-rest-cars-perf-only-stable-lithium controller-csit-1node-rest-cars-perf-all-stable-lithium controller-csit-1node-rest-cars-perf-only-beryllium controller-csit-1node-rest-cars-perf-all-beryllium Related test suite change: https://git.opendaylight.org/gerrit/#/c/26203 Change-Id: Ic81d809622f0a5cb087ddd171a53c54324a664db Signed-off-by: Peter Gubka Signed-off-by: Radovan Sajben --- diff --git a/jjb/controller/controller-csit-rest-cars-perf.yaml b/jjb/controller/controller-csit-rest-cars-perf.yaml new file mode 100644 index 000000000..89322dfd7 --- /dev/null +++ b/jjb/controller/controller-csit-rest-cars-perf.yaml @@ -0,0 +1,32 @@ +- project: + name: controller-csit-rest-cars-perf + jobs: + - '{project}-csit-1node-{functionality}-{install}-{stream}' + + # The project name + project: 'controller' + + # The functionality under test + functionality: 'rest-cars-perf' + + # Project branches + stream: + - beryllium: + branch: 'master' + - stable-lithium: + branch: 'stable/lithium' + + install: + - only: + scope: 'only' + - all: + scope: 'all' + + # 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}'