X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fcontroller%2Fcontroller-csit-clustering.yaml;h=612250df583bf3e2ecfd178b727be84cfb20b41d;hb=d7c3880fe4578a70a16e2237bb8be8a1742c0291;hp=d4e05e21786d07973b38535f9ba1fefdb258f7c8;hpb=ae312cb8340c4d3a84598d1d7d73fb379015f240;p=releng%2Fbuilder.git diff --git a/jjb/controller/controller-csit-clustering.yaml b/jjb/controller/controller-csit-clustering.yaml index d4e05e217..612250df5 100644 --- a/jjb/controller/controller-csit-clustering.yaml +++ b/jjb/controller/controller-csit-clustering.yaml @@ -1,8 +1,9 @@ +--- - project: name: controller-csit-clustering jobs: - - '{project}-csit-3node-{functionality}-{install}-{stream}' - - '{project}-csit-verify-3node-{functionality}' + - '{project}-csit-3node-{functionality}-{install}-{stream}' + - '{project}-csit-verify-3node-{functionality}' # The project name project: 'controller' @@ -12,33 +13,25 @@ # Project branches stream: - - boron: - branch: 'master' - jre: 'openjdk8' - - beryllium: - branch: 'stable/beryllium' - jre: 'openjdk7' + - oxygen: + branch: 'master' + - nitrogen: + branch: 'stable/nitrogen' + - carbon: + branch: 'stable/carbon' + karaf-version: karaf3 install: - - only: - scope: 'only' - - all: - scope: 'all' + - all: + scope: 'all' # No tools system VMs needed in JCloud configuration - mininet-vms: 0 + tools_system_count: 0 # Features to install - install-features: 'odl-restconf,odl-clustering-test-app' + install-features: > + odl-restconf-noauth, + odl-clustering-test-app # Robot custom options robot-options: '' - - # Trigger jobs (upstream dependencies) - trigger-jobs: > - odlparent-distribution-{stream}, - yangtools-distribution-{stream}, - mdsal-distribution-{stream}, - controller-distribution-{stream}, - netconf-distribution-{stream}, - integration-distribution-merge-{stream}