Add SXP cluster CSIT job 54/48154/1
authorMartin Mihálek <mamihale@cisco.com>
Wed, 9 Nov 2016 09:12:03 +0000 (10:12 +0100)
committerMartin Mihálek <mamihale@cisco.com>
Wed, 9 Nov 2016 09:14:00 +0000 (10:14 +0100)
Adds jobs for SXP clustering suite
https://git.opendaylight.org/gerrit/#/c/46454/

Change-Id: Iec9a3e90f461044a0a7e4acafac9ca287f06a2f5
Signed-off-by: Martin Mihálek <mamihale@cisco.com>
jjb/sxp/sxp-csit-clustering.yaml [new file with mode: 0644]

diff --git a/jjb/sxp/sxp-csit-clustering.yaml b/jjb/sxp/sxp-csit-clustering.yaml
new file mode 100644 (file)
index 0000000..5dbe412
--- /dev/null
@@ -0,0 +1,35 @@
+- project:
+    name: sxp-csit-clustering
+    jobs:
+        - '{project}-csit-3node-periodic-{functionality}-{install}-{stream}'
+
+    # The project name
+    project: 'sxp'
+
+    # The functionality under test
+    functionality: 'clustering'
+
+    # Project branches
+    stream:
+        - carbon:
+            branch: 'master'
+            jre: 'openjdk8'
+        - boron:
+            branch: 'stable/boron'
+            jre: 'openjdk8'
+
+    install:
+        - only:
+            scope: 'only'
+        - all:
+            scope: 'all'
+
+    # Features to install
+    install-features: 'odl-restconf,odl-sxp-controller'
+
+    # Robot custom options:
+    robot-options: ''
+
+    # Trigger jobs: (daily)
+    schedule: 'H H * * *'
+