X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fovsdb%2Fovsdb-csit-southbound.yaml;h=29eea50d3e89eecf8a27babedac6f9aa205883a7;hb=4ef2a863969dc4eda8c16975c8d11f7af0bdd565;hp=cef56dea87ed40bba38db02c45456911ad89ab0a;hpb=db6f3db7605863035e0d18b555ca9bcdb5b70c49;p=releng%2Fbuilder.git diff --git a/jjb/ovsdb/ovsdb-csit-southbound.yaml b/jjb/ovsdb/ovsdb-csit-southbound.yaml index cef56dea8..29eea50d3 100644 --- a/jjb/ovsdb/ovsdb-csit-southbound.yaml +++ b/jjb/ovsdb/ovsdb-csit-southbound.yaml @@ -1,31 +1,30 @@ +--- - project: name: ovsdb-csit-southbound jobs: - - '{project}-csit-1node-{functionality}-{install}-{stream}' - - '{project}-csit-verify-1node-{functionality}' - # 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: - - carbon: - branch: 'master' - jre: 'openjdk8' - - boron: - branch: 'stable/boron' - jre: 'openjdk8' - - beryllium: - branch: 'stable/beryllium' - 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 tools_system_count: 2 @@ -35,6 +34,3 @@ # Robot custom options robot-options: '' - - # Trigger jobs (upstream dependencies) - trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},ovsdb-distribution-{stream}'