X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fcontroller%2Fcontroller-csit-clustering.yaml;h=c7812c37d6b28525a41c9f86a24fbd8ea8ceafeb;hb=c2f75308d9fadb4b2595acf660b90b4ab8a66502;hp=68fc79d3732fd18ee58a017a00a303e2a6e67d63;hpb=a1ee1a1a44975646f8dc08c419eca81f8ffdff56;p=releng%2Fbuilder.git diff --git a/jjb/controller/controller-csit-clustering.yaml b/jjb/controller/controller-csit-clustering.yaml index 68fc79d37..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' - jdk: 'openjdk8' - - beryllium: - branch: 'stable/beryllium' - jdk: '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}