Added job definition for scaling tests. 62/29562/3
authorJozef Behran <jbehran@cisco.com>
Wed, 11 Nov 2015 18:16:56 +0000 (19:16 +0100)
committerJozef Behran <jbehran@cisco.com>
Fri, 13 Nov 2015 17:55:31 +0000 (18:55 +0100)
Change-Id: Ia78950603729a402f0e93993978f7b54354f6d08
Signed-off-by: Jozef Behran <jbehran@cisco.com>
jjb/netconf/netconf-scale.yaml [new file with mode: 0644]

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