Ovsdb 3 node Clustering job 80/30380/8
authorpriya.ramasubbu <priya.ramasubbu@hcl.com>
Mon, 30 Nov 2015 17:39:37 +0000 (23:09 +0530)
committerVenkatrangan Govindarajan <venkatrangang@hcl.com>
Fri, 18 Dec 2015 19:28:38 +0000 (19:28 +0000)
    * Add new yaml file ovsdb-csit-clustering.yaml
    * Enable job for clustering test

Change-Id: I94f553f68e462b7b1979625cdc14e03263b29d1b
Signed-off-by: priya.ramasubbu <priya.ramasubbu@hcl.com>
jjb/ovsdb/ovsdb-csit-clustering.yaml [new file with mode: 0644]

diff --git a/jjb/ovsdb/ovsdb-csit-clustering.yaml b/jjb/ovsdb/ovsdb-csit-clustering.yaml
new file mode 100644 (file)
index 0000000..c0b0289
--- /dev/null
@@ -0,0 +1,30 @@
+- project:
+    name: ovsdb-csit-clustering
+    jobs:
+        - '{project}-csit-3node-{functionality}-{install}-{stream}'
+        - '{project}-csit-verify-3node-{functionality}'
+   # The project name
+    project: 'ovsdb'
+
+    # The functionality under test
+    functionality: 'clustering'
+
+    # Project branches
+    stream:
+        - beryllium:
+            branch: 'master'
+        - stable-lithium:
+            branch: 'stable/lithium'
+
+    install:
+        - only:
+            scope: 'only'
+
+    # Features to install
+    install-features: 'odl-ovsdb-openstack'
+
+    # Robot custom options
+    robot-options: ''
+
+    # Trigger jobs (upstream dependencies)
+    trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},ovsdb-distribution-{stream}'