X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fusecplugin%2Fusecplugin-csit-basic.yaml;h=38041492553a6d6ee0229b5a5a1cc1917035db6b;hb=4ef2a863969dc4eda8c16975c8d11f7af0bdd565;hp=910cbab58e6a7ffca1c2e4d2cc740f943bf9cb6d;hpb=bbf6d21d4bbe4ce8f9ed455b978d4b8dc3af303f;p=releng%2Fbuilder.git diff --git a/jjb/usecplugin/usecplugin-csit-basic.yaml b/jjb/usecplugin/usecplugin-csit-basic.yaml index 910cbab58..380414925 100644 --- a/jjb/usecplugin/usecplugin-csit-basic.yaml +++ b/jjb/usecplugin/usecplugin-csit-basic.yaml @@ -1,8 +1,9 @@ +--- - project: name: usecplugin-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: 'usecplugin' @@ -12,27 +13,20 @@ # 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' # Features to install install-features: 'odl-restconf,odl-usecplugin-aaa,odl-usecplugin-openflow' # Robot custom options robot-options: '' - - # Trigger jobs (upstream dependencies) - trigger-jobs: 'openflowplugin-distribution-{stream},usecplugin-distribution-{stream}'