X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=jjb%2Funimgr%2Funimgr-csit-basic.yaml;h=985b58e0555a9c68ff530f66a49ece1a8ee27bfb;hb=b0ee3dcc9ba7c94a5969548f7e818894e65b05d9;hp=6448505203a34d5bc8e0ac6182a4dcaaeabf895f;hpb=ad235ea66bcc4c606990341e491d77e515b0622d;p=releng%2Fbuilder.git diff --git a/jjb/unimgr/unimgr-csit-basic.yaml b/jjb/unimgr/unimgr-csit-basic.yaml index 644850520..985b58e05 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}' + - inttest-csit-1node + - inttest-csit-verify-1node # The project name project: 'unimgr' @@ -12,21 +13,19 @@ # Project branches stream: - - carbon: - branch: 'master' - jre: 'openjdk8' - - boron: - branch: 'stable/boron' - jre: 'openjdk8' - - beryllium: - branch: 'stable/beryllium' - jre: 'openjdk7' + - fluorine: + branch: 'master' + - oxygen: + branch: 'stable/oxygen' + - nitrogen: + branch: 'stable/nitrogen' + - carbon: + branch: 'stable/carbon' + karaf-version: karaf3 install: - - only: - scope: 'only' - - all: - scope: 'all' + - all: + scope: 'all' # Mininet configuration tools_system_count: 2 @@ -36,6 +35,3 @@ # Robot custom options robot-options: '' - - # Trigger jobs (upstream dependencies) - trigger-jobs: 'ovsdb-distribution-{stream},unimgr-distribution-{stream}'