X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fovsdb%2Fovsdb-csit-southbound.yaml;h=b88d63f4601330dd51bd1dabb2fe2e4a4ba29990;hb=cb52af35b0fa1272dec4181513fd3227b4df9f4c;hp=1aea039032bd8f124a96f8522b087fd63f1a9eed;hpb=d384ea1c1c3340e72e67cd30ada321ff181e0b77;p=releng%2Fbuilder.git diff --git a/jjb/ovsdb/ovsdb-csit-southbound.yaml b/jjb/ovsdb/ovsdb-csit-southbound.yaml index 1aea03903..b88d63f46 100644 --- a/jjb/ovsdb/ovsdb-csit-southbound.yaml +++ b/jjb/ovsdb/ovsdb-csit-southbound.yaml @@ -1,37 +1,38 @@ +--- - project: name: ovsdb-csit-southbound jobs: - - '{project}-csit-1node-{functionality}-{install}-{stream}' - - '{project}-csit-verify-1node-{functionality}-{stream}' - # The project name + - inttest-csit-1node + - inttest-csit-verify-1node + # The project name project: 'ovsdb' # The functionality under test - functionality: 'southbound' + functionality: + - 'upstream-southbound' + - 'gate-southbound' # Project branches stream: - - beryllium: - branch: 'master' - - stable-lithium: - branch: 'stable/lithium' + - fluorine: + branch: 'master' + - oxygen: + branch: 'stable/oxygen' + - nitrogen: + branch: 'stable/nitrogen' + - carbon: + branch: 'stable/carbon' + karaf-version: karaf3 install: - - only: - scope: 'only' - - all: - scope: 'all' + - all: + scope: 'all' # Mininet configuration - mininet-image: 'rk-c-el6-mininet' - mininet-vms: 2 + tools_system_count: 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}'