aboutsummaryrefslogtreecommitdiff
path: root/openembedded-lkft-linux-next.yaml
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2017-11-14 13:28:09 +0530
committerFathi Boudra <fathi.boudra@linaro.org>2017-11-17 08:24:02 +0000
commit273a8b500a519fc3830abe9336cc1a111ffddebb (patch)
tree749fceab847a91ebe872dd13e7b7db19d709f030 /openembedded-lkft-linux-next.yaml
parent7e5c6a9ca37a35b7a5ce49b660840fbf4d93ae08 (diff)
lkft: update email notification body
This should now send notification with some description about the failure Change-Id: Ia62067aaf5d26dce88a153ba136a96f0eb71b30d Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
Diffstat (limited to 'openembedded-lkft-linux-next.yaml')
-rw-r--r--openembedded-lkft-linux-next.yaml9
1 files changed, 8 insertions, 1 deletions
diff --git a/openembedded-lkft-linux-next.yaml b/openembedded-lkft-linux-next.yaml
index af93226133..ed66ffae0e 100644
--- a/openembedded-lkft-linux-next.yaml
+++ b/openembedded-lkft-linux-next.yaml
@@ -143,4 +143,11 @@
- email-ext:
recipients: 'lkft-maintainers@lists.linaro.org, fathi.boudra@linaro.org, milosz.wasilewski@linaro.org, naresh.kamboju@linaro.org'
always: true
- matrix-trigger: only-parent
+ matrix-trigger: only-configurations
+ body: |
+ Build URL: ${PROJECT_URL}${BUILD_NUMBER}/
+ Full log: ${PROJECT_URL}${BUILD_NUMBER}/consoleText
+ Parsed warnings/errors: ${PROJECT_URL}${BUILD_NUMBER}/parsed_console
+
+ Errors:
+ ${BUILD_LOG_REGEX, regex="^ERROR:.* ", linesBefore=0, linesAfter=0, showTruncatedLines=false}