From d213cba2d3c70326f225f994ace227926be77233 Mon Sep 17 00:00:00 2001 From: Peter Gubka Date: Wed, 12 Apr 2017 20:31:43 +0200 Subject: [PATCH] Add cluster singleton longevity jobs Change-Id: I1bd4c4935f4ba7c62c2207d35e087d5caa30d186 Signed-off-by: Peter Gubka --- .../controller-csit-cs-chasing-leader.yaml | 33 +++++++++++++++++++ .../controller-csit-cs-partnheal.yaml | 33 +++++++++++++++++++ jjb/releng-defaults.yaml | 2 ++ 3 files changed, 68 insertions(+) create mode 100644 jjb/controller/controller-csit-cs-chasing-leader.yaml create mode 100644 jjb/controller/controller-csit-cs-partnheal.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 index 000000000..dcb89b350 --- /dev/null +++ b/jjb/controller/controller-csit-cs-chasing-leader.yaml @@ -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 index 000000000..599c29b3a --- /dev/null +++ b/jjb/controller/controller-csit-cs-partnheal.yaml @@ -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' diff --git a/jjb/releng-defaults.yaml b/jjb/releng-defaults.yaml index 8a54fe226..87109833a 100644 --- a/jjb/releng-defaults.yaml +++ b/jjb/releng-defaults.yaml @@ -169,6 +169,8 @@ 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, -- 2.36.6