X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fnetconf%2Fnetconf-clustering.yaml;h=62be81de97baf4fd0d39fab6e8581a9a62cc68a6;hb=cd84a5a646dd2a64785e1b6ddd435db53695f26f;hp=0f24660244501c70661866b3fabc29dfc833e36c;hpb=909d01215f4ec193d3552d823147f978a2c851ef;p=releng%2Fbuilder.git diff --git a/jjb/netconf/netconf-clustering.yaml b/jjb/netconf/netconf-clustering.yaml index 0f2466024..62be81de9 100644 --- a/jjb/netconf/netconf-clustering.yaml +++ b/jjb/netconf/netconf-clustering.yaml @@ -1,7 +1,8 @@ +--- - project: name: netconf-csit-clustering jobs: - - '{project}-csit-3node-{functionality}-{install}-{stream}' + - inttest-csit-3node # The project name project: 'netconf' @@ -11,24 +12,24 @@ # Project branches stream: - - carbon: - branch: 'master' - jre: 'openjdk8' - - boron: - branch: 'stable/boron' - jre: 'openjdk8' - - beryllium: - branch: 'stable/beryllium' - jre: 'openjdk7' + - sodium: + branch: 'master' + - neon: + branch: 'stable/neon' + - fluorine: + branch: 'stable/fluorine' + - oxygen: + branch: 'stable/oxygen' + disable-job: true install: - - only: - scope: 'only' - - all: - scope: 'all' + - only: + scope: 'only' # Features to install - install-features: 'odl-restconf,odl-netconf-clustered-topology' + install-features: > + odl-restconf, + odl-netconf-clustered-topology # Robot custom options robot-options: '-v USE_NETCONF_CONNECTOR:False'