From 7eff8a58ba581be24844acd429987a5e2b961afe Mon Sep 17 00:00:00 2001 From: Brady Johnson Date: Fri, 12 Feb 2016 20:27:28 +0100 Subject: [PATCH] Added yaml for Lithium - The features are different in Lithium and master/boron Change-Id: Ib011c66095f8aef8555bae45df82b979d8e62dd1 Signed-off-by: Brady Johnson --- jjb/sfc/sfc-csit-clustering-lithium.yaml | 32 ++++++++++++++++++++++++ jjb/sfc/sfc-csit-clustering.yaml | 3 --- 2 files changed, 32 insertions(+), 3 deletions(-) create mode 100644 jjb/sfc/sfc-csit-clustering-lithium.yaml diff --git a/jjb/sfc/sfc-csit-clustering-lithium.yaml b/jjb/sfc/sfc-csit-clustering-lithium.yaml new file mode 100644 index 000000000..218991dd2 --- /dev/null +++ b/jjb/sfc/sfc-csit-clustering-lithium.yaml @@ -0,0 +1,32 @@ +- project: + name: sfc-csit-clustering-lithium + jobs: + - '{project}-csit-3node-{functionality}-{install}-{stream}' + + + # The project name + project: 'sfc' + + # The functionality under test + functionality: 'clustering' + + # Project branches + stream: + - stable-lithium: + branch: 'stable/lithium' + jdk: 'openjdk7' + + install: + - only: + scope: 'only' + - all: + scope: 'all' + + # Features to install + install-features: 'odl-sfc-core,odl-restconf-all' + + # Robot custom options + robot-options: '' + + # Trigger jobs (upstream dependencies) + trigger-jobs: 'odlparent-distribution-{stream},lispflowmapping-distribution-{stream},ovsdb-distribution-{stream},controller-distribution-{stream},openflowplugin-distribution-{stream},yangtools-distribution-{stream}' diff --git a/jjb/sfc/sfc-csit-clustering.yaml b/jjb/sfc/sfc-csit-clustering.yaml index 879572f48..e80185400 100644 --- a/jjb/sfc/sfc-csit-clustering.yaml +++ b/jjb/sfc/sfc-csit-clustering.yaml @@ -18,9 +18,6 @@ - beryllium: branch: 'stable/beryllium' jdk: 'openjdk7' - - stable-lithium: - branch: 'stable/lithium' - jdk: 'openjdk7' install: - only: -- 2.36.6