X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fcontroller%2Fcontroller-csit-clustering.yaml;h=d4e05e21786d07973b38535f9ba1fefdb258f7c8;hb=3c4c9a40b25fc53c873d516d925bd2b5ccd345e8;hp=d0d899a44ffc581de05b9ae070263b71dba97d54;hpb=2b217209dfee4559904a6f69cb07a77f7bf491aa;p=releng%2Fbuilder.git diff --git a/jjb/controller/controller-csit-clustering.yaml b/jjb/controller/controller-csit-clustering.yaml index d0d899a44..d4e05e217 100644 --- a/jjb/controller/controller-csit-clustering.yaml +++ b/jjb/controller/controller-csit-clustering.yaml @@ -12,20 +12,33 @@ # Project branches stream: - - beryllium: + - boron: branch: 'master' - - stable-lithium: - branch: 'stable/lithium' + jre: 'openjdk8' + - beryllium: + branch: 'stable/beryllium' + jre: 'openjdk7' install: - only: scope: 'only' + - all: + scope: 'all' + + # No tools system VMs needed in JCloud configuration + mininet-vms: 0 # Features to install - install-features: 'odl-restconf,odl-clustering-test-app,odl-netconf-connector-ssh' + install-features: 'odl-restconf,odl-clustering-test-app' # Robot custom options robot-options: '' # Trigger jobs (upstream dependencies) - trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream}' + trigger-jobs: > + odlparent-distribution-{stream}, + yangtools-distribution-{stream}, + mdsal-distribution-{stream}, + controller-distribution-{stream}, + netconf-distribution-{stream}, + integration-distribution-merge-{stream}