X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fovsdb%2Fovsdb-csit-southbound.yaml;h=5aa9a8af99ecf9cb58fc3be153e4daf7cc77f09d;hb=735b5888b8d82eab624a6a0be41456834fded048;hp=b1f5f3c19ad32b4f8d4429c5c566a72f97981676;hpb=91605a11bebf4b3892a4d7a6e28adca6e01f63fc;p=releng%2Fbuilder.git diff --git a/jjb/ovsdb/ovsdb-csit-southbound.yaml b/jjb/ovsdb/ovsdb-csit-southbound.yaml index b1f5f3c19..5aa9a8af9 100644 --- a/jjb/ovsdb/ovsdb-csit-southbound.yaml +++ b/jjb/ovsdb/ovsdb-csit-southbound.yaml @@ -11,10 +11,15 @@ # Project branches stream: - - beryllium: + - carbon: branch: 'master' - - stable-lithium: - branch: 'stable/lithium' + jre: 'openjdk8' + - boron: + branch: 'stable/boron' + jre: 'openjdk8' + - beryllium: + branch: 'stable/beryllium' + jre: 'openjdk7' install: - only: @@ -23,15 +28,13 @@ scope: 'all' # Mininet configuration - mininet-image: 'rk-c-el6-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}'