Add clustering datastore test job. 28/23928/1
authorPhillip Shea <phillip.shea@hp.com>
Wed, 8 Jul 2015 20:13:44 +0000 (13:13 -0700)
committerPhillip Shea <phillip.shea@hp.com>
Wed, 8 Jul 2015 20:13:44 +0000 (13:13 -0700)
Change-Id: If1969af03e0444f79dced7ec34d43ad17c8e3dc9
Signed-off-by: Phillip Shea <phillip.shea@hp.com>
jjb/controller/controller-csit-clustering.yaml [new file with mode: 0644]

diff --git a/jjb/controller/controller-csit-clustering.yaml b/jjb/controller/controller-csit-clustering.yaml
new file mode 100644 (file)
index 0000000..ac64433
--- /dev/null
@@ -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}'
+