Add job definition for clustered Netconf scaling tests 47/37647/1
authorJozef Behran <jbehran@cisco.com>
Thu, 14 Apr 2016 06:09:50 +0000 (08:09 +0200)
committerJozef Behran <jbehran@cisco.com>
Thu, 14 Apr 2016 06:11:49 +0000 (08:11 +0200)
Change-Id: Ibde46aee47b2ddf501e840108acd397acdeaef2e
Signed-off-by: Jozef Behran <jbehran@cisco.com>
jjb/netconf/netconf-clustering-scale.yaml [new file with mode: 0644]

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