From: vasanthan_balasubram Date: Wed, 6 May 2015 14:10:06 +0000 (+0530) Subject: Added TSDR System test jenkin jobs X-Git-Tag: release/lithium~146^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=d775a17f916032ff366d5ca15a9cef074d32e4ea;p=releng%2Fbuilder.git Added TSDR System test jenkin jobs Change-Id: I0e1866b74ae2aa00df967e0274e10606d8baa30e Signed-off-by: vasanthan_balasubram --- diff --git a/jjb/tsdr/tsdr-csit-tsdr-master.yaml b/jjb/tsdr/tsdr-csit-tsdr-master.yaml new file mode 100644 index 0000000000..13b1e7f0d0 --- /dev/null +++ b/jjb/tsdr/tsdr-csit-tsdr-master.yaml @@ -0,0 +1,32 @@ +- project: + name: tsdr-csit-tsdr-master + jobs: + - '{project}-csit-1node-cds-{functionality}-{install}-{stream}' + - '{project}-csit-verify-{functionality}-{stream}' + + # The project name + project: 'tsdr' + + # The functionality under test + functionality: 'hbase-datastore' + + # Project branches + stream: + - master: + branch: 'master' + + install: + - only: + scope: 'only' + - all: + scope: 'all' + + # Features to install + install-features: 'odl-tsdr-hbase' + + # Robot custom options + robot-options: ' ' + + # Trigger jobs (upstream dependencies) + trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},openflowjava-distribution-{stream},openflowplugin-distribution-{stream},tsdr-distribution-{stream}' + diff --git a/jjb/tsdr/tsdr-distribution.yaml b/jjb/tsdr/tsdr-distribution.yaml new file mode 100644 index 0000000000..952364d8ac --- /dev/null +++ b/jjb/tsdr/tsdr-distribution.yaml @@ -0,0 +1,15 @@ +- project: + name: tsdr-distribution + jobs: + - '{project}-distribution-{stream}' + + # The project name + project: 'tsdr' + + # The project branches + stream: + - master: + branch: 'master' + + jdk: 'openjdk7' +