X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fnetconf%2Fnetconf-userfeatures.yaml;h=54a9ec27ac6ca03dcde75409089793517b8d76c5;hb=b5be33b878d75af8df189ee55974405b9a08dff1;hp=516f6373877ca4ce2bc5ccc8786eb5dcdd90ae73;hpb=08bb5a01c7b6a34202373f7e7b31d82cfb9a838e;p=releng%2Fbuilder.git diff --git a/jjb/netconf/netconf-userfeatures.yaml b/jjb/netconf/netconf-userfeatures.yaml index 516f63738..54a9ec27a 100644 --- a/jjb/netconf/netconf-userfeatures.yaml +++ b/jjb/netconf/netconf-userfeatures.yaml @@ -1,8 +1,9 @@ +--- - project: name: netconf-csit-userfeatures jobs: - - '{project}-csit-1node-{functionality}-{install}-{stream}' - - '{project}-csit-verify-1node-{functionality}' + - '{project}-csit-1node-{functionality}-{install}-{stream}' + - '{project}-csit-verify-1node-{functionality}' # The project name project: 'netconf' @@ -12,30 +13,45 @@ # Project branches stream: - - boron: - branch: 'master' - jre: 'openjdk8' - - beryllium: - branch: 'stable/beryllium' - jre: 'openjdk7' - - stable-lithium: - branch: 'stable/lithium' - jre: 'openjdk7' + - nitrogen: + branch: 'master' + jre: 'openjdk8' + - carbon: + branch: 'stable/carbon' + jre: 'openjdk8' + - boron: + branch: 'stable/boron' + jre: 'openjdk8' + install-features: > + odl-restconf, + odl-netconf-mdsal, + odl-clustering-test-app, + odl-netconf-connector-all, + odl-netconf-topology + robot-options: '-v NETOPEER_USER:root -v USE_NETCONF_CONNECTOR:True' + - beryllium: + branch: 'stable/beryllium' + jre: 'openjdk7' + install-features: > + odl-restconf, + odl-netconf-mdsal, + odl-clustering-test-app, + odl-netconf-connector-all, + odl-netconf-topology + robot-options: '-v NETOPEER_USER:root -v USE_NETCONF_CONNECTOR:True' install: - - only: - scope: 'only' - - all: - scope: 'all' - - # Tools system configuration (formerly "mininet configuration"), this is needed as netopeer is only available in this vm - mininet-image: 'rk-c-el6-mininet' + - only: + scope: 'only' + - all: + scope: 'all' # Features to install - install-features: 'odl-restconf,odl-netconf-mdsal,odl-clustering-test-app,odl-netconf-connector-all,odl-openflowplugin-all' + install-features: > + odl-restconf, + odl-netconf-mdsal, + odl-clustering-test-app, + odl-netconf-topology # Robot custom options - robot-options: '-v NETOPEER_USER:root' - - # Trigger jobs (upstream dependencies) - trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},mdsal-distribution-{stream}' + robot-options: '-v NETOPEER_USER:root -v USE_NETCONF_CONNECTOR:False'