From 63f14a550df4586f205f10d2d68ab693b01e7941 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andrej=20Z=C3=A1=C5=88?= Date: Mon, 9 Nov 2015 14:59:05 +0100 Subject: [PATCH] add topoprocessing automated tests jobs MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I046917674fd0b9f4df79aaae35f651b823b48daf Signed-off-by: Andrej Záň --- ...opoprocessing-csit-topology-operation.yaml | 38 +++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 jjb/topoprocessing/topoprocessing-csit-topology-operation.yaml diff --git a/jjb/topoprocessing/topoprocessing-csit-topology-operation.yaml b/jjb/topoprocessing/topoprocessing-csit-topology-operation.yaml new file mode 100644 index 000000000..c74826ad3 --- /dev/null +++ b/jjb/topoprocessing/topoprocessing-csit-topology-operation.yaml @@ -0,0 +1,38 @@ +- project: + name: topoprocessing-csit-topology-operations + jobs: + - '{project}-csit-1node-{functionality}-{install}-{stream}' + - '{project}-csit-verify-1node-{functionality}' + + # The project name + project: 'topoprocessing' + + # The functionality under test + functionality: 'topology-operations' + + # 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: > + odlparent-distribution-{stream}, + yangtools-distribution-{stream}, + controller-distribution-{stream}, + aaa-distribution-{stream}, + integration-distribution-merge-{stream} -- 2.36.6