Add cluster singleton longevity jobs 88/54888/2
authorPeter Gubka <pgubka@cisco.com>
Wed, 12 Apr 2017 18:31:43 +0000 (20:31 +0200)
committerPeter Gubka <pgubka@cisco.com>
Fri, 21 Apr 2017 15:12:48 +0000 (17:12 +0200)
Change-Id: I1bd4c4935f4ba7c62c2207d35e087d5caa30d186
Signed-off-by: Peter Gubka <pgubka@cisco.com>
jjb/controller/controller-csit-cs-chasing-leader.yaml [new file with mode: 0644]
jjb/controller/controller-csit-cs-partnheal.yaml [new file with mode: 0644]
jjb/releng-defaults.yaml

diff --git a/jjb/controller/controller-csit-cs-chasing-leader.yaml b/jjb/controller/controller-csit-cs-chasing-leader.yaml
new file mode 100644 (file)
index 0000000..dcb89b3
--- /dev/null
@@ -0,0 +1,33 @@
+---
+- project:
+    name: mdsal-csit-cluster-singleton-chasing-the-leader-longevity
+    jobs:
+      - '{project}-csit-3node-{functionality}-{install}-{stream}'
+
+    # The project name
+    project: 'controller'
+
+    # The functionality under test
+    functionality: 'cs-chasing-leader-longevity'
+
+    # Project branches
+    stream:
+      - nitrogen:
+          branch: 'master'
+          jre: 'openjdk8'
+      - carbon:
+          branch: 'stable/carbon'
+          jre: 'openjdk8'
+          karaf-version: karaf3
+
+    install:
+      - only:
+          scope: 'only'
+
+    # Features to install
+    install-features: >
+        odl-restconf,
+        odl-clustering-test-app
+
+    # Built timeout
+    build-timeout: '1500'
diff --git a/jjb/controller/controller-csit-cs-partnheal.yaml b/jjb/controller/controller-csit-cs-partnheal.yaml
new file mode 100644 (file)
index 0000000..599c29b
--- /dev/null
@@ -0,0 +1,33 @@
+---
+- project:
+    name: mdsal-csit-cluster-singleton-partition-and-heal-longevity
+    jobs:
+      - '{project}-csit-3node-{functionality}-{install}-{stream}'
+
+    # The project name
+    project: 'controller'
+
+    # The functionality under test
+    functionality: 'cs-partnheal-longevity'
+
+    # Project branches
+    stream:
+      - nitrogen:
+          branch: 'master'
+          jre: 'openjdk8'
+      - carbon:
+          branch: 'stable/carbon'
+          jre: 'openjdk8'
+          karaf-version: karaf3
+
+    install:
+      - only:
+          scope: 'only'
+
+    # Features to install
+    install-features: >
+        odl-restconf,
+        odl-clustering-test-app
+
+    # Built timeout
+    build-timeout: '1500'
index 8a54fe226a7bcc72a6e7775d206abb179a8ac095..87109833aaa8de32528d43311b387e6ab395b54f 100644 (file)
         openflowplugin-csit-1node-periodic-longevity-only-nitrogen
     csit-weekly-list-carbon: >
         controller-csit-1node-notifications-longevity-only-carbon,
+        controller-csit-3node-cs-chasing-leader-longevity-only-carbon,
+        controller-csit-3node-cs-partnheal-longevity-only-carbon,
         controller-csit-3node-drb-partnheal-longevity-only-carbon,
         controller-csit-3node-drb-precedence-longevity-only-carbon,
         distribution-deploy-carbon,