From 3656fdf78c748cad57a65af693bc386cc0d083a4 Mon Sep 17 00:00:00 2001 From: Jamo Luhrsen Date: Mon, 4 Apr 2016 16:19:55 -0700 Subject: [PATCH] adding netvirt clustering job Change-Id: I10d5354ffd23bad4e04a6c14462f48d852bf7947 Signed-off-by: Jamo Luhrsen --- jjb/ovsdb/ovsdb-netvirt-csit-clustering.yaml | 36 ++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 jjb/ovsdb/ovsdb-netvirt-csit-clustering.yaml diff --git a/jjb/ovsdb/ovsdb-netvirt-csit-clustering.yaml b/jjb/ovsdb/ovsdb-netvirt-csit-clustering.yaml new file mode 100644 index 000000000..7c12bfdd8 --- /dev/null +++ b/jjb/ovsdb/ovsdb-netvirt-csit-clustering.yaml @@ -0,0 +1,36 @@ +- project: + name: ovsdb-netvirt-csit-clustering + jobs: + - '{project}-csit-3node-{functionality}-{install}-{stream}' + - '{project}-csit-verify-3node-{functionality}' + + # The project name + project: 'ovsdb-netvirt' + + # The functionality under test + functionality: 'clustering' + + # Project branches + stream: + - boron: + branch: 'master' + jre: 'openjdk8' + - beryllium: + branch: 'stable/beryllium' + jre: 'openjdk7' + - stable-lithium: + branch: 'stable/lithium' + jre: 'openjdk7' + + install: + - only: + scope: 'only' + + # Features to install + install-features: 'odl-ovsdb-openstack' + + # Robot custom options + robot-options: '' + + # Trigger jobs (upstream dependencies) + trigger-jobs: 'controller-distribution-{stream},ovsdb-distribution-{stream}' -- 2.36.6