X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fbgpcep%2Fbgpcep-csit-bgpclustering-ha.yaml;h=feca52dadd102292be75aa5e886fc7984e64a8b9;hb=8677c241183102bfef87c119de295c13fb2782e1;hp=890f927e41dba5b64ca36f42e8ffdc7af99a3d2b;hpb=a52f1ba0040b0d17b7609fdbadb8f9d8f6dbaf1a;p=releng%2Fbuilder.git diff --git a/jjb/bgpcep/bgpcep-csit-bgpclustering-ha.yaml b/jjb/bgpcep/bgpcep-csit-bgpclustering-ha.yaml index 890f927e4..feca52dad 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 # The project name project: 'bgpcep' @@ -11,22 +12,28 @@ # Project branches stream: - - carbon: - branch: 'master' - jre: 'openjdk8' - - boron: - branch: 'stable/boron' - jre: 'openjdk8' + - fluorine: + 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 + - oxygen: + branch: 'stable/oxygen' + 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' - - # Features to install - install-features: 'odl-restconf,odl-bgpcep-bgp-all,odl-bgpcep-bgp,odl-netconf-clustered-topology' + - only: + scope: 'only' # Robot custom options: robot-options: '-v USE_NETCONF_CONNECTOR:False' - - # Trigger jobs: (daily) - schedule: 'H H * * *'