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=a2800d1d45d03a5fc03fa303d7cb6eca80f1d6c4;hpb=5ccae814c92ce41d6960741015ccea03d84a5cfe;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 a2800d1d4..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,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-of-config-all,odl-of-config-rest'