From: Martin Mihálek Date: Wed, 9 Nov 2016 09:12:03 +0000 (+0100) Subject: Add SXP cluster CSIT job X-Git-Tag: release/boron-sr2~59^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=823593d3e576a50febe2d3386f80cff8a259dc7c;p=releng%2Fbuilder.git Add SXP cluster CSIT job Adds jobs for SXP clustering suite https://git.opendaylight.org/gerrit/#/c/46454/ Change-Id: Iec9a3e90f461044a0a7e4acafac9ca287f06a2f5 Signed-off-by: Martin Mihálek --- 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 * * *' +