X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fnetconf%2Fnetconf-clustering.yaml;h=1cc6053f4174ccd514ca52276d9f1f864e47b1e5;hb=a7034747a9a7a264cf3a8296e8a338189c9d7c65;hp=0f24660244501c70661866b3fabc29dfc833e36c;hpb=0fa9bf44cbc6108022bc92c1216d9b622648878b;p=releng%2Fbuilder.git diff --git a/jjb/netconf/netconf-clustering.yaml b/jjb/netconf/netconf-clustering.yaml index 0f2466024..1cc6053f4 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' + - fluorine: + branch: 'master' + - oxygen: + branch: 'stable/oxygen' + - nitrogen: + branch: 'stable/nitrogen' + - carbon: + branch: 'stable/carbon' + karaf-version: karaf3 install: - - only: - scope: 'only' - - all: - scope: 'all' + - all: + scope: 'all' # 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'