From: Vratko Polak Date: Thu, 22 Oct 2015 09:58:31 +0000 (+0200) Subject: Add periodic csit job for performance testing BGP X-Git-Tag: release/beryllium~433^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=a4b4ef0a6af035e4f16123d892ead07fb27a2db9;p=releng%2Fbuilder.git Add periodic csit job for performance testing BGP Change-Id: Iab37b0851de9e8f1a1df43bafa611ee2646fb146 Signed-off-by: Vratko Polak --- diff --git a/jjb/bgpcep/bgpcep-csit-bgp-ingest.yaml b/jjb/bgpcep/bgpcep-csit-bgp-ingest.yaml new file mode 100644 index 000000000..9741e3e01 --- /dev/null +++ b/jjb/bgpcep/bgpcep-csit-bgp-ingest.yaml @@ -0,0 +1,32 @@ +- project: + name: bgpcep-csit-bgp-ingest + jobs: + - '{project}-csit-1node-periodic-{functionality}-{install}-{stream}' + + # The project name + project: 'bgpcep' + + # The functionality under test + functionality: 'bgp-ingest' + + # Project branches + stream: + - beryllium: + branch: 'master' + - stable-lithium: + branch: 'stable/lithium' + + install: + - only: + scope: 'only' + - all: + scope: 'all' + + # Features to install + install-features: 'odl-bgpcep-data-change-counter,odl-restconf,odl-bgpcep-pcep-all,odl-bgpcep-bgp-all,odl-bgpcep-bgp,odl-bgpcep-pcep,odl-netconf-connector-all' + + # Robot custom options: + robot-options: '' + + # Trigger jobs: (daily) + schedule: 'H H * * *'