From: Jozef Behran Date: Thu, 14 Apr 2016 06:09:50 +0000 (+0200) Subject: Add job definition for clustered Netconf scaling tests X-Git-Tag: release/beryllium-sr2~36^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=releng%2Fbuilder.git;a=commitdiff_plain;h=c026ea567af29a840fac0a1a9c539bcdce3df0d7 Add job definition for clustered Netconf scaling tests Change-Id: Ibde46aee47b2ddf501e840108acd397acdeaef2e Signed-off-by: Jozef Behran --- diff --git a/jjb/netconf/netconf-clustering-scale.yaml b/jjb/netconf/netconf-clustering-scale.yaml new file mode 100644 index 000000000..ac954c3d4 --- /dev/null +++ b/jjb/netconf/netconf-clustering-scale.yaml @@ -0,0 +1,34 @@ +- project: + name: netconf-csit-clustering-scale + jobs: + - '{project}-csit-3node-{functionality}-{install}-{stream}' + + # The project name + project: 'netconf' + + # The functionality under test + functionality: 'clustering-scale' + + # Project branches + stream: + - boron: + branch: 'master' + jre: 'openjdk8' + - beryllium: + branch: 'stable/beryllium' + jre: 'openjdk7' + + install: + - only: + scope: 'only' + - all: + scope: 'all' + + # Features to install + install-features: 'odl-restconf,odl-netconf-clustered-topology' + + # Robot custom options + robot-options: '-v USE_NETCONF_CONNECTOR:False' + + # Trigger jobs (upstream dependencies) + trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},netconf-distribution-{stream},mdsal-distribution-{stream}'