X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fbgpcep%2Fbgpcep-csit-bgpclustering-ha.yaml;h=2ba4c45cacf67076f2dfad516eda5a542678dec5;hb=49b202dd2d45a58309817c5034efab9a03f5c571;hp=890f927e41dba5b64ca36f42e8ffdc7af99a3d2b;hpb=970cb63f2cb598e7399c7e7ce7d30e0c0ad4b3c7;p=releng%2Fbuilder.git diff --git a/jjb/bgpcep/bgpcep-csit-bgpclustering-ha.yaml b/jjb/bgpcep/bgpcep-csit-bgpclustering-ha.yaml index 890f927e4..2ba4c45ca 100644 --- a/jjb/bgpcep/bgpcep-csit-bgpclustering-ha.yaml +++ b/jjb/bgpcep/bgpcep-csit-bgpclustering-ha.yaml @@ -1,7 +1,8 @@ +--- - project: name: bgpcep-csit-bgpclustering-ha jobs: - - '{project}-csit-3node-periodic-{functionality}-{install}-{stream}' + - '{project}-csit-3node-periodic-{functionality}-{install}-{stream}' # The project name project: 'bgpcep' @@ -11,22 +12,33 @@ # Project branches stream: - - carbon: - branch: 'master' - jre: 'openjdk8' - - boron: - branch: 'stable/boron' - jre: 'openjdk8' + - oxygen: + branch: 'master' + install-features: > + odl-restconf, + odl-bgpcep-bgp, + odl-bgpcep-bgp-config-example, + odl-bgpcep-bmp, + odl-bgpcep-bmp-config-example, + odl-bgpcep-pcep - install: - - only: - scope: 'only' + - nitrogen: + branch: 'stable/nitrogen' + install-features: > + odl-restconf, + odl-bgpcep-bgp, + odl-bgpcep-bgp-config-example + - carbon: + branch: 'stable/carbon' + karaf-version: karaf3 + install-features: > + odl-restconf, + odl-bgpcep-bgp, + odl-bgpcep-bgp-config-example - # Features to install - install-features: 'odl-restconf,odl-bgpcep-bgp-all,odl-bgpcep-bgp,odl-netconf-clustered-topology' + install: + - only: + scope: 'only' # Robot custom options: robot-options: '-v USE_NETCONF_CONNECTOR:False' - - # Trigger jobs: (daily) - schedule: 'H H * * *'