From: premnath Date: Mon, 8 Feb 2016 16:54:25 +0000 (+0530) Subject: Changing JJB for TSDR to run scripts only in supported branches. X-Git-Tag: release/beryllium~33 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=releng%2Fbuilder.git;a=commitdiff_plain;h=c71ef02b79a156047dd37f185eff50bcd7c6a502 Changing JJB for TSDR to run scripts only in supported branches. Change-Id: Id623600b98faf792a1770ce56e9ea8cf649c0b82 Signed-off-by: premnath --- diff --git a/jjb/tsdr/tsdr-csit-cassandra.yaml b/jjb/tsdr/tsdr-csit-cassandra.yaml index 56539a191..53f43abb9 100644 --- a/jjb/tsdr/tsdr-csit-cassandra.yaml +++ b/jjb/tsdr/tsdr-csit-cassandra.yaml @@ -18,15 +18,10 @@ - beryllium: branch: 'stable/beryllium' jdk: 'openjdk7' - - stable-lithium: - branch: 'stable/lithium' - jdk: 'openjdk7' install: - only: scope: 'only' - - all: - scope: 'all' # Features to install install-features: 'odl-restconf,odl-tsdr-cassandra,odl-tsdr-openflow-statistics-collector,odl-tsdr-netflow-statistics-collector,odl-tsdr-syslog-collector' diff --git a/jjb/tsdr/tsdr-csit-hbase.yaml b/jjb/tsdr/tsdr-csit-hbase.yaml index 5aa11c15b..3902035cf 100644 --- a/jjb/tsdr/tsdr-csit-hbase.yaml +++ b/jjb/tsdr/tsdr-csit-hbase.yaml @@ -18,15 +18,10 @@ - beryllium: branch: 'stable/beryllium' jdk: 'openjdk7' - - stable-lithium: - branch: 'stable/lithium' - jdk: 'openjdk7' install: - only: scope: 'only' - - all: - scope: 'all' # Features to install install-features: 'odl-restconf,odl-tsdr-hbase,odl-tsdr-openflow-statistics-collector,odl-tsdr-netflow-statistics-collector,odl-tsdr-syslog-collector' diff --git a/jjb/tsdr/tsdr-csit-hsqldb.yaml b/jjb/tsdr/tsdr-csit-hsqldb.yaml index f3428a4ac..cd489cee9 100644 --- a/jjb/tsdr/tsdr-csit-hsqldb.yaml +++ b/jjb/tsdr/tsdr-csit-hsqldb.yaml @@ -18,15 +18,10 @@ - beryllium: branch: 'stable/beryllium' jdk: 'openjdk7' - - stable-lithium: - branch: 'stable/lithium' - jdk: 'openjdk7' install: - only: scope: 'only' - - all: - scope: 'all' # Features to install install-features: 'odl-restconf,odl-tsdr-hsqldb,odl-tsdr-openflow-statistics-collector,odl-tsdr-netflow-statistics-collector,odl-tsdr-syslog-collector'