X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fbgpcep%2Fbgpcep-csit-userfeatures.yaml;h=9d7ba8d5fd41308c13bda53783401aa5d9ab2c5d;hb=63fe6b9873a3a8c65ed929392f7641bcaec28ed2;hp=384845689b88996a8c17ea80b261e19bc9091dc2;hpb=b4119213eb17b16ed5ca0b9672df9fc14b306a7f;p=releng%2Fbuilder.git diff --git a/jjb/bgpcep/bgpcep-csit-userfeatures.yaml b/jjb/bgpcep/bgpcep-csit-userfeatures.yaml index 384845689..9d7ba8d5f 100644 --- a/jjb/bgpcep/bgpcep-csit-userfeatures.yaml +++ b/jjb/bgpcep/bgpcep-csit-userfeatures.yaml @@ -3,10 +3,10 @@ name: bgpcep-csit-userfeatures jobs: - inttest-csit-1node - - inttest-csit-verify-1node # The project name - project: 'bgpcep' + project: "bgpcep" + jre: "openjdk17" # The functionality under test functionality: @@ -15,27 +15,33 @@ # Project branches stream: - - oxygen: - branch: 'master' - - nitrogen: - branch: 'stable/nitrogen' - - carbon: - branch: 'stable/carbon' - karaf-version: karaf3 + - argon: + branch: "master" + - chlorine: + branch: "stable/chlorine" + - sulfur: + branch: "stable/sulfur" + jre: "openjdk11" + - phosphorus: + branch: "stable/phosphorus" + jre: "openjdk11" + + karaf-version: bgpcep install: - all: - scope: 'all' + scope: "all" # Features to install install-features: > - odl-restconf, - odl-bgpcep-pcep, - odl-bgpcep-bgp, - odl-bgpcep-bgp-config-example, - odl-bgpcep-bmp, - odl-bgpcep-bmp-config-example, - odl-jolokia + odl-restconf, + odl-bgpcep-pcep, + odl-bgpcep-bgp, + odl-bgpcep-bgp-config-example, + odl-bgpcep-bmp, + odl-bgpcep-bmp-config-example, + odl-jolokia, + odl-restconf-nb-bierman02 # Robot custom options - robot-options: '-v USE_NETCONF_CONNECTOR:False' + robot-options: "-v USE_NETCONF_CONNECTOR:False"