X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fbgpcep%2Fbgpcep-csit-userfeatures.yaml;h=09727d51ace61d25f3ea88e684b7ad9b5a277666;hb=92edcb7273183a92cc329b2d9d016b41d6d896e1;hp=5c3d2fbb20f374d47d7409600376b4b7236ca014;hpb=be541e1e5f503d785fa8d0411e1993a65f04a583;p=releng%2Fbuilder.git diff --git a/jjb/bgpcep/bgpcep-csit-userfeatures.yaml b/jjb/bgpcep/bgpcep-csit-userfeatures.yaml index 5c3d2fbb2..09727d51a 100644 --- a/jjb/bgpcep/bgpcep-csit-userfeatures.yaml +++ b/jjb/bgpcep/bgpcep-csit-userfeatures.yaml @@ -1,7 +1,8 @@ - project: name: bgpcep-csit-userfeatures jobs: - - '{project}-csit-1node-cds-{functionality}-{install}-{stream}' + - '{project}-csit-1node-{functionality}-{install}-{stream}' + - '{project}-csit-verify-1node-{functionality}' # The project name project: 'bgpcep' @@ -11,10 +12,15 @@ # Project branches stream: - - master: + - boron: branch: 'master' + jdk: 'openjdk8' + - beryllium: + branch: 'stable/beryllium' + jdk: 'openjdk7' - stable-lithium: branch: 'stable/lithium' + jdk: 'openjdk7' install: - only: @@ -23,10 +29,20 @@ scope: 'all' # Features to install - install-features: 'odl-restconf,odl-bgpcep-pcep-all,odl-bgpcep-bgp-all,odl-netconf-connector-all' + # *-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}