X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=jjb%2Fcontroller%2Fcontroller-csit-rest-cars-perf.yaml;h=0c2b0fdfd27b826f851b7e5fc7dcf5cf5c07c43c;hb=b0ee3dcc9ba7c94a5969548f7e818894e65b05d9;hp=2cc5dc8251b46ab3d9a788a1c4c23dcc791e59f2;hpb=0e004d82ea2240f84ea2aa4c274fac5526366a61;p=releng%2Fbuilder.git diff --git a/jjb/controller/controller-csit-rest-cars-perf.yaml b/jjb/controller/controller-csit-rest-cars-perf.yaml index 2cc5dc825..0c2b0fdfd 100644 --- a/jjb/controller/controller-csit-rest-cars-perf.yaml +++ b/jjb/controller/controller-csit-rest-cars-perf.yaml @@ -1,7 +1,8 @@ +--- - project: name: controller-csit-rest-cars-perf jobs: - - '{project}-csit-1node-{functionality}-{install}-{stream}' + - inttest-csit-1node # The project name project: 'controller' @@ -11,30 +12,24 @@ # Project branches stream: - - carbon: - branch: 'master' - jre: 'openjdk8' - - boron: - branch: 'stable/boron' - jre: 'openjdk8' - - beryllium: - branch: 'stable/beryllium' - jre: 'openjdk7' - - stable-lithium: - branch: 'stable/lithium' - jre: 'openjdk7' + - fluorine: + branch: 'master' + - oxygen: + branch: 'stable/oxygen' + - nitrogen: + branch: 'stable/nitrogen' + - carbon: + branch: 'stable/carbon' + karaf-version: karaf3 install: - - only: - scope: 'only' - - all: - scope: 'all' + - all: + scope: 'all' # Features to install - install-features: 'odl-restconf,odl-clustering-test-app' + 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},aaa-distribution-{stream},netconf-distribution-{stream},mdsal-distribution-{stream}'