From: Vratko Polak Date: Mon, 27 Apr 2015 10:10:33 +0000 (+0200) Subject: Bgpcep csit jobs update: userfeatures instead of basicpcep X-Git-Tag: release/lithium~214^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=512713df139d64b3536b97101979c1d21f376ceb;hp=c5a33830f9be401e2a24119dcf7ac142425ffdc1;p=releng%2Fbuilder.git 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 --- 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 cbb1d735d..81bb0b865 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}' -