diff options
author | 2019-04-03 15:34:28 +0200 | |
---|---|---|
committer | 2019-04-04 13:48:30 +0200 | |
commit | 1953da748207d22ea2262716d24e9983243a1d83 (patch) | |
tree | b9072399577956ae1e2686216984b6c57c18648b | |
parent | 19603eea66a228f2d2fe2a6f761be7aa4c315912 (diff) |
CSIT: csit-trending-daily-master
- send the list of failed tests in the email body.
Change-Id: Idda4302cf6f66722a871205ed9c3ebc7c26a4889
Signed-off-by: Tibor Frank <tifrank@cisco.com>
-rw-r--r-- | jjb/csit/csit.yaml | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/jjb/csit/csit.yaml b/jjb/csit/csit.yaml index 6f6e48fed..83ca7c0c3 100644 --- a/jjb/csit/csit.yaml +++ b/jjb/csit/csit.yaml @@ -812,15 +812,12 @@ recipients: 'tifrank@cisco.com, csit-report+int+616+181919729795594561@lists.fd.io' reply-to: '' content-type: 'text' - subject: 'FD.io CSIT Trending Alert: Build # $BUILD_NUMBER' + subject: 'Failed tests as of $BUILD_TIMESTAMP' # yamllint disable-line rule:line-length - attachments: '**/build-root/docs/deploy-site/src/site/resources/trending/_static/vpp/failed-tests*.tar.gz' body: | - FD.io CSIT Trending Alert - failed tests + Following tests failed in the last trending job runs, listed per testbed type. - $PROJECT_NAME - Build # $BUILD_NUMBER - $BUILD_STATUS - - See attachment for the list of the failed tests. + $FILE,path="**/build-root/docs/deploy-site/src/site/resources/trending/_static/vpp/trending-failed-tests.txt" always: true failure: false |