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=02b0545cc74d8f61bcf44e77ef1e88d2b9f11bfb;hpb=5cf5961a3b764c82fbc22d1a03e6bff1aedbb7b5;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 02b0545cc..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,24 +13,20 @@ # Project branches stream: - - boron: - branch: 'master' - 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: 'yangtools-distribution-{stream},controller-distribution-{stream},netconf-distribution-{stream},of-config-distribution-{stream}'