X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=jjb%2Fcontroller%2Fcontroller-csit-clustering.yaml;h=d4e05e21786d07973b38535f9ba1fefdb258f7c8;hb=3c4c9a40b25fc53c873d516d925bd2b5ccd345e8;hp=8b28b72a984421fbbdf4a123b277674fc1fc5ae0;hpb=91605a11bebf4b3892a4d7a6e28adca6e01f63fc;p=releng%2Fbuilder.git diff --git a/jjb/controller/controller-csit-clustering.yaml b/jjb/controller/controller-csit-clustering.yaml index 8b28b72a9..d4e05e217 100644 --- a/jjb/controller/controller-csit-clustering.yaml +++ b/jjb/controller/controller-csit-clustering.yaml @@ -12,10 +12,12 @@ # Project branches stream: - - beryllium: + - boron: branch: 'master' - - stable-lithium: - branch: 'stable/lithium' + jre: 'openjdk8' + - beryllium: + branch: 'stable/beryllium' + jre: 'openjdk7' install: - only: @@ -23,11 +25,20 @@ - 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}