Added job definition for clustering tests 72/29672/4
authorJozef Behran <jbehran@cisco.com>
Fri, 13 Nov 2015 17:50:43 +0000 (18:50 +0100)
committerJozef Behran <jbehran@cisco.com>
Fri, 15 Jan 2016 14:07:00 +0000 (15:07 +0100)
Clustering tests currently only support "csit" jobs so the
"verify" job was left out. Additionally, this job is only
valid for Beryllium.

Change-Id: I3f706619ed3ce200a71eb3d1b55037652d3686b0
Signed-off-by: Jozef Behran <jbehran@cisco.com>
jjb/netconf/netconf-clustering.yaml [new file with mode: 0644]

diff --git a/jjb/netconf/netconf-clustering.yaml b/jjb/netconf/netconf-clustering.yaml
new file mode 100644 (file)
index 0000000..7e04d57
--- /dev/null
@@ -0,0 +1,32 @@
+- project:
+    name: netconf-csit-clustering
+    jobs:
+        - '{project}-csit-3node-{functionality}-{install}-{stream}'
+
+    # The project name
+    project: 'netconf'
+
+    # The functionality under test
+    functionality: 'clustering'
+
+    # Project branches
+    stream:
+        - boron:
+            branch: 'master'
+        - beryllium:
+            branch: 'stable/beryllium'
+
+    install:
+        - only:
+            scope: 'only'
+        - all:
+            scope: 'all'
+
+    # Features to install
+    install-features: 'odl-restconf,odl-netconf-clustered-topology'
+
+    # Robot custom options
+    robot-options: ''
+
+    # Trigger jobs (upstream dependencies)
+    trigger-jobs: 'odlparent-distribution-{stream},yangtools-distribution-{stream},controller-distribution-{stream},netconf-distribution-{stream},mdsal-distribution-{stream}'