Add CSIT job for SO 19/6619/2
authorc00149107 <chenchuanyu@huawei.com>
Thu, 3 Aug 2017 09:01:47 +0000 (17:01 +0800)
committerc00149107 <chenchuanyu@huawei.com>
Mon, 7 Aug 2017 01:48:57 +0000 (09:48 +0800)
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>
jjb/so/so-csit.yaml [new file with mode: 0644]

diff --git a/jjb/so/so-csit.yaml b/jjb/so/so-csit.yaml
new file mode 100644 (file)
index 0000000..5663566
--- /dev/null
@@ -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'