X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Funimgr%2Funimgr-csit-basic.yaml;h=94ae2f04d6e1ac27a06e734bc0b3111efb6708b1;hb=dfe54cf86451de53221319dd0a10c3ec89c525c0;hp=15e2f44bf351e6d977301f53d0300048a22e142c;hpb=791e15fc91060bb48fe8b4c8585df97fccfc136e;p=releng%2Fbuilder.git diff --git a/jjb/unimgr/unimgr-csit-basic.yaml b/jjb/unimgr/unimgr-csit-basic.yaml index 15e2f44bf..94ae2f04d 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}' + - inttest-csit-verify-1node # The project name project: 'unimgr' @@ -12,27 +13,23 @@ # Project branches stream: - - boron: - branch: 'master' - jre: 'openjdk8' - - beryllium: - branch: 'stable/beryllium' - jre: 'openjdk7' + - oxygen: + branch: 'master' + - nitrogen: + branch: 'stable/nitrogen' + - carbon: + branch: 'stable/carbon' + karaf-version: karaf3 install: - - only: - scope: 'only' - - all: - scope: 'all' + - all: + scope: 'all' # Mininet configuration - mininet-vms: 2 + tools_system_count: 2 # Features to install install-features: 'odl-unimgr-ui' # Robot custom options robot-options: '' - - # Trigger jobs (upstream dependencies) - trigger-jobs: 'ovsdb-distribution-{stream},unimgr-distribution-{stream}'