From d7a9316ee48d9cddf228ab0480d6fe95d39b8e05 Mon Sep 17 00:00:00 2001 From: Vratko Polak Date: Thu, 2 Apr 2015 10:48:13 +0200 Subject: [PATCH 1/1] Introduce bgpcep-csit jobs stream:master functionality:basicpcep The basicpcep suite was merged to Integration repository, https://git.opendaylight.org/gerrit/#/c/17242/ so here are the jobs (total 4) that run it when bgpcep (or upstream) distribution is built. No jobs depend on success of these jobs. Change-Id: Ic2d91fadf17c52b68c5f5140449abb9d0dd4861a Signed-off-by: Vratko Polak --- jjb/bgpcep/bgpcep-csit-basic-master.yaml | 32 ++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 jjb/bgpcep/bgpcep-csit-basic-master.yaml diff --git a/jjb/bgpcep/bgpcep-csit-basic-master.yaml b/jjb/bgpcep/bgpcep-csit-basic-master.yaml new file mode 100644 index 000000000..93cd70c8d --- /dev/null +++ b/jjb/bgpcep/bgpcep-csit-basic-master.yaml @@ -0,0 +1,32 @@ +- project: + name: bgpcep-csit-basicpcep-master + jobs: + - '{project}-csit-1node-imds-{functionality}-{install}-{stream}' + - '{project}-csit-1node-cds-{functionality}-{install}-{stream}' + + # The project name + project: 'bgpcep' + + # The functionality under test + functionality: 'basicpcep' + + # Project branches + stream: + - master: + branch: 'master' + + install: + - only: + scope: 'only' + - all: + scope: 'all' + + # Features to install + install-features: 'odl-restconf,odl-bgpcep-pcep-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