Jenkins Job Setup For GBP Clustering 25/24725/4
authorTomas Cechvala <tcechval@cisco.com>
Mon, 3 Aug 2015 14:08:20 +0000 (16:08 +0200)
committerTomas Cechvala <tcechval@cisco.com>
Tue, 4 Aug 2015 10:35:30 +0000 (12:35 +0200)
Change-Id: Ia677511979cc5ae574d9e646319f9cccb1f4de38
Signed-off-by: Tomas Cechvala <tcechval@cisco.com>
jjb/groupbasedpolicy/groupbasedpolicy-csit-clustering.yaml [new file with mode: 0644]

diff --git a/jjb/groupbasedpolicy/groupbasedpolicy-csit-clustering.yaml b/jjb/groupbasedpolicy/groupbasedpolicy-csit-clustering.yaml
new file mode 100644 (file)
index 0000000..d3c1820
--- /dev/null
@@ -0,0 +1,37 @@
+- project:
+    name: groupbasedpolicy-csit-clustering
+    jobs:
+        - '{project}-csit-3node-cds-{functionality}-{install}-{stream}'
+
+
+    # The project name
+    project: 'groupbasedpolicy'
+
+    # The functionality under test
+    functionality: 'clustering'
+
+    # Project branches
+    stream:
+        - master:
+            branch: 'master'
+        - stable-lithium:
+            branch: 'stable/lithium'
+
+    install:
+        - only:
+            scope: 'only'
+        - all:
+            scope: 'all'
+
+    # Mininet configuration
+    mininet-image: 'rk-c-el6-mininet'
+    mininet-vms: 1
+
+    # Features to install
+    install-features: 'odl-groupbasedpolicy-ofoverlay,odl-groupbasedpolicy-ui,odl-restconf-all'
+
+    # Robot custom options
+    robot-options: ''
+
+    # Trigger jobs (upstream dependencies)
+    trigger-jobs: ''