X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fovsdb%2Fovsdb-csit-southbound.yaml;h=1bf4715cfca011b13e04ca98bc472288a02b4035;hb=dfe54cf86451de53221319dd0a10c3ec89c525c0;hp=f3f999a36469e1e772231e90d5d726fb963dbef8;hpb=0e004d82ea2240f84ea2aa4c274fac5526366a61;p=releng%2Fbuilder.git diff --git a/jjb/ovsdb/ovsdb-csit-southbound.yaml b/jjb/ovsdb/ovsdb-csit-southbound.yaml index f3f999a36..1bf4715cf 100644 --- a/jjb/ovsdb/ovsdb-csit-southbound.yaml +++ b/jjb/ovsdb/ovsdb-csit-southbound.yaml @@ -1,43 +1,36 @@ +--- - project: name: ovsdb-csit-southbound jobs: - - '{project}-csit-1node-{functionality}-{install}-{stream}' - - '{project}-csit-verify-1node-{functionality}' - # The project name + - '{project}-csit-1node-{functionality}-{install}-{stream}' + - inttest-csit-verify-1node + # The project name project: 'ovsdb' # The functionality under test - functionality: 'southbound' + functionality: + - 'upstream-southbound' + - 'gate-southbound' # Project branches stream: - - carbon: - branch: 'master' - jre: 'openjdk8' - - boron: - branch: 'stable/boron' - jre: 'openjdk8' - - beryllium: - branch: 'stable/beryllium' - jre: 'openjdk7' - - stable-lithium: - branch: 'stable/lithium' - 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' # Mininet configuration - mininet-vms: 2 + tools_system_count: 2 # Features to install install-features: 'odl-ovsdb-southbound-impl-rest' # Robot custom options robot-options: '' - - # Trigger jobs (upstream dependencies) - trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},ovsdb-distribution-{stream}'