From 51ee9d11512e770dba3ff8076c0fa085a7263526 Mon Sep 17 00:00:00 2001 From: jason Date: Mon, 20 Jun 2016 11:40:05 +0800 Subject: [PATCH] Add scalability jjb for ocpplugin Change-Id: Ia516d501c5e4e9c210b3142e8300e50320b21d4a Signed-off-by: jason --- jjb/ocpplugin/ocpplugin-csit-scalability.yaml | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 jjb/ocpplugin/ocpplugin-csit-scalability.yaml diff --git a/jjb/ocpplugin/ocpplugin-csit-scalability.yaml b/jjb/ocpplugin/ocpplugin-csit-scalability.yaml new file mode 100644 index 000000000..f37713bbc --- /dev/null +++ b/jjb/ocpplugin/ocpplugin-csit-scalability.yaml @@ -0,0 +1,32 @@ +- project: + name: ocpplugin-csit-scalability + jobs: + - '{project}-csit-1node-{functionality}-{install}-{stream}' + - '{project}-csit-verify-1node-{functionality}' + + # The project name + project: 'ocpplugin' + + # The functionality under test + functionality: 'scalability' + + # Project branches + stream: + - boron: + branch: 'master' + jre: 'openjdk8' + + install: + - only: + scope: 'only' + - all: + scope: 'all' + + # Features to install + install-features: 'odl-restconf,odl-l2switch-switch,odl-ocpplugin-all' + + # Robot custom options + robot-options: '' + + # Trigger jobs (upstream dependencies) + trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},ocpplugin-distribution-{stream}' -- 2.36.6