From cc32f60b44b56d1afa71ed0dc5f980ca60b3e25c Mon Sep 17 00:00:00 2001 From: Phillip Shea Date: Wed, 8 Jul 2015 13:13:44 -0700 Subject: [PATCH] Add clustering datastore test job. Change-Id: If1969af03e0444f79dced7ec34d43ad17c8e3dc9 Signed-off-by: Phillip Shea --- .../controller-csit-clustering.yaml | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 jjb/controller/controller-csit-clustering.yaml diff --git a/jjb/controller/controller-csit-clustering.yaml b/jjb/controller/controller-csit-clustering.yaml new file mode 100644 index 0000000000..ac64433a66 --- /dev/null +++ b/jjb/controller/controller-csit-clustering.yaml @@ -0,0 +1,33 @@ +- project: + name: controller-csit-clustering + jobs: + - '{project}-csit-3node-cds-{functionality}-{install}-{stream}' + + # The project name + project: 'controller' + + # The functionality under test + functionality: 'clustering' + + # Project branches + stream: + - master: + branch: 'master' + - stable-lithium: + branch: 'stable/lithium' + + install: + - only: + scope: 'only' + - all: + scope: 'all' + + # Features to install + install-features: 'odl-restconf,odl-clustering-test-app,odl-netconf-connector-ssh' + + # Robot custom options + robot-options: '' + + # Trigger jobs (upstream dependencies) + trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream}' + -- 2.36.6