Add jjb jobs to trigger csit test cases
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>
diff --git a/jjb/sdc/sdc-csit.yaml b/jjb/sdc/sdc-csit.yaml
new file mode 100644
index 0000000..5603994
--- /dev/null
+++ b/jjb/sdc/sdc-csit.yaml
@@ -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'