X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fbgpcep%2Fbgpcep-csit-userfeatures.yaml;h=325969803b808258ad84f22d96046b640addfe27;hb=8ad961fad6d4a35e7447e62ebf98191795ac82dc;hp=1c35df72e57e85cb73f8151b250b19ae70126e1a;hpb=717074d981db6452c128c969a471de0fb0c660a9;p=releng%2Fbuilder.git diff --git a/jjb/bgpcep/bgpcep-csit-userfeatures.yaml b/jjb/bgpcep/bgpcep-csit-userfeatures.yaml index 1c35df72e..325969803 100644 --- a/jjb/bgpcep/bgpcep-csit-userfeatures.yaml +++ b/jjb/bgpcep/bgpcep-csit-userfeatures.yaml @@ -1,8 +1,9 @@ +--- - project: name: bgpcep-csit-userfeatures jobs: - - '{project}-csit-1node-{functionality}-{install}-{stream}' - - '{project}-csit-verify-1node-{functionality}' + - '{project}-csit-1node-{functionality}-{install}-{stream}' + - '{project}-csit-verify-1node-{functionality}' # The project name project: 'bgpcep' @@ -12,37 +13,42 @@ # Project branches stream: - - boron: - branch: 'master' - jre: 'openjdk8' - - beryllium: - branch: 'stable/beryllium' - jre: 'openjdk7' - - stable-lithium: - branch: 'stable/lithium' - jre: 'openjdk7' + - nitrogen: + branch: 'master' + jre: 'openjdk8' + - carbon: + branch: 'stable/carbon' + jre: 'openjdk8' + karaf-version: karaf3 + - boron: + branch: 'stable/boron' + jre: 'openjdk8' + karaf-version: karaf3 + install-features: > + odl-restconf, + odl-bgpcep-pcep-all, + odl-bgpcep-bgp-all, + odl-bgpcep-bgp, + odl-bgpcep-pcep, + odl-netconf-connector-all, + odl-bgpcep-bmp, + odl-jolokia + robot-options: '-v USE_NETCONF_CONNECTOR:True' install: - - only: - scope: 'only' - - all: - scope: 'all' + - only: + scope: 'only' + - all: + scope: 'all' # Features to install - # *-all is for Lithium and Beryllium, without -all is for Lithium and Boron. - install-features: 'odl-restconf,odl-bgpcep-pcep-all,odl-bgpcep-bgp-all,odl-bgpcep-bgp,odl-bgpcep-pcep,odl-netconf-connector-all,odl-bgpcep-bmp,odl-jolokia' + # *-all is for Beryllium and Boron, without -all is for Boron and Carbon. + install-features: > + odl-restconf, + odl-bgpcep-pcep, + odl-bgpcep-bgp, + odl-bgpcep-bmp, + odl-jolokia # Robot custom options - robot-options: '' - - # Trigger jobs (upstream dependencies) - # Netconf is there for run-time re-configuration. - # AAA could also be a dependency, but probability of breakage is too low to trigger everytime. - trigger-jobs: > - odlparent-distribution-{stream}, - yangtools-distribution-{stream}, - controller-distribution-{stream}, - mdsal-distribution-{stream}, - netconf-distribution-{stream}, - tcpmd5-distribution-{stream}, - bgpcep-distribution-{stream} + robot-options: '-v USE_NETCONF_CONNECTOR:False'