new car-people performance job for clustered setup 80/34680/3
authorPeter Gubka <pgubka@cisco.com>
Mon, 15 Feb 2016 14:25:50 +0000 (15:25 +0100)
committerPeter Gubka <pgubka@cisco.com>
Wed, 17 Feb 2016 10:12:48 +0000 (11:12 +0100)
it deploys a suite from
https://git.opendaylight.org/gerrit/#/c/34258/

Change-Id: I6a8b6037bc1fcd47cc8510096476b79267b7f097
Signed-off-by: Peter Gubka <pgubka@cisco.com>
jjb/controller/controller-csit-rest-clust-cars-perf.yaml [new file with mode: 0644]

diff --git a/jjb/controller/controller-csit-rest-clust-cars-perf.yaml b/jjb/controller/controller-csit-rest-clust-cars-perf.yaml
new file mode 100644 (file)
index 0000000..1b27286
--- /dev/null
@@ -0,0 +1,35 @@
+- project:
+    name: controller-csit-rest-clust-cars-perf
+    jobs:
+        - '{project}-csit-3node-{functionality}-{install}-{stream}'
+
+    # The project name
+    project: 'controller'
+
+    # The functionality under test
+    functionality: 'rest-clust-cars-perf'
+
+    # Project branches
+    stream:
+        - boron:
+            branch: 'master'
+            jre: 'openjdk8'
+        - beryllium:
+            branch: 'stable/beryllium'
+            jre: 'openjdk7'
+        - stable-lithium:
+            branch: 'stable/lithium'
+            jre: 'openjdk7'
+
+    install:
+        - only:
+            scope: 'only'
+
+    # Features to install
+    install-features: 'odl-restconf,odl-clustering-test-app'
+
+    # Robot custom options
+    robot-options: ''
+
+    # Trigger jobs (upstream dependencies)
+    trigger-jobs: 'odlparent-distribution-{stream},yangtools-distribution-{stream},controller-distribution-{stream},aaa-distribution-{stream},netconf-distribution-{stream},mdsal-distribution-{stream}'