X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Funimgr%2Funimgr-csit-basic.yaml;h=91835fbbbd51050c0e69dae86f184aae4b868d72;hb=4ef2a863969dc4eda8c16975c8d11f7af0bdd565;hp=92fbf0b491a353f423910c66f106601989ff7781;hpb=5c12e474c9135353d1b13bea16a7c1dac5d70b6c;p=releng%2Fbuilder.git diff --git a/jjb/unimgr/unimgr-csit-basic.yaml b/jjb/unimgr/unimgr-csit-basic.yaml index 92fbf0b49..91835fbbb 100644 --- a/jjb/unimgr/unimgr-csit-basic.yaml +++ b/jjb/unimgr/unimgr-csit-basic.yaml @@ -1,45 +1,35 @@ +--- - project: - name: unimgr-csit + name: unimgr-csit-basic jobs: - - '{project}-csit-1node-{functionality}-{install}-{stream}' - - '{project}-csit-verify-1node-{functionality}' + - inttest-csit-1node + - inttest-csit-verify-1node # 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' + - 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,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}'