Jenkins build template controller-csit-rest-cars-perf 55/26455/4
authorPeter Gubka <pgubka@cisco.com>
Thu, 3 Sep 2015 12:38:57 +0000 (14:38 +0200)
committerRadovan Sajben <rsajben@cisco.com>
Wed, 11 Nov 2015 15:01:43 +0000 (16:01 +0100)
Generates jobs:
controller-csit-1node-rest-cars-perf-only-stable-lithium
controller-csit-1node-rest-cars-perf-all-stable-lithium
controller-csit-1node-rest-cars-perf-only-beryllium
controller-csit-1node-rest-cars-perf-all-beryllium

Related test suite change:
https://git.opendaylight.org/gerrit/#/c/26203

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

diff --git a/jjb/controller/controller-csit-rest-cars-perf.yaml b/jjb/controller/controller-csit-rest-cars-perf.yaml
new file mode 100644 (file)
index 0000000..89322df
--- /dev/null
@@ -0,0 +1,32 @@
+- project:
+    name: controller-csit-rest-cars-perf
+    jobs:
+        - '{project}-csit-1node-{functionality}-{install}-{stream}'
+
+    # The project name
+    project: 'controller'
+
+    # The functionality under test
+    functionality: 'rest-cars-perf'
+
+    # 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-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}'