X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fusecplugin%2Fusecplugin-csit-basic.yaml;h=38041492553a6d6ee0229b5a5a1cc1917035db6b;hb=4ef2a863969dc4eda8c16975c8d11f7af0bdd565;hp=e902519fb70a36cd132b22600fc6b67017a21d40;hpb=0fa9bf44cbc6108022bc92c1216d9b622648878b;p=releng%2Fbuilder.git diff --git a/jjb/usecplugin/usecplugin-csit-basic.yaml b/jjb/usecplugin/usecplugin-csit-basic.yaml index e902519fb..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,21 +13,17 @@ # 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'