From: Yuli Shlosberg Date: Sun, 24 Sep 2017 12:48:36 +0000 (+0300) Subject: Add jjb jobs to trigger csit test cases X-Git-Tag: 1.0.0-Amsterdam~136^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=9e7b00407d082e837aeed4ca3690fb538cee1a78;p=ci-management.git 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 --- 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'