Add jjb jobs to trigger csit test cases 67/14867/4
authorYuli Shlosberg <ys9693@att.com>
Sun, 24 Sep 2017 12:48:36 +0000 (15:48 +0300)
committerYuli Shlosberg <ys9693@att.com>
Tue, 26 Sep 2017 11:58:14 +0000 (11:58 +0000)
Create sdc csit file in jjb to trigger csit flow

Change-Id: I3d9491c4fd13a45492956071fd63ad0023e85c59
Issue-Id: SDC-378
Signed-off-by: Yuli Shlosberg <ys9693@att.com>
jjb/sdc/sdc-csit.yaml [new file with mode: 0644]

diff --git a/jjb/sdc/sdc-csit.yaml b/jjb/sdc/sdc-csit.yaml
new file mode 100644 (file)
index 0000000..5603994
--- /dev/null
@@ -0,0 +1,14 @@
+---
+- project:
+    name: sdc-csit
+    jobs:
+      - '{project-name}-{stream}-verify-csit-{functionality}'
+      - '{project-name}-{stream}-csit-{functionality}'
+    project-name: 'sdc'
+    stream: 'master'
+    functionality:
+      - 'healthCheck':
+          trigger_jobs:
+            - '{project-name}-{stream}-release-java-daily-checkstyle'
+    robot-options: ''
+    branch: 'master'