X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fnetconf%2Fnetconf-userfeatures.yaml;h=1fe61a7531b64a9ee0cd134100a165de8f983040;hb=a9e6d23e97e172ce6844bca1196d72bb574caa89;hp=bbf91ebc8eb02147138dfd2eaa9e04d44b752e2d;hpb=909d01215f4ec193d3552d823147f978a2c851ef;p=releng%2Fbuilder.git diff --git a/jjb/netconf/netconf-userfeatures.yaml b/jjb/netconf/netconf-userfeatures.yaml index bbf91ebc8..1fe61a753 100644 --- a/jjb/netconf/netconf-userfeatures.yaml +++ b/jjb/netconf/netconf-userfeatures.yaml @@ -1,39 +1,41 @@ +--- - project: name: netconf-csit-userfeatures jobs: - - '{project}-csit-1node-{functionality}-{install}-{stream}' - - '{project}-csit-verify-1node-{functionality}' + - inttest-csit-1node + - inttest-csit-verify-1node # The project name project: 'netconf' # The functionality under test - functionality: 'userfeatures' + functionality: + - userfeatures + - gate-userfeatures # 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' + - oxygen: + branch: 'master' + - nitrogen: + branch: 'stable/nitrogen' + - carbon: + branch: 'stable/carbon' + karaf-version: karaf3 install: - - only: - scope: 'only' - - all: - scope: 'all' + - all: + scope: 'all' + + tools_system_image: ZZCI - Ubuntu 14.04 - gbp - 20171208-2336 # 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-mdsal-apidocs, + odl-clustering-test-app, + odl-netconf-topology # Robot custom options robot-options: '-v NETOPEER_USER:root -v USE_NETCONF_CONNECTOR:False'