From 1607e6a3c92e19746a19659c354889480a4a652d Mon Sep 17 00:00:00 2001 From: Peter Gubka Date: Fri, 20 Jan 2017 12:09:49 +0100 Subject: [PATCH] Remove deprecated bgp "all" feature from bgpclustering carbon jobs Change-Id: Ic52d6fcc584ed540a7ca32f1cbc55a3d409e32ac Signed-off-by: Peter Gubka --- jjb/bgpcep/bgpcep-csit-bgpclustering.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/jjb/bgpcep/bgpcep-csit-bgpclustering.yaml b/jjb/bgpcep/bgpcep-csit-bgpclustering.yaml index f6be5c9ee..786da1ce3 100644 --- a/jjb/bgpcep/bgpcep-csit-bgpclustering.yaml +++ b/jjb/bgpcep/bgpcep-csit-bgpclustering.yaml @@ -17,9 +17,11 @@ - boron: branch: 'stable/boron' jre: 'openjdk8' + install-features: 'odl-restconf,odl-bgpcep-bgp-all,odl-bgpcep-bgp,odl-netconf-clustered-topology' - beryllium: branch: 'stable/beryllium' jre: 'openjdk7' + install-features: 'odl-restconf,odl-bgpcep-bgp-all,odl-bgpcep-bgp,odl-netconf-clustered-topology' install: - only: @@ -28,7 +30,7 @@ scope: 'all' # Features to install - install-features: 'odl-restconf,odl-bgpcep-bgp-all,odl-bgpcep-bgp,odl-netconf-clustered-topology' + install-features: 'odl-restconf,odl-bgpcep-bgp,odl-netconf-clustered-topology' # Robot custom options: robot-options: '-v USE_NETCONF_CONNECTOR:False' -- 2.36.6