X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fbgpcep%2Fbgpcep-csit-bgpclustering-ha.yaml;h=3f5f7270fa8087d994683174402ccd42dbe2d195;hb=9a3f06c19ebbd66ef5ad5b397d4cc391f76dc68c;hp=f3a052d3da2450baed1bfbfc677861ba4bf1c197;hpb=9d8d532d02045506bfaf895d58bc909664f5a66a;p=releng%2Fbuilder.git diff --git a/jjb/bgpcep/bgpcep-csit-bgpclustering-ha.yaml b/jjb/bgpcep/bgpcep-csit-bgpclustering-ha.yaml index f3a052d3d..3f5f7270f 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}' + - inttest-csit-3node-periodic # The project name project: 'bgpcep' @@ -11,23 +12,33 @@ # Project branches stream: - - carbon: - branch: 'master' - jre: 'openjdk8' - - boron: - branch: 'stable/boron' - jre: 'openjdk8' - install-features: 'odl-restconf,odl-bgpcep-bgp-all,odl-bgpcep-bgp,odl-netconf-clustered-topology' + - 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' + install: + - only: + scope: 'only' # Robot custom options: robot-options: '-v USE_NETCONF_CONNECTOR:False' - - # Trigger jobs: (daily) - schedule: 'H H * * *'