From: Luis Gomez Date: Tue, 3 Mar 2015 15:56:14 +0000 (-0800) Subject: Adding openflowplugin system test X-Git-Tag: release/lithium~376^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=d0078ebf78ad40341ce601c4bc5dfaf5615bfa97;p=releng%2Fbuilder.git Adding openflowplugin system test Change-Id: I94aafd76998b589d071bb6f04c8067afd281c5fd Signed-off-by: Luis Gomez --- diff --git a/jjb/openflowplugin/openflowplugin-csit-flow-services-master.yaml b/jjb/openflowplugin/openflowplugin-csit-flow-services-master.yaml new file mode 100644 index 0000000000..9daddd138a --- /dev/null +++ b/jjb/openflowplugin/openflowplugin-csit-flow-services-master.yaml @@ -0,0 +1,32 @@ +- project: + name: openflowplugin-csit-flow-services-master + jobs: + - '{project}-csit-1node-imds-{functionality}-{install}-{stream}' + - '{project}-csit-1node-cds-{functionality}-{install}-{stream}' + + # The project name + project: 'openflowplugin' + + # The functionality under test + functionality: 'flow-services' + + # Project branches + stream: + - master: + branch: 'master' + + install: + - only: + scope: 'only' + - all: + scope: 'all' + + # Features to install + install-features: 'odl-openflowplugin-flow-services-ui,odl-openflowplugin-adsal-compatibility,odl-nsf-all' + + # Robot custom options + robot-options: '-v TOPO_TREE_DEPTH:5' + + # Trigger jobs (upstream dependencies) + trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},openflowjava-distribution-{stream},openflowplugin-distribution-{stream}' + diff --git a/jjb/openflowplugin/openflowplugin-csit-flow-services-stable-helium.yaml b/jjb/openflowplugin/openflowplugin-csit-flow-services-stable-helium.yaml new file mode 100644 index 0000000000..3f4d850e84 --- /dev/null +++ b/jjb/openflowplugin/openflowplugin-csit-flow-services-stable-helium.yaml @@ -0,0 +1,31 @@ +- project: + name: openflowplugin-csit-flow-services-stable-helium + jobs: + - '{project}-csit-1node-imds-{functionality}-{install}-{stream}' + + # The project name + project: 'openflowplugin' + + # The functionality under test + functionality: 'flow-services' + + # Project branches + stream: + - stable-helium: + branch: 'stable/helium' + + install: + - only: + scope: 'only' + - all: + scope: 'all' + + # Features to install + install-features: 'odl-openflowplugin-flow-services-ui' + + # Robot custom options + robot-options: '' + + # Trigger jobs (upstream dependencies) + trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},openflowjava-distribution-{stream},openflowplugin-distribution-{stream}' +