From 9e7b00407d082e837aeed4ca3690fb538cee1a78 Mon Sep 17 00:00:00 2001 From: Yuli Shlosberg Date: Sun, 24 Sep 2017 15:48:36 +0300 Subject: 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 --- jjb/sdc/sdc-csit.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 jjb/sdc/sdc-csit.yaml (limited to 'jjb/sdc') 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' -- cgit 1.2.3-korg