X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fbgpcep%2Fbgpcep-csit-bgpclustering.yaml;h=a6d4c08e2de92729ddf76f9b0f4630027163aa5c;hb=e8d177b310dd93e28aee6393af34248031f8ef0d;hp=dd72b0f53c63692705838e7f07793a9bda7c73f1;hpb=c4f5571795775e56ec9bef76c40247c4c34cd755;p=releng%2Fbuilder.git diff --git a/jjb/bgpcep/bgpcep-csit-bgpclustering.yaml b/jjb/bgpcep/bgpcep-csit-bgpclustering.yaml index dd72b0f53..a6d4c08e2 100644 --- a/jjb/bgpcep/bgpcep-csit-bgpclustering.yaml +++ b/jjb/bgpcep/bgpcep-csit-bgpclustering.yaml @@ -5,30 +5,37 @@ - inttest-csit-3node # The project name - project: 'bgpcep' + project: "bgpcep" + jre: "openjdk17" # The functionality under test - functionality: 'bgpclustering' + functionality: "bgpclustering" # Project branches stream: - - fluorine: - branch: 'master' - - oxygen: - branch: 'stable/oxygen' + - argon: + branch: "master" + - chlorine: + branch: "stable/chlorine" + - sulfur: + branch: "stable/sulfur" + jre: "openjdk11" + + karaf-version: bgpcep install: - all: - scope: 'all' + scope: "all" # Features to install install-features: > - odl-restconf-noauth, - odl-bgpcep-bgp, - odl-bgpcep-bgp-config-example + odl-restconf, + odl-bgpcep-bgp, + odl-bgpcep-bgp-config-example, + odl-restconf-nb-bierman02 # Robot custom options: - robot-options: '-v USE_NETCONF_CONNECTOR:False' + robot-options: "-v USE_NETCONF_CONNECTOR:False" # Controller configuration - odl_system_flavor: 'odl-standard-4' + odl_system_flavor: "v3-standard-4"