From: Jamo Luhrsen Date: Tue, 21 Apr 2015 03:17:35 +0000 (-0700) Subject: flow services test job for lithium redesign for ofplugin X-Git-Tag: release/lithium~258 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=releng%2Fbuilder.git;a=commitdiff_plain;h=a179d62943ffda78187d9139b3b1d012681c2cf5 flow services test job for lithium redesign for ofplugin Change-Id: I58d225668fb4cfcb9f5772a2e3ebdd33c15ba381 Signed-off-by: Jamo Luhrsen --- diff --git a/jjb/openflowplugin/openflowplugin-csit-flow-services-lithium-redesign.yaml b/jjb/openflowplugin/openflowplugin-csit-flow-services-lithium-redesign.yaml new file mode 100644 index 000000000..2800f260c --- /dev/null +++ b/jjb/openflowplugin/openflowplugin-csit-flow-services-lithium-redesign.yaml @@ -0,0 +1,28 @@ +- project: + name: openflowplugin-csit-flow-services-lithium-redesign + jobs: + - '{project}-csit-1node-cds-{functionality}-{install}-{stream}' + + # The project name + project: 'openflowplugin' + + # The functionality under test + functionality: 'flow-services-lithium-redesign' + + # Project branches + stream: + - master: + branch: 'master' + + install: + - only: + scope: 'only' + + # Features to install + install-features: 'odl-openflowplugin-app-new-lldp-speaker' + + # Robot custom options + robot-options: '-v TOPO_TREE_DEPTH:5 -e adsal' + + # Trigger jobs (upstream dependencies) + trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},openflowjava-distribution-{stream},openflowplugin-distribution-{stream}'