From: Lorand Jakab Date: Tue, 25 Aug 2015 10:34:45 +0000 (+0300) Subject: Add robot options to stable/lithium LISP CSIT X-Git-Tag: release/beryllium~601^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;ds=sidebyside;h=07f6750954eaece3cc2168c9a95676b2e8dce526;p=releng%2Fbuilder.git Add robot options to stable/lithium LISP CSIT Since integration/test is moving to a single branch, we need to specify robot options for stable/lithium jobs to account for differences. Change-Id: Ie3f188a922054c4bbd173b2b69e425ec062ae52f Signed-off-by: Lorand Jakab --- diff --git a/jjb/lispflowmapping/lispflowmapping-csit-all-stable-lithium.yaml b/jjb/lispflowmapping/lispflowmapping-csit-all-stable-lithium.yaml new file mode 100644 index 000000000..4a8ac50e1 --- /dev/null +++ b/jjb/lispflowmapping/lispflowmapping-csit-all-stable-lithium.yaml @@ -0,0 +1,31 @@ +- project: + name: lispflowmapping-csit-all-stable-lithium + jobs: + - '{project}-csit-1node-{functionality}-{install}-{stream}' + - '{project}-csit-verify-1node-{functionality}-{stream}' + + # The project name + project: 'lispflowmapping' + + # The functionality under test + functionality: 'all' + + # Project branches + stream: + - stable-lithium: + branch: 'stable/lithium' + + install: + - only: + scope: 'only' + - all: + scope: 'all' + + # Features to install + install-features: 'odl-lispflowmapping-all,odl-restconf,odl-mdsal-apidocs' + + # Robot custom options + robot-options: '-v RPC_URL_PREFIX:/restconf/operations/lfm-mapping-database' + + # Trigger jobs (upstream dependencies) + trigger-jobs: 'odlparent-distribution-{stream},yangtools-distribution-{stream},controller-distribution-{stream},neutron-distribution-{stream},lispflowmapping-distribution-{stream}' diff --git a/jjb/lispflowmapping/lispflowmapping-csit-all.yaml b/jjb/lispflowmapping/lispflowmapping-csit-all.yaml index dd21b3d37..545808a36 100644 --- a/jjb/lispflowmapping/lispflowmapping-csit-all.yaml +++ b/jjb/lispflowmapping/lispflowmapping-csit-all.yaml @@ -14,8 +14,6 @@ stream: - beryllium: branch: 'master' - - stable-lithium: - branch: 'stable/lithium' install: - only: