X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fbgpcep%2Fbgpcep-csit-bgpclustering.yaml;h=d3ff23c59c9e294de64d1f2c0b74550854dd4a26;hb=f5dec3a1314025a15de3e5062ea5ab63d81fb34f;hp=b11f953d84b3a273390960eae856d8e804c57606;hpb=735b5888b8d82eab624a6a0be41456834fded048;p=releng%2Fbuilder.git diff --git a/jjb/bgpcep/bgpcep-csit-bgpclustering.yaml b/jjb/bgpcep/bgpcep-csit-bgpclustering.yaml index b11f953d8..d3ff23c59 100644 --- a/jjb/bgpcep/bgpcep-csit-bgpclustering.yaml +++ b/jjb/bgpcep/bgpcep-csit-bgpclustering.yaml @@ -1,7 +1,8 @@ +--- - project: name: bgpcep-csit-bgpclustering jobs: - - '{project}-csit-3node-periodic-{functionality}-{install}-{stream}' + - '{project}-csit-3node-periodic-{functionality}-{install}-{stream}' # The project name project: 'bgpcep' @@ -11,30 +12,27 @@ # Project branches stream: - - carbon: - branch: 'master' - jre: 'openjdk8' - - boron: - branch: 'stable/boron' - jre: 'openjdk8' - - beryllium: - branch: 'stable/beryllium' - jre: 'openjdk7' + - oxygen: + branch: 'master' + - nitrogen: + branch: 'stable/nitrogen' + - carbon: + branch: 'stable/carbon' + karaf-version: karaf3 install: - - only: - scope: 'only' - - all: - scope: 'all' + - all: + scope: 'all' # Features to install - install-features: 'odl-restconf,odl-bgpcep-bgp-all,odl-bgpcep-bgp,odl-netconf-clustered-topology' + install-features: > + odl-restconf-noauth, + odl-bgpcep-bgp, + odl-bgpcep-bgp-config-example, + odl-netconf-clustered-topology # Robot custom options: robot-options: '-v USE_NETCONF_CONNECTOR:False' - # Trigger jobs: (daily) - schedule: 'H H * * *' - # Controller configuration - controller-image: 'centos7-java-builder-4c-8g' + odl_system_flavor: 'v1-performance-4'