X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fnetconf%2Fnetconf-cluster-stress.yaml;h=8cab4579a13a203cb874bdd99c1489790ab488ec;hb=04c3890554166f05b19226e546c86b654bb07bff;hp=c69ccd135bc95c667bf7ffafbdc00bca93e8446d;hpb=eee5e84d3fc452de732288f9285d59582dd5a541;p=releng%2Fbuilder.git diff --git a/jjb/netconf/netconf-cluster-stress.yaml b/jjb/netconf/netconf-cluster-stress.yaml index c69ccd135..8cab4579a 100644 --- a/jjb/netconf/netconf-cluster-stress.yaml +++ b/jjb/netconf/netconf-cluster-stress.yaml @@ -12,15 +12,20 @@ # Project branches stream: - - carbon: + - oxygen: branch: 'master' jre: 'openjdk8' + - nitrogen: + branch: 'stable/nitrogen' + jre: 'openjdk8' + - carbon: + branch: 'stable/carbon' + jre: 'openjdk8' + karaf-version: karaf3 - boron: branch: 'stable/boron' jre: 'openjdk8' - - beryllium: - branch: 'stable/beryllium' - jre: 'openjdk7' + karaf-version: karaf3 install: - only: @@ -29,9 +34,11 @@ scope: 'all' # Features to install - # odl-jolokia is added automatically just because this is a 3node job. - # Netconf clustered feature is installed at runtime. - install-features: 'odl-netconf-ssh,odl-restconf' + install-features: > + odl-restconf, + odl-jolokia, + odl-netconf-clustered-topology # Robot custom options + # TODO: Make sure every suite has this as default, then remove this value from here. robot-options: '-v USE_NETCONF_CONNECTOR:False'