X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=jjb%2Fusecplugin%2Fusecplugin-csit-basic.yaml;h=3fbd3ebac12ed656e81d5110bdc3674339306b72;hb=8ad961fad6d4a35e7447e62ebf98191795ac82dc;hp=1b7da38622d8d4af9e75d5ab35b4843818b3a95b;hpb=9d3411a2306a1888938519663483b47b04d26182;p=releng%2Fbuilder.git diff --git a/jjb/usecplugin/usecplugin-csit-basic.yaml b/jjb/usecplugin/usecplugin-csit-basic.yaml index 1b7da3862..3fbd3ebac 100644 --- a/jjb/usecplugin/usecplugin-csit-basic.yaml +++ b/jjb/usecplugin/usecplugin-csit-basic.yaml @@ -1,8 +1,9 @@ +--- - project: name: usecplugin-csit-basic jobs: - - '{project}-csit-1node-{functionality}-{install}-{stream}' - - '{project}-csit-verify-1node-{functionality}' + - '{project}-csit-1node-{functionality}-{install}-{stream}' + - '{project}-csit-verify-1node-{functionality}' # The project name project: 'usecplugin' @@ -12,21 +13,26 @@ # Project branches stream: - - beryllium: - branch: 'master' + - 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' # Features to install - install-features: 'odl-restconf' + install-features: 'odl-restconf,odl-usecplugin-aaa,odl-usecplugin-openflow' # Robot custom options robot-options: '' - - # Trigger jobs (upstream dependencies) - trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},openflowplugin-distribution-{stream},usecplugin-distribution-{stream}' -