diff options
author | Guangrong Fu <fu.guangrong@zte.com.cn> | 2017-09-05 11:01:48 +0800 |
---|---|---|
committer | Guangrong Fu <fu.guangrong@zte.com.cn> | 2017-09-05 11:01:48 +0800 |
commit | dd0fc67eec28e786220ea4ac4c41a5ee276b956e (patch) | |
tree | 84fe82badf1f98d716c6bf24662b061fc206689c | |
parent | e1d51849c7d5da79d92f8e0f5ba5ae6638e7a352 (diff) |
Add a new CSIT job for Holmes
Add a new (and only) CSIT job for Holmes
Change-Id: If3545904049daab0fff19ab00f1853b67704a2a5
Issue-ID: HOLMES-39
Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
-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 |