diff options
-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 |