diff options
author | mrichomme <morgan.richomme@orange.com> | 2019-11-18 16:29:11 +0100 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2019-11-18 17:36:29 +0000 |
commit | 609a72b0f589a72f2d727e4ddb143b5e7eac9273 (patch) | |
tree | 78bd9d84ec22431eb0cd7e3607328e03fcb8d476 /jjb/modeling | |
parent | da694d583acb474b8c7b753aa3bb9b5c04e91082 (diff) |
Add PTL mail notification for CSIT tests
Use PTL mail address to notify in case of csit job errors
Issue-ID: INT-1363
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: I698f109c29c85ccca1b5c9eab5fab231918c6e0d
Diffstat (limited to 'jjb/modeling')
-rw-r--r-- | jjb/modeling/modeling-etsicatalog-csit.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/jjb/modeling/modeling-etsicatalog-csit.yaml b/jjb/modeling/modeling-etsicatalog-csit.yaml index 76ebd4f20..e699b68a6 100644 --- a/jjb/modeling/modeling-etsicatalog-csit.yaml +++ b/jjb/modeling/modeling-etsicatalog-csit.yaml @@ -5,9 +5,10 @@ - '{project-name}-{stream}-verify-csit-{functionality}' - '{project-name}-{stream}-csit-{functionality}' project-name: 'modeling-etsicatalog' + recipients: 'denghui12@huawei.com' stream: 'master' functionality: - 'sanity-check': trigger_jobs: 'modeling-etsicatalog-master-docker-java-version-shell-daily' robot-options: '' - branch: 'master'
\ No newline at end of file + branch: 'master' |