X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Funimgr%2Funimgr-csit-basic.yaml;h=8a5067f273b16018e28fc87746a90a097289ff48;hb=d39d37b3aeed4852cf3ed9d34fa103ad40c51494;hp=28790532d5fceb7ff41e16ca631efddb8875efea;hpb=e0653603782e41911e2d1df60b715e349eb2f1c7;p=releng%2Fbuilder.git diff --git a/jjb/unimgr/unimgr-csit-basic.yaml b/jjb/unimgr/unimgr-csit-basic.yaml index 28790532d..8a5067f27 100644 --- a/jjb/unimgr/unimgr-csit-basic.yaml +++ b/jjb/unimgr/unimgr-csit-basic.yaml @@ -1,8 +1,9 @@ +--- - project: name: unimgr-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: 'unimgr' @@ -12,20 +13,33 @@ # 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 + - beryllium: + branch: 'stable/beryllium' + jre: 'openjdk7' + karaf-version: karaf3 install: - - only: - scope: 'only' - - all: - scope: 'all' + - only: + scope: 'only' + - all: + scope: 'all' + + # Mininet configuration + tools_system_count: 2 # Features to install - install-features: 'odl-unimgr' + install-features: 'odl-unimgr-ui' # Robot custom options robot-options: '' - - # Trigger jobs (upstream dependencies) - trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},ovsdb-distribution-{stream},unimgr-distribution-{stream}'