X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fbgpcep%2Fbgpcep-csit-userfeatures.yaml;h=38e2ba0a90565f6b81b6862c38566961d651fc7e;hb=e8a56411730412990a7ad3ef97bcee5643d981a9;hp=c64377e91b7eb68c6ea723590a3948f6bb2e2afc;hpb=b00f60677e7f94241a091cf6935970e5b9cf8ed3;p=releng%2Fbuilder.git diff --git a/jjb/bgpcep/bgpcep-csit-userfeatures.yaml b/jjb/bgpcep/bgpcep-csit-userfeatures.yaml index c64377e91..38e2ba0a9 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,53 @@ # Project branches stream: - - carbon: - branch: 'master' - jre: 'openjdk8' - - boron: - branch: 'stable/boron' - jre: 'openjdk8' - - beryllium: - branch: 'stable/beryllium' - jre: 'openjdk7' + - nitrogen: + branch: 'master' + jre: 'openjdk8' + - carbon: + branch: 'stable/carbon' + jre: 'openjdk8' + - boron: + branch: 'stable/boron' + jre: 'openjdk8' + 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' + - beryllium: + branch: 'stable/beryllium' + jre: 'openjdk7' + 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'