From: Brady Johnson Date: Fri, 12 Feb 2016 19:27:28 +0000 (+0100) Subject: Added yaml for Lithium X-Git-Tag: release/beryllium~11 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=releng%2Fbuilder.git;a=commitdiff_plain;h=7eff8a58ba581be24844acd429987a5e2b961afe Added yaml for Lithium - The features are different in Lithium and master/boron Change-Id: Ib011c66095f8aef8555bae45df82b979d8e62dd1 Signed-off-by: Brady Johnson --- 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: