X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fnetconf%2Fnetconf-userfeatures.yaml;h=8316a476cb5cebeabdf763c3a1813acd821c5945;hb=af5db172e1f45cc23687401437554941187c087b;hp=ab26168116fe7d955a3ca360e39df02b29488e9f;hpb=71004968d939e2f5b46cebe7d1dfd3217e1a4358;p=releng%2Fbuilder.git diff --git a/jjb/netconf/netconf-userfeatures.yaml b/jjb/netconf/netconf-userfeatures.yaml index ab2616811..7961141c6 100644 --- a/jjb/netconf/netconf-userfeatures.yaml +++ b/jjb/netconf/netconf-userfeatures.yaml @@ -1,42 +1,42 @@ +--- - 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' + 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 + - gate-userfeatures-rfc8040: + robot-options: "-v NETOPEER_USER:root -v USE_NETCONF_CONNECTOR:False -v USE_RFC8040:True" # 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' + - master: + branch: "master" + jre: "openjdk17" + + karaf-version: netconf install: - - only: - scope: 'only' - - all: - scope: 'all' + - all: + scope: "all" + + tools_system_image: "ZZCI - Ubuntu 18.04 - docker - x86_64 - 20230101-040125.332" # 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' - - # 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"