X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fof-config%2Fof-config-csit-basic.yaml;h=f126e27b6c6def3b1573f89e1a5fd0fa80909ee2;hb=dfe54cf86451de53221319dd0a10c3ec89c525c0;hp=acad73675eee59c1d2922869948ccd4b926cc742;hpb=c00dec408acd98d2996abbbf5b5050e9a2046e96;p=releng%2Fbuilder.git diff --git a/jjb/of-config/of-config-csit-basic.yaml b/jjb/of-config/of-config-csit-basic.yaml index acad73675..f126e27b6 100644 --- a/jjb/of-config/of-config-csit-basic.yaml +++ b/jjb/of-config/of-config-csit-basic.yaml @@ -1,8 +1,9 @@ +--- - project: name: of-config-csit-basic jobs: - - '{project}-csit-verify-1node-{functionality}' - - '{project}-csit-1node-{functionality}-{install}-{stream}' + - inttest-csit-verify-1node + - '{project}-csit-1node-{functionality}-{install}-{stream}' # The project name project: 'of-config' @@ -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-of-config-all,odl-of-config-rest' # Robot custom options robot-options: '' - - # Trigger jobs (upstream dependencies) - trigger-jobs: 'of-config-distribution-{stream}'