Add jjb jobs to trigger csit test cases 77/14877/4
authorYuli Shlosberg <ys9693@att.com>
Sun, 24 Sep 2017 14:36:05 +0000 (17:36 +0300)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Mon, 25 Sep 2017 15:54:54 +0000 (15:54 +0000)
Create VID csit file in jjb to trigger csit flow

Change-Id: I66877087438487954b28bb4a240fae441ca818bc
Issue-Id: VID-68
Signed-off-by: Yuli Shlosberg <ys9693@att.com>
jjb/vid/vid-csit.yaml [new file with mode: 0644]

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