X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fsfc%2Fsfc-csit-full-deploy.yaml;h=711de2c31dc0549c538d9e51b5865a2431f34747;hb=ddbf3cde9195f2b3635318fed187269504853ab1;hp=69dfee28f4557ea06e90afea24fe0958c5313687;hpb=dbc044db5a54582a7837e9a1a618dbb9043192e1;p=releng%2Fbuilder.git diff --git a/jjb/sfc/sfc-csit-full-deploy.yaml b/jjb/sfc/sfc-csit-full-deploy.yaml index 69dfee28f..05b7fd2f8 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}' - + - inttest-csit-3node-docker # The project name project: 'sfc' @@ -12,20 +12,26 @@ # Project branches stream: - - boron: - branch: 'master' - jre: 'openjdk8' + - neon: + branch: 'master' + - fluorine: + branch: 'stable/fluorine' + - oxygen: + branch: 'stable/oxygen' install: - - all: - scope: 'all' - + - all: + scope: 'all' # Features to install - install-features: 'odl-sfc-provider-rest' + 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}'