X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fsfc%2Fsfc-csit-full-deploy.yaml;h=ba3ee12c03df8883ff440f28628edb67b67b1df2;hb=144623a4ffd48ac6f459e158fbaf4cc73c3a3be2;hp=042edc14f44d31d0d6d59c84ecbe39468694cd82;hpb=7ab3fd784625b957216cdb7ba4866effe0daea2a;p=releng%2Fbuilder.git diff --git a/jjb/sfc/sfc-csit-full-deploy.yaml b/jjb/sfc/sfc-csit-full-deploy.yaml index 042edc14f..ba3ee12c0 100644 --- a/jjb/sfc/sfc-csit-full-deploy.yaml +++ b/jjb/sfc/sfc-csit-full-deploy.yaml @@ -1,8 +1,8 @@ +--- - project: name: sfc-csit-full-deploy jobs: - - '{project}-csit-3node-docker-{functionality}-{install}-{stream}' - + - '{project}-csit-3node-docker-{functionality}-{install}-{stream}' # The project name project: 'sfc' @@ -12,21 +12,29 @@ # Project branches stream: - - carbon: - branch: 'master' - jre: 'openjdk8' + - nitrogen: + branch: 'master' + jre: 'openjdk8' + - carbon: + branch: 'stable/carbon' + jre: 'openjdk8' + karaf-version: karaf3 install: - - only: - scope: 'only' - - all: - scope: 'all' + - only: + scope: 'only' + - all: + scope: 'all' # Features to install - install-features: 'odl-sfc-provider,odl-sfc-ui,odl-sfc-openflow-renderer,odl-sfc-scf-openflow,odl-sfc-sb-rest,odl-sfc-ovs,odl-sfc-netconf' + install-features: > + odl-sfc-provider, + odl-sfc-ui, + odl-sfc-openflow-renderer, + odl-sfc-scf-openflow, + odl-sfc-sb-rest, + odl-sfc-ovs, + odl-sfc-netconf # Robot custom options robot-options: '' - - # Trigger jobs (upstream dependencies) - trigger-jobs: 'ovsdb-distribution-{stream},openflowplugin-distribution-{stream},sfc-distribution-{stream}'