aboutsummaryrefslogtreecommitdiff
path: root/lkft-hikey-aosp-4.4.yaml
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2017-11-21 20:59:25 +0530
committerFathi Boudra <fathi.boudra@linaro.org>2017-11-22 17:08:16 +0000
commit6328c7105b77f236956f4f736821079468483d88 (patch)
tree3e1fca81b6576a982da17b918d768da028b95217 /lkft-hikey-aosp-4.4.yaml
parent85956ec69a70455f6c4457ec5e68bb53a32b48c9 (diff)
lkft: improve email notification
Send notification about failed builds only. Use a shorter email subject. Change-Id: Iccfc0c838d6bcb32da741905f333c5c87344af44 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
Diffstat (limited to 'lkft-hikey-aosp-4.4.yaml')
-rw-r--r--lkft-hikey-aosp-4.4.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/lkft-hikey-aosp-4.4.yaml b/lkft-hikey-aosp-4.4.yaml
index 99ab66ba68..c984df73a6 100644
--- a/lkft-hikey-aosp-4.4.yaml
+++ b/lkft-hikey-aosp-4.4.yaml
@@ -137,10 +137,14 @@
!include-raw: openembedded-lkft/postbuild.groovy
- email:
recipients: 'lkft-maintainers@lists.linaro.org vishal.bhoj@linaro.org fathi.boudra@linaro.org'
+ subject: '[CI] HiKey: ${KERNEL_BRANCH} ${SRCREV_kernel,length=12} ${BUILD_STATUS}'
body: |
Build URL: ${PROJECT_URL}${BUILD_NUMBER}/
Full log: ${PROJECT_URL}${BUILD_NUMBER}/consoleText
Parsed warnings/errors: ${PROJECT_URL}${BUILD_NUMBER}/parsed_console
+ Git branch: ${KERNEL_BRANCH}
+ Git URL: ${KERNEL_REPO}
+ Git commit: ${SRCREV_kernel}
Errors:
${BUILD_LOG_REGEX, regex="^ERROR:.* ", linesBefore=0, linesAfter=0, showTruncatedLines=false}