From 823593d3e576a50febe2d3386f80cff8a259dc7c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20Mih=C3=A1lek?= Date: Wed, 9 Nov 2016 10:12:03 +0100 Subject: [PATCH] Add SXP cluster CSIT job MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Adds jobs for SXP clustering suite https://git.opendaylight.org/gerrit/#/c/46454/ Change-Id: Iec9a3e90f461044a0a7e4acafac9ca287f06a2f5 Signed-off-by: Martin Mihálek --- jjb/sxp/sxp-csit-clustering.yaml | 35 ++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 jjb/sxp/sxp-csit-clustering.yaml diff --git a/jjb/sxp/sxp-csit-clustering.yaml b/jjb/sxp/sxp-csit-clustering.yaml new file mode 100644 index 000000000..5dbe4126d --- /dev/null +++ b/jjb/sxp/sxp-csit-clustering.yaml @@ -0,0 +1,35 @@ +- project: + name: sxp-csit-clustering + jobs: + - '{project}-csit-3node-periodic-{functionality}-{install}-{stream}' + + # The project name + project: 'sxp' + + # The functionality under test + functionality: 'clustering' + + # Project branches + stream: + - carbon: + branch: 'master' + jre: 'openjdk8' + - boron: + branch: 'stable/boron' + jre: 'openjdk8' + + install: + - only: + scope: 'only' + - all: + scope: 'all' + + # Features to install + install-features: 'odl-restconf,odl-sxp-controller' + + # Robot custom options: + robot-options: '' + + # Trigger jobs: (daily) + schedule: 'H H * * *' + -- 2.36.6