From 07f6750954eaece3cc2168c9a95676b2e8dce526 Mon Sep 17 00:00:00 2001 From: Lorand Jakab Date: Tue, 25 Aug 2015 13:34:45 +0300 Subject: [PATCH] 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 --- ...spflowmapping-csit-all-stable-lithium.yaml | 31 +++++++++++++++++++ .../lispflowmapping-csit-all.yaml | 2 -- 2 files changed, 31 insertions(+), 2 deletions(-) create mode 100644 jjb/lispflowmapping/lispflowmapping-csit-all-stable-lithium.yaml 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: -- 2.36.6