X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fbgpcep%2Fbgpcep-csit-userfeatures.yaml;h=4bcc03eb1f078bd7a1d7a5d998baee887759321e;hb=a90b5e6614848f4653b2eb1ddb2be6d98b382e22;hp=2490b7609df3ad2225b54f6e6ab37aa30a5214b3;hpb=b6bb4af47bf73a52a82b89dbe05a8f3514613d38;p=releng%2Fbuilder.git diff --git a/jjb/bgpcep/bgpcep-csit-userfeatures.yaml b/jjb/bgpcep/bgpcep-csit-userfeatures.yaml index 2490b7609..4bcc03eb1 100644 --- a/jjb/bgpcep/bgpcep-csit-userfeatures.yaml +++ b/jjb/bgpcep/bgpcep-csit-userfeatures.yaml @@ -2,7 +2,7 @@ name: bgpcep-csit-userfeatures jobs: - '{project}-csit-1node-{functionality}-{install}-{stream}' - - '{project}-csit-verify-1node-{functionality}-{stream}' + - '{project}-csit-verify-1node-{functionality}' # The project name project: 'bgpcep' @@ -12,10 +12,15 @@ # Project branches stream: - - beryllium: + - boron: branch: 'master' + jre: 'openjdk8' + - beryllium: + branch: 'stable/beryllium' + jre: 'openjdk7' - stable-lithium: branch: 'stable/lithium' + jre: 'openjdk7' install: - only: @@ -24,10 +29,20 @@ 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' # Robot custom options robot-options: '' # Trigger jobs (upstream dependencies) - trigger-jobs: 'odlparent-distribution-{stream},yangtools-distribution-{stream},controller-distribution-{stream},tcpmd5-distribution-{stream},bgpcep-distribution-{stream}' + # 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}