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