From: Andrej Záň Date: Mon, 9 Nov 2015 13:59:05 +0000 (+0100) Subject: add topoprocessing automated tests jobs X-Git-Tag: release/beryllium~397^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=63f14a550df4586f205f10d2d68ab693b01e7941;p=releng%2Fbuilder.git add topoprocessing automated tests jobs Change-Id: I046917674fd0b9f4df79aaae35f651b823b48daf Signed-off-by: Andrej Záň --- 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}