X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fnetconf%2Fnetconf-cluster-stress.yaml;h=e107549d24855354edeaa2a24102c981726580b3;hb=0e0e34daa29f5cd386428cc72571b1e3dee6abfa;hp=c69ccd135bc95c667bf7ffafbdc00bca93e8446d;hpb=a36804bdf6d5ab53ac13ec0ab86b69320452032a;p=releng%2Fbuilder.git diff --git a/jjb/netconf/netconf-cluster-stress.yaml b/jjb/netconf/netconf-cluster-stress.yaml index c69ccd135..e107549d2 100644 --- a/jjb/netconf/netconf-cluster-stress.yaml +++ b/jjb/netconf/netconf-cluster-stress.yaml @@ -2,7 +2,7 @@ - project: name: netconf-csit-cluster-stress jobs: - - '{project}-csit-3node-{functionality}-{install}-{stream}' + - inttest-csit-3node # The project name project: 'netconf' @@ -12,26 +12,21 @@ # Project branches stream: - - carbon: + - fluorine: branch: 'master' - jre: 'openjdk8' - - boron: - branch: 'stable/boron' - jre: 'openjdk8' - - beryllium: - branch: 'stable/beryllium' - jre: 'openjdk7' + - oxygen: + branch: 'stable/oxygen' install: - - only: - scope: 'only' - all: 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'