From 0758476ec64b2dc5d7018bc9a228aa8ade4b0c0f Mon Sep 17 00:00:00 2001 From: Tomas Markovic Date: Tue, 12 Jun 2018 12:25:04 +0200 Subject: [PATCH] Remove separate features lists Due to removal of carbon and nitrogen test this is no longer necessary, and is simply duplicate code. Change-Id: I67d50b654def4079acc5a21f2464cd7795eb39f1 Signed-off-by: Tomas Markovic --- jjb/bgpcep/bgpcep-csit-bgpclustering-ha.yaml | 23 ++++++++------------ 1 file changed, 9 insertions(+), 14 deletions(-) diff --git a/jjb/bgpcep/bgpcep-csit-bgpclustering-ha.yaml b/jjb/bgpcep/bgpcep-csit-bgpclustering-ha.yaml index feca52dad..248aeec6e 100644 --- a/jjb/bgpcep/bgpcep-csit-bgpclustering-ha.yaml +++ b/jjb/bgpcep/bgpcep-csit-bgpclustering-ha.yaml @@ -14,26 +14,21 @@ stream: - fluorine: branch: 'master' - install-features: > - odl-restconf, - odl-bgpcep-bgp, - odl-bgpcep-bgp-config-example, - odl-bgpcep-bmp, - odl-bgpcep-bmp-config-example, - odl-bgpcep-pcep - oxygen: branch: 'stable/oxygen' - install-features: > - odl-restconf, - odl-bgpcep-bgp, - odl-bgpcep-bgp-config-example, - odl-bgpcep-bmp, - odl-bgpcep-bmp-config-example, - odl-bgpcep-pcep install: - only: scope: 'only' + # Features to install + install-features: > + odl-restconf, + odl-bgpcep-bgp, + odl-bgpcep-bgp-config-example, + odl-bgpcep-bmp, + odl-bgpcep-bmp-config-example, + odl-bgpcep-pcep + # Robot custom options: robot-options: '-v USE_NETCONF_CONNECTOR:False' -- 2.36.6