From 8cd4964ca4df419674618fe7446f511b78928f67 Mon Sep 17 00:00:00 2001 From: ShreshthaJoshi Date: Fri, 6 Nov 2015 10:09:04 +0530 Subject: [PATCH] updating builder for Centinel- comments included Change-Id: I2a45df0e5373aec4cecc586d2abe77f8fbb49037 Signed-off-by: ShreshthaJoshi --- jjb/centinel/centinel-csit-basic.yaml | 33 +++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 jjb/centinel/centinel-csit-basic.yaml diff --git a/jjb/centinel/centinel-csit-basic.yaml b/jjb/centinel/centinel-csit-basic.yaml new file mode 100644 index 000000000..c813b1d5a --- /dev/null +++ b/jjb/centinel/centinel-csit-basic.yaml @@ -0,0 +1,33 @@ +- project: + name: centinel-csit-basic + jobs: + - '{project}-csit-1node-{functionality}-{install}-{stream}' + - '{project}-csit-verify-1node-{functionality}' + + # The project name + project: 'centinel' + + # The functionality under test + functionality: 'basic' + + # Project branches + stream: + - beryllium: + branch: 'master' + - stable-lithium: + branch: 'stable/lithium' + + install: + - only: + scope: 'only' + - all: + scope: 'all' + + # Features to install + install-features: 'odl-restconf' + + # Robot custom options + robot-options: '' + + # Trigger jobs (upstream dependencies) + trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},centinel-distribution-{stream}' -- 2.36.6