diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-09-26 16:55:41 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-26 16:55:41 +0000 |
commit | 57ddf7ff9d80f8b07a96c8fa8e732fef13978523 (patch) | |
tree | 31427989c4e23b1e82eda564630f2a951a5d8875 | |
parent | 4efaa94fd60c989e0cd34dc54b83402ab5b654fd (diff) | |
parent | 9e7b00407d082e837aeed4ca3690fb538cee1a78 (diff) |
Merge "Add jjb jobs to trigger csit test cases"
-rw-r--r-- | jjb/sdc/sdc-csit.yaml | 14 |
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' |