X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fcontroller%2Fcontroller-csit-clustering.yaml;h=d4e05e21786d07973b38535f9ba1fefdb258f7c8;hb=2012ae85ff85182869c8ae316ce6b6c081bdd5f3;hp=ac64433a669ee2cbccf1201bd6e30fcd0a0edea8;hpb=b5f07589e7fd037e3646807fa7731b1d843d174e;p=releng%2Fbuilder.git diff --git a/jjb/controller/controller-csit-clustering.yaml b/jjb/controller/controller-csit-clustering.yaml index ac64433a6..d4e05e217 100644 --- a/jjb/controller/controller-csit-clustering.yaml +++ b/jjb/controller/controller-csit-clustering.yaml @@ -1,7 +1,8 @@ - project: name: controller-csit-clustering jobs: - - '{project}-csit-3node-cds-{functionality}-{install}-{stream}' + - '{project}-csit-3node-{functionality}-{install}-{stream}' + - '{project}-csit-verify-3node-{functionality}' # The project name project: 'controller' @@ -11,10 +12,12 @@ # Project branches stream: - - master: + - boron: branch: 'master' - - stable-lithium: - branch: 'stable/lithium' + jre: 'openjdk8' + - beryllium: + branch: 'stable/beryllium' + jre: 'openjdk7' install: - only: @@ -22,12 +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}