From: root Date: Mon, 18 Jan 2016 19:38:50 +0000 (+0530) Subject: Edited HBase File for new Berilliyum CLI's X-Git-Tag: release/beryllium~149^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=734237ae25ef24c1b78fcf51035be9196dcf57ed;p=releng%2Fbuilder.git Edited HBase File for new Berilliyum CLI's Added new job for hsqldb Change-Id: I7567e9b732eb2c67e2db601c8b283e8f7983219c Signed-off-by: premnath --- diff --git a/jjb/tsdr/tsdr-csit-hbase.yaml b/jjb/tsdr/tsdr-csit-hbase.yaml index f632eb01d..148ce772f 100644 --- a/jjb/tsdr/tsdr-csit-hbase.yaml +++ b/jjb/tsdr/tsdr-csit-hbase.yaml @@ -26,7 +26,7 @@ scope: 'all' # Features to install - install-features: 'odl-restconf,odl-tsdr-hbase' + install-features: 'odl-restconf,odl-tsdr-hbase,odl-tsdr-openflow-statistics-collector' # Robot custom options robot-options: ' ' diff --git a/jjb/tsdr/tsdr-csit-hsqldb.yaml b/jjb/tsdr/tsdr-csit-hsqldb.yaml new file mode 100644 index 000000000..e2f1c0720 --- /dev/null +++ b/jjb/tsdr/tsdr-csit-hsqldb.yaml @@ -0,0 +1,35 @@ +- project: + name: tsdr-csit-hsqldb + jobs: + - '{project}-csit-1node-{functionality}-{install}-{stream}' + - '{project}-csit-verify-1node-{functionality}' + + # The project name + project: 'tsdr' + + # The functionality under test to verify + functionality: 'hsqldb-datastore' + + # Project branches + stream: + - boron: + branch: 'master' + - beryllium: + branch: 'stable/beryllium' + - stable-lithium: + branch: 'stable/lithium' + + install: + - only: + scope: 'only' + - all: + scope: 'all' + + # Features to install + install-features: 'odl-restconf,odl-tsdr-hsqldb,odl-tsdr-openflow-statistics-collector' + + # 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}'