X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Funimgr%2Funimgr-csit-basic.yaml;h=f537bcf22e3e6d1db1a6ba2b6d0c1e4b56052256;hb=159fd0f5702e0a904ac938f8dc6b43f85646cf3f;hp=92fbf0b491a353f423910c66f106601989ff7781;hpb=b6f5c355b10c3614e55ec69091bb94ad04d08263;p=releng%2Fbuilder.git diff --git a/jjb/unimgr/unimgr-csit-basic.yaml b/jjb/unimgr/unimgr-csit-basic.yaml index 92fbf0b49..f537bcf22 100644 --- a/jjb/unimgr/unimgr-csit-basic.yaml +++ b/jjb/unimgr/unimgr-csit-basic.yaml @@ -1,45 +1,42 @@ +--- - project: - name: unimgr-csit + 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' # The functionality under test - functionality: - - basic: - functionality: 'basic' - - legato: - functionality: 'legato' + functionality: 'basic' - # Project branches + # Project branches stream: - - carbon: - branch: 'master' - jre: 'openjdk8' - - boron: - branch: 'stable/boron' - jre: 'openjdk8' - - beryllium: - branch: 'stable/beryllium' - jre: 'openjdk7' + - nitrogen: + branch: 'master' + jre: 'openjdk8' + - carbon: + branch: 'stable/carbon' + jre: 'openjdk8' + - boron: + branch: 'stable/boron' + jre: 'openjdk8' + - beryllium: + branch: 'stable/beryllium' + jre: 'openjdk7' install: - - only: - scope: 'only' - - all: - scope: 'all' + - only: + scope: 'only' + - all: + scope: 'all' # Mininet configuration - mininet-vms: 2 + tools_system_count: 2 # Features to install - install-features: 'odl-unimgr-ui,odl-unimgr-netvirt' + install-features: 'odl-unimgr-ui' # Robot custom options robot-options: '' - - # Trigger jobs (upstream dependencies) - trigger-jobs: 'ovsdb-distribution-{stream},unimgr-distribution-{stream}'