From: Peter Gubka Date: Fri, 15 May 2015 11:38:37 +0000 (+0200) Subject: extended suites for ofp functional testing X-Git-Tag: release/lithium~117^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=31aaa7060b62f7df046c0e51c9a64ef7af6f1251;p=releng%2Fbuilder.git extended suites for ofp functional testing to be merged after https://git.opendaylight.org/gerrit/#/c/19622/ Change-Id: I2cbe5627c53a982d3e4bb1b1a20fa5b157de9ca5 Signed-off-by: Peter Gubka --- diff --git a/jjb/openflowplugin/openflowplugin-csit-flow-services-more-lithium-redesign.yaml b/jjb/openflowplugin/openflowplugin-csit-flow-services-more-lithium-redesign.yaml new file mode 100644 index 000000000..cf65bde13 --- /dev/null +++ b/jjb/openflowplugin/openflowplugin-csit-flow-services-more-lithium-redesign.yaml @@ -0,0 +1,28 @@ +- project: + name: openflowplugin-csit-flow-services-more-lithium-redesign + jobs: + - '{project}-csit-1node-cds-{functionality}-{install}-{stream}' + + # The project name + project: 'openflowplugin' + + # The functionality under test + functionality: 'flow-services-more-lithium-redesign' + + # Project branches + stream: + - master: + branch: 'master' + + install: + - only: + scope: 'only' + + # Features to install + install-features: 'odl-openflowplugin-flow-services-ui-li' + + # Robot custom options + robot-options: '-e adsal' + + # 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-more-master.yaml b/jjb/openflowplugin/openflowplugin-csit-flow-services-more-master.yaml new file mode 100644 index 000000000..986c54e9b --- /dev/null +++ b/jjb/openflowplugin/openflowplugin-csit-flow-services-more-master.yaml @@ -0,0 +1,29 @@ +- project: + name: openflowplugin-csit-flow-services-more-master + jobs: + - '{project}-csit-1node-cds-{functionality}-{install}-{stream}' + + # The project name + project: 'openflowplugin' + + # The functionality under test + functionality: 'flow-services-more' + + # Project branches + stream: + - master: + branch: 'master' + + install: + - only: + scope: 'only' + + # Features to install + install-features: 'odl-openflowplugin-flow-services-ui,odl-openflowplugin-adsal-compatibility,odl-nsf-all' + + # Robot custom options + robot-options: '' + + # Trigger jobs (upstream dependencies) + trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},openflowjava-distribution-{stream},openflowplugin-distribution-{stream}' +