summaryrefslogtreecommitdiffstats
path: root/jjb/so
diff options
context:
space:
mode:
authorc00149107 <chenchuanyu@huawei.com>2017-08-03 17:01:47 +0800
committerc00149107 <chenchuanyu@huawei.com>2017-08-07 09:48:57 +0800
commit3c011620662f4a0938cd0b41ac5f4c01c699f0dd (patch)
treeb796d4169971e3cd51bb5ae0070c47b2469ecb5c /jjb/so
parent330fb39396fb7fcb46a5f017c4616a2de22299ed (diff)
Add CSIT job for SO
Add CSIT job for SO, to do functionality test case daily check. Change-Id: I1b0c3cf49c96ccd5cc8d0220b9e351ad96c197df Issue-ID:SO-74 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
Diffstat (limited to 'jjb/so')
-rw-r--r--jjb/so/so-csit.yaml14
1 files changed, 14 insertions, 0 deletions
diff --git a/jjb/so/so-csit.yaml b/jjb/so/so-csit.yaml
new file mode 100644
index 000000000..566356652
--- /dev/null
+++ b/jjb/so/so-csit.yaml
@@ -0,0 +1,14 @@
+---
+- project:
+ name: so-csit
+ jobs:
+ - '{project-name}-{stream}-verify-csit-{functionality}'
+ - '{project-name}-{stream}-csit-{functionality}'
+ project-name: 'so'
+ stream: 'master'
+ functionality:
+ - 'sanity-check':
+ trigger_jobs:
+ - 'so-master-docker-version-java-daily'
+ robot-options: ''
+ branch: 'master'