X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fovsdb%2Fovsdb-csit-clustering.yaml;h=4f485070352aa045f2cb89e31f3d532ce7a55800;hb=9df3f548230c398ce40a07501a6c2fa58f77134f;hp=9282deddc588617a7f20b1123f7e5fedb5c14a8f;hpb=7f2e7ecdae7277b68ffbe2dcbcab96656a220c69;p=releng%2Fbuilder.git diff --git a/jjb/ovsdb/ovsdb-csit-clustering.yaml b/jjb/ovsdb/ovsdb-csit-clustering.yaml index 9282deddc..4f4850703 100644 --- a/jjb/ovsdb/ovsdb-csit-clustering.yaml +++ b/jjb/ovsdb/ovsdb-csit-clustering.yaml @@ -1,38 +1,33 @@ +--- - project: name: ovsdb-csit-clustering jobs: - - '{project}-csit-3node-{functionality}-{install}-{stream}' - - '{project}-csit-verify-3node-{functionality}' - # The project name + - inttest-csit-3node + - inttest-csit-verify-3node + # The project name project: 'ovsdb' # The functionality under test - functionality: 'clustering' + functionality: + - 'upstream-clustering' + - 'gate-clustering' # 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' + - only: + scope: 'only' # Features to install install-features: 'odl-ovsdb-southbound-impl-rest,decanter-collector-jmx,decanter-appender-elasticsearch' # Robot custom options robot-options: '' - - # Trigger jobs (upstream dependencies) - trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},ovsdb-distribution-{stream}'