X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fnetconf%2Fnetconf-userfeatures.yaml;h=02f2ffbdc2f3552b0cfe4a10a99f8ce86cd1f244;hb=b41e5755e5546acbd6b6d4494e420049e3d1ec23;hp=bbf91ebc8eb02147138dfd2eaa9e04d44b752e2d;hpb=889613a3ed8c1a0259a91aac1e4f2c2b66c4aa91;p=releng%2Fbuilder.git diff --git a/jjb/netconf/netconf-userfeatures.yaml b/jjb/netconf/netconf-userfeatures.yaml index bbf91ebc8..02f2ffbdc 100644 --- a/jjb/netconf/netconf-userfeatures.yaml +++ b/jjb/netconf/netconf-userfeatures.yaml @@ -1,39 +1,44 @@ +--- - project: name: netconf-csit-userfeatures jobs: - - '{project}-csit-1node-{functionality}-{install}-{stream}' - - '{project}-csit-verify-1node-{functionality}' + - inttest-csit-1node # The project name project: 'netconf' # The functionality under test - functionality: 'userfeatures' + functionality: + - userfeatures + - userfeatures-rfc8040: + robot-options: '-v NETOPEER_USER:root -v USE_NETCONF_CONNECTOR:False -v USE_RFC8040:True' + - 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' + - aluminium: + branch: 'master' + jre: 'openjdk11' + - magnesium: + branch: 'stable/magnesium' + jre: 'openjdk11' + - sodium: + branch: 'stable/sodium' install: - - only: - scope: 'only' - - all: - scope: 'all' + - all: + scope: 'all' + + tools_system_image: ZZCI - Ubuntu 16.04 - docker - x86_64 - 20190614-042302.610 # 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-mdsal-model-inventory, + odl-clustering-test-app, + odl-netconf-topology # Robot custom options robot-options: '-v NETOPEER_USER:root -v USE_NETCONF_CONNECTOR:False'