X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fnetconf%2Fnetconf-userfeatures.yaml;h=54a9ec27ac6ca03dcde75409089793517b8d76c5;hb=e8a56411730412990a7ad3ef97bcee5643d981a9;hp=bbf91ebc8eb02147138dfd2eaa9e04d44b752e2d;hpb=4570865812b545ce6880a6b4fd6960f32414652f;p=releng%2Fbuilder.git diff --git a/jjb/netconf/netconf-userfeatures.yaml b/jjb/netconf/netconf-userfeatures.yaml index bbf91ebc8..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,28 +13,45 @@ # Project branches stream: - - carbon: - branch: 'master' - 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' + - 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' + - only: + scope: 'only' + - all: + scope: 'all' # Features to install - install-features: 'odl-restconf,odl-netconf-mdsal,odl-clustering-test-app,odl-netconf-topology' + install-features: > + odl-restconf, + odl-netconf-mdsal, + odl-clustering-test-app, + odl-netconf-topology # Robot custom options robot-options: '-v NETOPEER_USER:root -v USE_NETCONF_CONNECTOR:False'