From 512713df139d64b3536b97101979c1d21f376ceb Mon Sep 17 00:00:00 2001 From: Vratko Polak Date: Mon, 27 Apr 2015 12:10:33 +0200 Subject: [PATCH 1/1] Bgpcep csit jobs update: userfeatures instead of basicpcep Integration repository already contains two complete suites bundled into functionality 'userfeatures': https://git.opendaylight.org/gerrit/#/c/18863 The old suite (and functionality) 'basicpcep' is now obsoleted. This change swaps the functionality name to be tested in bgpcep-csit-1node-cds-* jobs. Also, list of features to install was expanded, including netconf-connector used by Tcpmd5 suite and BGP feature, needed by an upcoming third suite. Change-Id: I7fe03bc39ae2af97d3fa181501d52b85224775f3 Signed-off-by: Vratko Polak --- ...ic-master.yaml => bgpcep-csit-userfeatures-master.yaml} | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) rename jjb/bgpcep/{bgpcep-csit-basic-master.yaml => bgpcep-csit-userfeatures-master.yaml} (78%) diff --git a/jjb/bgpcep/bgpcep-csit-basic-master.yaml b/jjb/bgpcep/bgpcep-csit-userfeatures-master.yaml similarity index 78% rename from jjb/bgpcep/bgpcep-csit-basic-master.yaml rename to jjb/bgpcep/bgpcep-csit-userfeatures-master.yaml index cbb1d735dc..81bb0b8653 100644 --- a/jjb/bgpcep/bgpcep-csit-basic-master.yaml +++ b/jjb/bgpcep/bgpcep-csit-userfeatures-master.yaml @@ -1,5 +1,5 @@ - project: - name: bgpcep-csit-basicpcep-master + name: bgpcep-csit-userfeatures-master jobs: - '{project}-csit-1node-cds-{functionality}-{install}-{stream}' @@ -7,7 +7,7 @@ project: 'bgpcep' # The functionality under test - functionality: 'basicpcep' + functionality: 'userfeatures' # Project branches stream: @@ -21,11 +21,10 @@ scope: 'all' # Features to install - install-features: 'odl-restconf,odl-bgpcep-pcep-all' + install-features: 'odl-restconf,odl-bgpcep-pcep-all,odl-bgpcep-bgp-all,odl-netconf-connector-all' # Robot custom options robot-options: '' # Trigger jobs (upstream dependencies) trigger-jobs: 'odlparent-distribution-{stream},yangtools-distribution-{stream},controller-distribution-{stream},tcpmd5-distribution-{stream},bgpcep-distribution-{stream}' - -- 2.36.6