diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-09-05 17:13:31 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-05 17:13:31 +0000 |
commit | 4d06c111ef4da9d72c151123b499cf3729863164 (patch) | |
tree | d209626dbd9efcb8ce7f79eedcd3b6e9a4d266fe | |
parent | 3cb8c4194ef4f9582b892b14464fe47292029a46 (diff) | |
parent | dd0fc67eec28e786220ea4ac4c41a5ee276b956e (diff) |
Merge "Add a new CSIT job for Holmes"
-rw-r--r-- | jjb/holmes/holmes-csit.yaml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/jjb/holmes/holmes-csit.yaml b/jjb/holmes/holmes-csit.yaml new file mode 100644 index 000000000..02ce537fb --- /dev/null +++ b/jjb/holmes/holmes-csit.yaml @@ -0,0 +1,14 @@ +--- +- project: + name: holmes-rule-management-csit + jobs: + - '{project-name}-{stream}-verify-csit-{functionality}' + - '{project-name}-{stream}-csit-{functionality}' + project-name: 'holmes-rule-management' + stream: 'master' + functionality: + - 'sanity-check': + trigger_jobs: + - 'holmes-rule-management-master-docker-java-daily' + robot-options: '' + branch: 'master'
\ No newline at end of file |