X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fcontroller%2Fcontroller-csit-clustering.yaml;h=c7812c37d6b28525a41c9f86a24fbd8ea8ceafeb;hb=refs%2Fchanges%2F98%2F57998%2F2;hp=79ce7e65ef62df566d251e10cc34f992d4115649;hpb=e3eda5afc71463e89a99e1cfc450517423bd5aea;p=releng%2Fbuilder.git diff --git a/jjb/controller/controller-csit-clustering.yaml b/jjb/controller/controller-csit-clustering.yaml index 79ce7e65e..c7812c37d 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,30 +13,31 @@ # Project branches stream: - - boron: - branch: 'master' - jre: 'openjdk8' - - beryllium: - branch: 'stable/beryllium' - jre: 'openjdk7' + - nitrogen: + branch: 'master' + jre: 'openjdk8' + - carbon: + branch: 'stable/carbon' + jre: 'openjdk8' + karaf-version: karaf3 + - boron: + branch: 'stable/boron' + jre: 'openjdk8' + karaf-version: karaf3 install: - - only: - scope: 'only' - - all: - scope: 'all' + - only: + scope: 'only' + - all: + scope: 'all' + + # No tools system VMs needed in JCloud configuration + tools_system_count: 0 # Features to install - install-features: 'odl-restconf,odl-clustering-test-app,odl-jolokia' + 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}