From 16b1336396f2d4f1e6db284041bdb5faef591847 Mon Sep 17 00:00:00 2001 From: Tomas Cechvala Date: Mon, 3 Aug 2015 16:08:20 +0200 Subject: [PATCH] Jenkins Job Setup For GBP Clustering Change-Id: Ia677511979cc5ae574d9e646319f9cccb1f4de38 Signed-off-by: Tomas Cechvala --- .../groupbasedpolicy-csit-clustering.yaml | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 jjb/groupbasedpolicy/groupbasedpolicy-csit-clustering.yaml diff --git a/jjb/groupbasedpolicy/groupbasedpolicy-csit-clustering.yaml b/jjb/groupbasedpolicy/groupbasedpolicy-csit-clustering.yaml new file mode 100644 index 000000000..d3c1820b6 --- /dev/null +++ b/jjb/groupbasedpolicy/groupbasedpolicy-csit-clustering.yaml @@ -0,0 +1,37 @@ +- project: + name: groupbasedpolicy-csit-clustering + jobs: + - '{project}-csit-3node-cds-{functionality}-{install}-{stream}' + + + # The project name + project: 'groupbasedpolicy' + + # The functionality under test + functionality: 'clustering' + + # Project branches + stream: + - master: + branch: 'master' + - stable-lithium: + branch: 'stable/lithium' + + install: + - only: + scope: 'only' + - all: + scope: 'all' + + # Mininet configuration + mininet-image: 'rk-c-el6-mininet' + mininet-vms: 1 + + # Features to install + install-features: 'odl-groupbasedpolicy-ofoverlay,odl-groupbasedpolicy-ui,odl-restconf-all' + + # Robot custom options + robot-options: '' + + # Trigger jobs (upstream dependencies) + trigger-jobs: '' -- 2.36.6