summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYuli Shlosberg <ys9693@att.com>2017-09-24 15:48:36 +0300
committerYuli Shlosberg <ys9693@att.com>2017-09-26 11:58:14 +0000
commit9e7b00407d082e837aeed4ca3690fb538cee1a78 (patch)
tree6346754ce3dc08b7c3a697715e7f65264c34d2d3
parentd5daf379e6128e1a9152eb80a3d461d0aa91987f (diff)
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>
-rw-r--r--jjb/sdc/sdc-csit.yaml14
1 files changed, 14 insertions, 0 deletions
diff --git a/jjb/sdc/sdc-csit.yaml b/jjb/sdc/sdc-csit.yaml
new file mode 100644
index 000000000..5603994b3
--- /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'