X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fovsdb%2Fovsdb-csit-southbound.yaml;h=5773b0e15a43782e659d386110ef8f82c08d19d5;hb=c6dd8be243134ba5a87db1a2eb96b90452608f3d;hp=f7dfead56289f53cd65ef5fd7f83585a5e3d6e0c;hpb=93f6540361815b7c27d262d365d56c65d7635633;p=releng%2Fbuilder.git diff --git a/jjb/ovsdb/ovsdb-csit-southbound.yaml b/jjb/ovsdb/ovsdb-csit-southbound.yaml index f7dfead56..5773b0e15 100644 --- a/jjb/ovsdb/ovsdb-csit-southbound.yaml +++ b/jjb/ovsdb/ovsdb-csit-southbound.yaml @@ -1,8 +1,8 @@ - project: name: ovsdb-csit-southbound jobs: - - '{project}-csit-1node-cds-{functionality}-{install}-{stream}' - - '{project}-csit-verify-{functionality}-{stream}' + - '{project}-csit-1node-{functionality}-{install}-{stream}' + - '{project}-csit-verify-1node-{functionality}' # The project name project: 'ovsdb' @@ -11,10 +11,19 @@ # Project branches stream: - - master: + - carbon: branch: 'master' + jre: 'openjdk8' + - boron: + branch: 'stable/boron' + jre: 'openjdk8' + - beryllium: + branch: 'stable/beryllium' + jre: 'openjdk7' - stable-lithium: + disabled: true branch: 'stable/lithium' + jre: 'openjdk7' install: - only: @@ -23,15 +32,13 @@ scope: 'all' # Mininet configuration - mininet-image: 'rk-f21-mininet' mininet-vms: 2 # Features to install - install-features: 'odl-ovsdb-openstack' + install-features: 'odl-ovsdb-southbound-impl-rest' # Robot custom options robot-options: '' # Trigger jobs (upstream dependencies) - trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},openflowjava-distribution-{stream},openflowplugin-distributio -n-{stream},ovsdb-distribution-{stream}' + trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},ovsdb-distribution-{stream}'